Tag: html color codes
Simple Way to Define HTML Color Codes
by cheesy on Mar.13, 2009, under Blogging
At first, I was so confuse to edit color of my adsense. I wanted my adsense have same color with my background theme but I do not know what the exact html color code is for it.
I was so confused and someone taught me to define color with html color code. So, I now I want to share it with you guys what I learnt.
This maybe useful for them who are also blind with this html language stuff.
1. Go to page which color you want to pick and print screen it. (Click Prt Scr on your keyboard).
2. Paste it on paint on your windows menu. (windows menu=>accessories=>paint).
3. Click pick color and go to color you want to define and click it

4. After you click the color, go to color=>edit color

5. Click define custom color

6. Do you see three numbers beside red, green, blue?
7. For example: red:242 green:235 blue:227
Go to calculator in your windows menu and put number 242 in dec as shown on picture below.

And change dec(decimal) to hex(hexa), it will appear F2(as shown the pic below).

8. Then put number for green which will appear EB if you put 235 and E7 for 227
9. so that is the HTML code F2EBE7.
So simple, right? Happy Trying!^^

