Shades of Gold Tips #E8AF16
Tints of Gold Tips #E8AF16
RGB
CMYK
RGB Variations
Color information
#E8AF16 (or 0xE8AF16) is known color: Gold Tips. HEX triplet: E8, AF and 16. RGB value is (232,175,22). Sum of RGB (Red+Green+Blue) = 232+175+22=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AF16 is #1750E9. Grayscale: #AFAFAF. Windows color (decimal): -1528042 or 1486824. OLE color: 1486824.
HSL color Cylindrical-coordinate representation of color #E8AF16: hue angle of 43.71º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8AF16 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 22 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.09 |
| HSL | 43.71º | 0.83% | 0.5% | - |
| HSV(B) | 43.71º | 0.91% | 0.91% | - |
| XYZ | 48.75 | 47.87 | 7.43 | - |
| YUV | 174.6 | 41.88 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 22 | 0 | 0.25 | 0.91 | 0.09 | 43.71 | 0.83 | 0.5 |
| Hex | E8 | AF | 16 | 0 | 19 | 5B | 9 | 2C | 53 | 32 |
| Octal | 350 | 257 | 26 | 0 | 31 | 133 | 11 | 54 | 123 | 62 |
| Binary | 11101000 | 10101111 | 10110 | 0 | 11001 | 1011011 | 1001 | 101100 | 1010011 | 110010 |
Color Harmonies of #E8AF16
Complementary color
Monochromatic Colors of #E8AF16
Black with #E8AF16
Text Example
Text Example
White with #E8AF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AF16; }
p { color: rgb(232,175,22); }
H1.HeaderClassName
{
color: #E8AF16;
}
.AnyTagClassName
{
color: #E8AF16;
}
</style>
background-color css
<style>
a { background-color: #E8AF16; }
a { background-color: rgb(232,175,22); }
div.DivClassName
{
background-color: #E8AF16;
}
.BgClassName
{
background-color: #E8AF16;
}
</style>
border-color css
<style>
span { border-color: #E8AF16; }
span { border-color: rgb(232,175,22); }
td.TdClassName
{
border-color: #E8AF16;
}
.TagClassName
{
border-color: #E8AF16;
}
</style>