Shades of Gold Tips #E9AD21
Tints of Gold Tips #E9AD21
RGB
CMYK
RGB Variations
Color information
#E9AD21 (or 0xE9AD21) is known color: Gold Tips. HEX triplet: E9, AD and 21. RGB value is (233,173,33). Sum of RGB (Red+Green+Blue) = 233+173+33=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 33 (13.28% from 255 or 7.52% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AD21 is #1652DE. Grayscale: #AFAFAF. Windows color (decimal): -1463007 or 2207209. OLE color: 2207209.
HSL color Cylindrical-coordinate representation of color #E9AD21: hue angle of 42º 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 #E9AD21 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 33 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.09 |
| HSL | 42º | 0.82% | 0.52% | - |
| HSV(B) | 42º | 0.86% | 0.91% | - |
| XYZ | 48.82 | 47.32 | 8 | - |
| YUV | 174.98 | 47.88 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 33 | 0 | 0.26 | 0.86 | 0.09 | 42 | 0.82 | 0.52 |
| Hex | E9 | AD | 21 | 0 | 1A | 56 | 9 | 2A | 52 | 34 |
| Octal | 351 | 255 | 41 | 0 | 32 | 126 | 11 | 52 | 122 | 64 |
| Binary | 11101001 | 10101101 | 100001 | 0 | 11010 | 1010110 | 1001 | 101010 | 1010010 | 110100 |
Color Harmonies of #E9AD21
Complementary color
Monochromatic Colors of #E9AD21
Black with #E9AD21
Text Example
Text Example
White with #E9AD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AD21; }
p { color: rgb(233,173,33); }
H1.HeaderClassName
{
color: #E9AD21;
}
.AnyTagClassName
{
color: #E9AD21;
}
</style>
background-color css
<style>
a { background-color: #E9AD21; }
a { background-color: rgb(233,173,33); }
div.DivClassName
{
background-color: #E9AD21;
}
.BgClassName
{
background-color: #E9AD21;
}
</style>
border-color css
<style>
span { border-color: #E9AD21; }
span { border-color: rgb(233,173,33); }
td.TdClassName
{
border-color: #E9AD21;
}
.TagClassName
{
border-color: #E9AD21;
}
</style>