Shades of Gold Tips #E9AA24
Tints of Gold Tips #E9AA24
RGB
CMYK
RGB Variations
Color information
#E9AA24 (or 0xE9AA24) is known color: Gold Tips. HEX triplet: E9, AA and 24. RGB value is (233,170,36). Sum of RGB (Red+Green+Blue) = 233+170+36=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 36 (14.45% from 255 or 8.20% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AA24 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AA24 is #1655DB. Grayscale: #AEAEAE. Windows color (decimal): -1463772 or 2403049. OLE color: 2403049.
HSL color Cylindrical-coordinate representation of color #E9AA24: hue angle of 40.81º 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 #E9AA24 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 170 | 36 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.09 |
| HSL | 40.81º | 0.82% | 0.53% | - |
| HSV(B) | 40.81º | 0.85% | 0.91% | - |
| XYZ | 48.3 | 46.2 | 8.04 | - |
| YUV | 173.56 | 50.37 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 170 | 36 | 0 | 0.27 | 0.85 | 0.09 | 40.81 | 0.82 | 0.53 |
| Hex | E9 | AA | 24 | 0 | 1B | 55 | 9 | 29 | 52 | 35 |
| Octal | 351 | 252 | 44 | 0 | 33 | 125 | 11 | 51 | 122 | 65 |
| Binary | 11101001 | 10101010 | 100100 | 0 | 11011 | 1010101 | 1001 | 101001 | 1010010 | 110101 |
Color Harmonies of #E9AA24
Complementary color
Monochromatic Colors of #E9AA24
Black with #E9AA24
Text Example
Text Example
White with #E9AA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AA24; }
p { color: rgb(233,170,36); }
H1.HeaderClassName
{
color: #E9AA24;
}
.AnyTagClassName
{
color: #E9AA24;
}
</style>
background-color css
<style>
a { background-color: #E9AA24; }
a { background-color: rgb(233,170,36); }
div.DivClassName
{
background-color: #E9AA24;
}
.BgClassName
{
background-color: #E9AA24;
}
</style>
border-color css
<style>
span { border-color: #E9AA24; }
span { border-color: rgb(233,170,36); }
td.TdClassName
{
border-color: #E9AA24;
}
.TagClassName
{
border-color: #E9AA24;
}
</style>