Shades of Gold Tips #E9A424
Tints of Gold Tips #E9A424
RGB
CMYK
RGB Variations
Color information
#E9A424 (or 0xE9A424) is known color: Gold Tips. HEX triplet: E9, A4 and 24. RGB value is (233,164,36). Sum of RGB (Red+Green+Blue) = 233+164+36=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 36 (14.45% from 255 or 8.31% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A424 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A424 is #165BDB. Grayscale: #AAAAAA. Windows color (decimal): -1465308 or 2401513. OLE color: 2401513.
HSL color Cylindrical-coordinate representation of color #E9A424: hue angle of 38.98º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9A424 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 164 | 36 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.09 |
| HSL | 38.98º | 0.82% | 0.53% | - |
| HSV(B) | 38.98º | 0.85% | 0.91% | - |
| XYZ | 47.2 | 44 | 7.67 | - |
| YUV | 170.04 | 52.36 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 164 | 36 | 0 | 0.30 | 0.85 | 0.09 | 38.98 | 0.82 | 0.53 |
| Hex | E9 | A4 | 24 | 0 | 1E | 55 | 9 | 27 | 52 | 35 |
| Octal | 351 | 244 | 44 | 0 | 36 | 125 | 11 | 47 | 122 | 65 |
| Binary | 11101001 | 10100100 | 100100 | 0 | 11110 | 1010101 | 1001 | 100111 | 1010010 | 110101 |
Color Harmonies of #E9A424
Complementary color
Monochromatic Colors of #E9A424
Black with #E9A424
Text Example
Text Example
White with #E9A424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A424; }
p { color: rgb(233,164,36); }
H1.HeaderClassName
{
color: #E9A424;
}
.AnyTagClassName
{
color: #E9A424;
}
</style>
background-color css
<style>
a { background-color: #E9A424; }
a { background-color: rgb(233,164,36); }
div.DivClassName
{
background-color: #E9A424;
}
.BgClassName
{
background-color: #E9A424;
}
</style>
border-color css
<style>
span { border-color: #E9A424; }
span { border-color: rgb(233,164,36); }
td.TdClassName
{
border-color: #E9A424;
}
.TagClassName
{
border-color: #E9A424;
}
</style>