Shades of Gold Tips #E9A921
Tints of Gold Tips #E9A921
RGB
CMYK
RGB Variations
Color information
#E9A921 (or 0xE9A921) is known color: Gold Tips. HEX triplet: E9, A9 and 21. RGB value is (233,169,33). Sum of RGB (Red+Green+Blue) = 233+169+33=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A921 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A921 is #1656DE. Grayscale: #ADADAD. Windows color (decimal): -1464031 or 2206185. OLE color: 2206185.
HSL color Cylindrical-coordinate representation of color #E9A921: hue angle of 40.8º 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 #E9A921 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 169 | 33 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.09 |
| HSL | 40.8º | 0.82% | 0.52% | - |
| HSV(B) | 40.8º | 0.86% | 0.91% | - |
| XYZ | 48.07 | 45.81 | 7.75 | - |
| YUV | 172.63 | 49.2 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 169 | 33 | 0 | 0.27 | 0.86 | 0.09 | 40.8 | 0.82 | 0.52 |
| Hex | E9 | A9 | 21 | 0 | 1B | 56 | 9 | 29 | 52 | 34 |
| Octal | 351 | 251 | 41 | 0 | 33 | 126 | 11 | 51 | 122 | 64 |
| Binary | 11101001 | 10101001 | 100001 | 0 | 11011 | 1010110 | 1001 | 101001 | 1010010 | 110100 |
Color Harmonies of #E9A921
Complementary color
Monochromatic Colors of #E9A921
Black with #E9A921
Text Example
Text Example
White with #E9A921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A921; }
p { color: rgb(233,169,33); }
H1.HeaderClassName
{
color: #E9A921;
}
.AnyTagClassName
{
color: #E9A921;
}
</style>
background-color css
<style>
a { background-color: #E9A921; }
a { background-color: rgb(233,169,33); }
div.DivClassName
{
background-color: #E9A921;
}
.BgClassName
{
background-color: #E9A921;
}
</style>
border-color css
<style>
span { border-color: #E9A921; }
span { border-color: rgb(233,169,33); }
td.TdClassName
{
border-color: #E9A921;
}
.TagClassName
{
border-color: #E9A921;
}
</style>