Shades of Gold Tips #E0AF17
Tints of Gold Tips #E0AF17
RGB
CMYK
RGB Variations
Color information
#E0AF17 (or 0xE0AF17) is known color: Gold Tips. HEX triplet: E0, AF and 17. RGB value is (224,175,23). Sum of RGB (Red+Green+Blue) = 224+175+23=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 23 (9.38% from 255 or 5.45% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AF17 is #1F50E8. Grayscale: #ACACAC. Windows color (decimal): -2052329 or 1552352. OLE color: 1552352.
HSL color Cylindrical-coordinate representation of color #E0AF17: hue angle of 45.37º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0AF17 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 23 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.12 |
| HSL | 45.37º | 0.81% | 0.48% | - |
| HSV(B) | 45.37º | 0.9% | 0.88% | - |
| XYZ | 46.23 | 46.57 | 7.36 | - |
| YUV | 172.32 | 43.73 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 23 | 0 | 0.22 | 0.90 | 0.12 | 45.37 | 0.81 | 0.48 |
| Hex | E0 | AF | 17 | 0 | 16 | 5A | C | 2D | 51 | 30 |
| Octal | 340 | 257 | 27 | 0 | 26 | 132 | 14 | 55 | 121 | 60 |
| Binary | 11100000 | 10101111 | 10111 | 0 | 10110 | 1011010 | 1100 | 101101 | 1010001 | 110000 |
Color Harmonies of #E0AF17
Complementary color
Monochromatic Colors of #E0AF17
Black with #E0AF17
Text Example
Text Example
White with #E0AF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AF17; }
p { color: rgb(224,175,23); }
H1.HeaderClassName
{
color: #E0AF17;
}
.AnyTagClassName
{
color: #E0AF17;
}
</style>
background-color css
<style>
a { background-color: #E0AF17; }
a { background-color: rgb(224,175,23); }
div.DivClassName
{
background-color: #E0AF17;
}
.BgClassName
{
background-color: #E0AF17;
}
</style>
border-color css
<style>
span { border-color: #E0AF17; }
span { border-color: rgb(224,175,23); }
td.TdClassName
{
border-color: #E0AF17;
}
.TagClassName
{
border-color: #E0AF17;
}
</style>