Shades of Gold Tips #E9A62C
Tints of Gold Tips #E9A62C
RGB
CMYK
RGB Variations
Color information
#E9A62C (or 0xE9A62C) is known color: Gold Tips. HEX triplet: E9, A6 and 2C. RGB value is (233,166,44). Sum of RGB (Red+Green+Blue) = 233+166+44=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 44 (17.58% from 255 or 9.93% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A62C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A62C is #1659D3. Grayscale: #ACACAC. Windows color (decimal): -1464788 or 2926313. OLE color: 2926313.
HSL color Cylindrical-coordinate representation of color #E9A62C: hue angle of 38.73º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9A62C is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 166 | 44 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.09 |
| HSL | 38.73º | 0.81% | 0.54% | - |
| HSV(B) | 38.73º | 0.81% | 0.91% | - |
| XYZ | 47.7 | 44.78 | 8.51 | - |
| YUV | 172.13 | 55.7 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 166 | 44 | 0 | 0.29 | 0.81 | 0.09 | 38.73 | 0.81 | 0.54 |
| Hex | E9 | A6 | 2C | 0 | 1D | 51 | 9 | 27 | 51 | 36 |
| Octal | 351 | 246 | 54 | 0 | 35 | 121 | 11 | 47 | 121 | 66 |
| Binary | 11101001 | 10100110 | 101100 | 0 | 11101 | 1010001 | 1001 | 100111 | 1010001 | 110110 |
Color Harmonies of #E9A62C
Complementary color
Monochromatic Colors of #E9A62C
Black with #E9A62C
Text Example
Text Example
White with #E9A62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A62C; }
p { color: rgb(233,166,44); }
H1.HeaderClassName
{
color: #E9A62C;
}
.AnyTagClassName
{
color: #E9A62C;
}
</style>
background-color css
<style>
a { background-color: #E9A62C; }
a { background-color: rgb(233,166,44); }
div.DivClassName
{
background-color: #E9A62C;
}
.BgClassName
{
background-color: #E9A62C;
}
</style>
border-color css
<style>
span { border-color: #E9A62C; }
span { border-color: rgb(233,166,44); }
td.TdClassName
{
border-color: #E9A62C;
}
.TagClassName
{
border-color: #E9A62C;
}
</style>