Shades of Gold Tips #E9AA1C
Tints of Gold Tips #E9AA1C
RGB
CMYK
RGB Variations
Color information
#E9AA1C (or 0xE9AA1C) is known color: Gold Tips. HEX triplet: E9, AA and 1C. RGB value is (233,170,28). Sum of RGB (Red+Green+Blue) = 233+170+28=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AA1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AA1C is #1655E3. Grayscale: #ADADAD. Windows color (decimal): -1463780 or 1878761. OLE color: 1878761.
HSL color Cylindrical-coordinate representation of color #E9AA1C: hue angle of 41.56º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E9AA1C is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 170 | 28 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.09 |
| HSL | 41.56º | 0.82% | 0.51% | - |
| HSV(B) | 41.56º | 0.88% | 0.91% | - |
| XYZ | 48.19 | 46.16 | 7.47 | - |
| YUV | 172.65 | 46.37 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 170 | 28 | 0 | 0.27 | 0.88 | 0.09 | 41.56 | 0.82 | 0.51 |
| Hex | E9 | AA | 1C | 0 | 1B | 58 | 9 | 2A | 52 | 33 |
| Octal | 351 | 252 | 34 | 0 | 33 | 130 | 11 | 52 | 122 | 63 |
| Binary | 11101001 | 10101010 | 11100 | 0 | 11011 | 1011000 | 1001 | 101010 | 1010010 | 110011 |
Color Harmonies of #E9AA1C
Complementary color
Monochromatic Colors of #E9AA1C
Black with #E9AA1C
Text Example
Text Example
White with #E9AA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AA1C; }
p { color: rgb(233,170,28); }
H1.HeaderClassName
{
color: #E9AA1C;
}
.AnyTagClassName
{
color: #E9AA1C;
}
</style>
background-color css
<style>
a { background-color: #E9AA1C; }
a { background-color: rgb(233,170,28); }
div.DivClassName
{
background-color: #E9AA1C;
}
.BgClassName
{
background-color: #E9AA1C;
}
</style>
border-color css
<style>
span { border-color: #E9AA1C; }
span { border-color: rgb(233,170,28); }
td.TdClassName
{
border-color: #E9AA1C;
}
.TagClassName
{
border-color: #E9AA1C;
}
</style>