Shades of Gold Tips #E6AF17
Tints of Gold Tips #E6AF17
RGB
CMYK
RGB Variations
Color information
#E6AF17 (or 0xE6AF17) is known color: Gold Tips. HEX triplet: E6, AF and 17. RGB value is (230,175,23). Sum of RGB (Red+Green+Blue) = 230+175+23=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 23 (9.38% from 255 or 5.37% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AF17 is #1950E8. Grayscale: #AEAEAE. Windows color (decimal): -1659113 or 1552358. OLE color: 1552358.
HSL color Cylindrical-coordinate representation of color #E6AF17: hue angle of 44.06º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6AF17 is Cyan = 0, Magento = 0.24, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 23 | - |
| CMYK | 0 | 0.24 | 0.9 | 0.10 |
| HSL | 44.06º | 0.82% | 0.5% | - |
| HSV(B) | 44.06º | 0.9% | 0.9% | - |
| XYZ | 48.12 | 47.54 | 7.45 | - |
| YUV | 174.12 | 42.72 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 23 | 0 | 0.24 | 0.9 | 0.10 | 44.06 | 0.82 | 0.5 |
| Hex | E6 | AF | 17 | 0 | 18 | 5A | A | 2C | 52 | 32 |
| Octal | 346 | 257 | 27 | 0 | 30 | 132 | 12 | 54 | 122 | 62 |
| Binary | 11100110 | 10101111 | 10111 | 0 | 11000 | 1011010 | 1010 | 101100 | 1010010 | 110010 |
Color Harmonies of #E6AF17
Complementary color
Monochromatic Colors of #E6AF17
Black with #E6AF17
Text Example
Text Example
White with #E6AF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AF17; }
p { color: rgb(230,175,23); }
H1.HeaderClassName
{
color: #E6AF17;
}
.AnyTagClassName
{
color: #E6AF17;
}
</style>
background-color css
<style>
a { background-color: #E6AF17; }
a { background-color: rgb(230,175,23); }
div.DivClassName
{
background-color: #E6AF17;
}
.BgClassName
{
background-color: #E6AF17;
}
</style>
border-color css
<style>
span { border-color: #E6AF17; }
span { border-color: rgb(230,175,23); }
td.TdClassName
{
border-color: #E6AF17;
}
.TagClassName
{
border-color: #E6AF17;
}
</style>