Shades of Gold Tips #E8AF13
Tints of Gold Tips #E8AF13
RGB
CMYK
RGB Variations
Color information
#E8AF13 (or 0xE8AF13) is known color: Gold Tips. HEX triplet: E8, AF and 13. RGB value is (232,175,19). Sum of RGB (Red+Green+Blue) = 232+175+19=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 19 (7.81% from 255 or 4.46% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AF13 is #1750EC. Grayscale: #AEAEAE. Windows color (decimal): -1528045 or 1290216. OLE color: 1290216.
HSL color Cylindrical-coordinate representation of color #E8AF13: hue angle of 43.94º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8AF13 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 19 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.09 |
| HSL | 43.94º | 0.85% | 0.49% | - |
| HSV(B) | 43.94º | 0.92% | 0.91% | - |
| XYZ | 48.73 | 47.86 | 7.29 | - |
| YUV | 174.26 | 40.38 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 19 | 0 | 0.25 | 0.92 | 0.09 | 43.94 | 0.85 | 0.49 |
| Hex | E8 | AF | 13 | 0 | 19 | 5C | 9 | 2C | 55 | 31 |
| Octal | 350 | 257 | 23 | 0 | 31 | 134 | 11 | 54 | 125 | 61 |
| Binary | 11101000 | 10101111 | 10011 | 0 | 11001 | 1011100 | 1001 | 101100 | 1010101 | 110001 |
Color Harmonies of #E8AF13
Complementary color
Monochromatic Colors of #E8AF13
Black with #E8AF13
Text Example
Text Example
White with #E8AF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AF13; }
p { color: rgb(232,175,19); }
H1.HeaderClassName
{
color: #E8AF13;
}
.AnyTagClassName
{
color: #E8AF13;
}
</style>
background-color css
<style>
a { background-color: #E8AF13; }
a { background-color: rgb(232,175,19); }
div.DivClassName
{
background-color: #E8AF13;
}
.BgClassName
{
background-color: #E8AF13;
}
</style>
border-color css
<style>
span { border-color: #E8AF13; }
span { border-color: rgb(232,175,19); }
td.TdClassName
{
border-color: #E8AF13;
}
.TagClassName
{
border-color: #E8AF13;
}
</style>