Shades of Gold Tips #E1AF14
Tints of Gold Tips #E1AF14
RGB
CMYK
RGB Variations
Color information
#E1AF14 (or 0xE1AF14) is known color: Gold Tips. HEX triplet: E1, AF and 14. RGB value is (225,175,20). Sum of RGB (Red+Green+Blue) = 225+175+20=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1AF14 is #1E50EB. Grayscale: #ACACAC. Windows color (decimal): -1986796 or 1355745. OLE color: 1355745.
HSL color Cylindrical-coordinate representation of color #E1AF14: hue angle of 45.37º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1AF14 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 20 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.12 |
| HSL | 45.37º | 0.84% | 0.48% | - |
| HSV(B) | 45.37º | 0.91% | 0.88% | - |
| XYZ | 46.51 | 46.72 | 7.23 | - |
| YUV | 172.28 | 42.07 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 20 | 0 | 0.22 | 0.91 | 0.12 | 45.37 | 0.84 | 0.48 |
| Hex | E1 | AF | 14 | 0 | 16 | 5B | C | 2D | 54 | 30 |
| Octal | 341 | 257 | 24 | 0 | 26 | 133 | 14 | 55 | 124 | 60 |
| Binary | 11100001 | 10101111 | 10100 | 0 | 10110 | 1011011 | 1100 | 101101 | 1010100 | 110000 |
Color Harmonies of #E1AF14
Complementary color
Monochromatic Colors of #E1AF14
Black with #E1AF14
Text Example
Text Example
White with #E1AF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF14; }
p { color: rgb(225,175,20); }
H1.HeaderClassName
{
color: #E1AF14;
}
.AnyTagClassName
{
color: #E1AF14;
}
</style>
background-color css
<style>
a { background-color: #E1AF14; }
a { background-color: rgb(225,175,20); }
div.DivClassName
{
background-color: #E1AF14;
}
.BgClassName
{
background-color: #E1AF14;
}
</style>
border-color css
<style>
span { border-color: #E1AF14; }
span { border-color: rgb(225,175,20); }
td.TdClassName
{
border-color: #E1AF14;
}
.TagClassName
{
border-color: #E1AF14;
}
</style>