Shades of Gold Tips #E9A924
Tints of Gold Tips #E9A924
RGB
CMYK
RGB Variations
Color information
#E9A924 (or 0xE9A924) is known color: Gold Tips. HEX triplet: E9, A9 and 24. RGB value is (233,169,36). Sum of RGB (Red+Green+Blue) = 233+169+36=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 36 (14.45% from 255 or 8.22% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A924 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A924 is #1656DB. Grayscale: #ADADAD. Windows color (decimal): -1464028 or 2402793. OLE color: 2402793.
HSL color Cylindrical-coordinate representation of color #E9A924: hue angle of 40.51º 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 #E9A924 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 169 | 36 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.09 |
| HSL | 40.51º | 0.82% | 0.53% | - |
| HSV(B) | 40.51º | 0.85% | 0.91% | - |
| XYZ | 48.11 | 45.83 | 7.98 | - |
| YUV | 172.97 | 50.7 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 169 | 36 | 0 | 0.27 | 0.85 | 0.09 | 40.51 | 0.82 | 0.53 |
| Hex | E9 | A9 | 24 | 0 | 1B | 55 | 9 | 29 | 52 | 35 |
| Octal | 351 | 251 | 44 | 0 | 33 | 125 | 11 | 51 | 122 | 65 |
| Binary | 11101001 | 10101001 | 100100 | 0 | 11011 | 1010101 | 1001 | 101001 | 1010010 | 110101 |
Color Harmonies of #E9A924
Complementary color
Monochromatic Colors of #E9A924
Black with #E9A924
Text Example
Text Example
White with #E9A924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A924; }
p { color: rgb(233,169,36); }
H1.HeaderClassName
{
color: #E9A924;
}
.AnyTagClassName
{
color: #E9A924;
}
</style>
background-color css
<style>
a { background-color: #E9A924; }
a { background-color: rgb(233,169,36); }
div.DivClassName
{
background-color: #E9A924;
}
.BgClassName
{
background-color: #E9A924;
}
</style>
border-color css
<style>
span { border-color: #E9A924; }
span { border-color: rgb(233,169,36); }
td.TdClassName
{
border-color: #E9A924;
}
.TagClassName
{
border-color: #E9A924;
}
</style>