Shades of Gold Tips #E9AC18
Tints of Gold Tips #E9AC18
RGB
CMYK
RGB Variations
Color information
#E9AC18 (or 0xE9AC18) is known color: Gold Tips. HEX triplet: E9, AC and 18. RGB value is (233,172,24). Sum of RGB (Red+Green+Blue) = 233+172+24=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 24 (9.77% from 255 or 5.59% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AC18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9AC18 is #1653E7. Grayscale: #AEAEAE. Windows color (decimal): -1463272 or 1617129. OLE color: 1617129.
HSL color Cylindrical-coordinate representation of color #E9AC18: hue angle of 42.49º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E9AC18 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 172 | 24 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.09 |
| HSL | 42.49º | 0.83% | 0.5% | - |
| HSV(B) | 42.49º | 0.9% | 0.91% | - |
| XYZ | 48.52 | 46.89 | 7.36 | - |
| YUV | 173.37 | 43.71 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 172 | 24 | 0 | 0.26 | 0.90 | 0.09 | 42.49 | 0.83 | 0.5 |
| Hex | E9 | AC | 18 | 0 | 1A | 5A | 9 | 2A | 53 | 32 |
| Octal | 351 | 254 | 30 | 0 | 32 | 132 | 11 | 52 | 123 | 62 |
| Binary | 11101001 | 10101100 | 11000 | 0 | 11010 | 1011010 | 1001 | 101010 | 1010011 | 110010 |
Color Harmonies of #E9AC18
Complementary color
Monochromatic Colors of #E9AC18
Black with #E9AC18
Text Example
Text Example
White with #E9AC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AC18; }
p { color: rgb(233,172,24); }
H1.HeaderClassName
{
color: #E9AC18;
}
.AnyTagClassName
{
color: #E9AC18;
}
</style>
background-color css
<style>
a { background-color: #E9AC18; }
a { background-color: rgb(233,172,24); }
div.DivClassName
{
background-color: #E9AC18;
}
.BgClassName
{
background-color: #E9AC18;
}
</style>
border-color css
<style>
span { border-color: #E9AC18; }
span { border-color: rgb(233,172,24); }
td.TdClassName
{
border-color: #E9AC18;
}
.TagClassName
{
border-color: #E9AC18;
}
</style>