Shades of Gold Tips #E8AD18
Tints of Gold Tips #E8AD18
RGB
CMYK
RGB Variations
Color information
#E8AD18 (or 0xE8AD18) is known color: Gold Tips. HEX triplet: E8, AD and 18. RGB value is (232,173,24). Sum of RGB (Red+Green+Blue) = 232+173+24=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 24 (9.77% from 255 or 5.59% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AD18 is #1752E7. Grayscale: #AEAEAE. Windows color (decimal): -1528552 or 1617384. OLE color: 1617384.
HSL color Cylindrical-coordinate representation of color #E8AD18: hue angle of 42.98º degrees, saturation: 0.82, 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 #E8AD18 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 173 | 24 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.09 |
| HSL | 42.98º | 0.82% | 0.5% | - |
| HSV(B) | 42.98º | 0.9% | 0.91% | - |
| XYZ | 48.39 | 47.11 | 7.41 | - |
| YUV | 173.66 | 43.55 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 173 | 24 | 0 | 0.25 | 0.90 | 0.09 | 42.98 | 0.82 | 0.5 |
| Hex | E8 | AD | 18 | 0 | 19 | 5A | 9 | 2B | 52 | 32 |
| Octal | 350 | 255 | 30 | 0 | 31 | 132 | 11 | 53 | 122 | 62 |
| Binary | 11101000 | 10101101 | 11000 | 0 | 11001 | 1011010 | 1001 | 101011 | 1010010 | 110010 |
Color Harmonies of #E8AD18
Complementary color
Monochromatic Colors of #E8AD18
Black with #E8AD18
Text Example
Text Example
White with #E8AD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AD18; }
p { color: rgb(232,173,24); }
H1.HeaderClassName
{
color: #E8AD18;
}
.AnyTagClassName
{
color: #E8AD18;
}
</style>
background-color css
<style>
a { background-color: #E8AD18; }
a { background-color: rgb(232,173,24); }
div.DivClassName
{
background-color: #E8AD18;
}
.BgClassName
{
background-color: #E8AD18;
}
</style>
border-color css
<style>
span { border-color: #E8AD18; }
span { border-color: rgb(232,173,24); }
td.TdClassName
{
border-color: #E8AD18;
}
.TagClassName
{
border-color: #E8AD18;
}
</style>