Shades of Gold Tips #E9A920
Tints of Gold Tips #E9A920
RGB
CMYK
RGB Variations
Color information
#E9A920 (or 0xE9A920) is known color: Gold Tips. HEX triplet: E9, A9 and 20. RGB value is (233,169,32). Sum of RGB (Red+Green+Blue) = 233+169+32=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A920 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A920 is #1656DF. Grayscale: #ADADAD. Windows color (decimal): -1464032 or 2140649. OLE color: 2140649.
HSL color Cylindrical-coordinate representation of color #E9A920: hue angle of 40.9º 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 #E9A920 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 169 | 32 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.09 |
| HSL | 40.9º | 0.82% | 0.52% | - |
| HSV(B) | 40.9º | 0.86% | 0.91% | - |
| XYZ | 48.05 | 45.8 | 7.67 | - |
| YUV | 172.52 | 48.7 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 169 | 32 | 0 | 0.27 | 0.86 | 0.09 | 40.9 | 0.82 | 0.52 |
| Hex | E9 | A9 | 20 | 0 | 1B | 56 | 9 | 29 | 52 | 34 |
| Octal | 351 | 251 | 40 | 0 | 33 | 126 | 11 | 51 | 122 | 64 |
| Binary | 11101001 | 10101001 | 100000 | 0 | 11011 | 1010110 | 1001 | 101001 | 1010010 | 110100 |
Color Harmonies of #E9A920
Complementary color
Monochromatic Colors of #E9A920
Black with #E9A920
Text Example
Text Example
White with #E9A920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A920; }
p { color: rgb(233,169,32); }
H1.HeaderClassName
{
color: #E9A920;
}
.AnyTagClassName
{
color: #E9A920;
}
</style>
background-color css
<style>
a { background-color: #E9A920; }
a { background-color: rgb(233,169,32); }
div.DivClassName
{
background-color: #E9A920;
}
.BgClassName
{
background-color: #E9A920;
}
</style>
border-color css
<style>
span { border-color: #E9A920; }
span { border-color: rgb(233,169,32); }
td.TdClassName
{
border-color: #E9A920;
}
.TagClassName
{
border-color: #E9A920;
}
</style>