Shades of Gold Tips #E9AD20
Tints of Gold Tips #E9AD20
RGB
CMYK
RGB Variations
Color information
#E9AD20 (or 0xE9AD20) is known color: Gold Tips. HEX triplet: E9, AD and 20. RGB value is (233,173,32). Sum of RGB (Red+Green+Blue) = 233+173+32=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 32 (12.89% from 255 or 7.31% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AD20 is #1652DF. Grayscale: #AFAFAF. Windows color (decimal): -1463008 or 2141673. OLE color: 2141673.
HSL color Cylindrical-coordinate representation of color #E9AD20: hue angle of 42.09º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E9AD20 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 32 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.09 |
| HSL | 42.09º | 0.82% | 0.52% | - |
| HSV(B) | 42.09º | 0.86% | 0.91% | - |
| XYZ | 48.81 | 47.32 | 7.93 | - |
| YUV | 174.87 | 47.38 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 32 | 0 | 0.26 | 0.86 | 0.09 | 42.09 | 0.82 | 0.52 |
| Hex | E9 | AD | 20 | 0 | 1A | 56 | 9 | 2A | 52 | 34 |
| Octal | 351 | 255 | 40 | 0 | 32 | 126 | 11 | 52 | 122 | 64 |
| Binary | 11101001 | 10101101 | 100000 | 0 | 11010 | 1010110 | 1001 | 101010 | 1010010 | 110100 |
Color Harmonies of #E9AD20
Complementary color
Monochromatic Colors of #E9AD20
Black with #E9AD20
Text Example
Text Example
White with #E9AD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AD20; }
p { color: rgb(233,173,32); }
H1.HeaderClassName
{
color: #E9AD20;
}
.AnyTagClassName
{
color: #E9AD20;
}
</style>
background-color css
<style>
a { background-color: #E9AD20; }
a { background-color: rgb(233,173,32); }
div.DivClassName
{
background-color: #E9AD20;
}
.BgClassName
{
background-color: #E9AD20;
}
</style>
border-color css
<style>
span { border-color: #E9AD20; }
span { border-color: rgb(233,173,32); }
td.TdClassName
{
border-color: #E9AD20;
}
.TagClassName
{
border-color: #E9AD20;
}
</style>