Shades of Gold Tips #E4AF17
Tints of Gold Tips #E4AF17
RGB
CMYK
RGB Variations
Color information
#E4AF17 (or 0xE4AF17) is known color: Gold Tips. HEX triplet: E4, AF and 17. RGB value is (228,175,23). Sum of RGB (Red+Green+Blue) = 228+175+23=426 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.52% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 23 (9.38% from 255 or 5.40% from 426); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AF17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4AF17 is #1B50E8. Grayscale: #AEAEAE. Windows color (decimal): -1790185 or 1552356. OLE color: 1552356.
HSL color Cylindrical-coordinate representation of color #E4AF17: hue angle of 44.49º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E4AF17 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 175 | 23 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.11 |
| HSL | 44.49º | 0.82% | 0.49% | - |
| HSV(B) | 44.49º | 0.9% | 0.89% | - |
| XYZ | 47.48 | 47.22 | 7.42 | - |
| YUV | 173.52 | 43.06 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 175 | 23 | 0 | 0.23 | 0.90 | 0.11 | 44.49 | 0.82 | 0.49 |
| Hex | E4 | AF | 17 | 0 | 17 | 5A | B | 2C | 52 | 31 |
| Octal | 344 | 257 | 27 | 0 | 27 | 132 | 13 | 54 | 122 | 61 |
| Binary | 11100100 | 10101111 | 10111 | 0 | 10111 | 1011010 | 1011 | 101100 | 1010010 | 110001 |
Color Harmonies of #E4AF17
Complementary color
Monochromatic Colors of #E4AF17
Black with #E4AF17
Text Example
Text Example
White with #E4AF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AF17; }
p { color: rgb(228,175,23); }
H1.HeaderClassName
{
color: #E4AF17;
}
.AnyTagClassName
{
color: #E4AF17;
}
</style>
background-color css
<style>
a { background-color: #E4AF17; }
a { background-color: rgb(228,175,23); }
div.DivClassName
{
background-color: #E4AF17;
}
.BgClassName
{
background-color: #E4AF17;
}
</style>
border-color css
<style>
span { border-color: #E4AF17; }
span { border-color: rgb(228,175,23); }
td.TdClassName
{
border-color: #E4AF17;
}
.TagClassName
{
border-color: #E4AF17;
}
</style>