Shades of Gold Tips #E1AF19
Tints of Gold Tips #E1AF19
RGB
CMYK
RGB Variations
Color information
#E1AF19 (or 0xE1AF19) is known color: Gold Tips. HEX triplet: E1, AF and 19. RGB value is (225,175,25). Sum of RGB (Red+Green+Blue) = 225+175+25=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1AF19 is #1E50E6. Grayscale: #ADADAD. Windows color (decimal): -1986791 or 1683425. OLE color: 1683425.
HSL color Cylindrical-coordinate representation of color #E1AF19: hue angle of 45º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1AF19 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 25 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.12 |
| HSL | 45º | 0.8% | 0.49% | - |
| HSV(B) | 45º | 0.89% | 0.88% | - |
| XYZ | 46.56 | 46.74 | 7.49 | - |
| YUV | 172.85 | 44.57 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 25 | 0 | 0.22 | 0.89 | 0.12 | 45 | 0.8 | 0.49 |
| Hex | E1 | AF | 19 | 0 | 16 | 59 | C | 2D | 50 | 31 |
| Octal | 341 | 257 | 31 | 0 | 26 | 131 | 14 | 55 | 120 | 61 |
| Binary | 11100001 | 10101111 | 11001 | 0 | 10110 | 1011001 | 1100 | 101101 | 1010000 | 110001 |
Color Harmonies of #E1AF19
Complementary color
Monochromatic Colors of #E1AF19
Black with #E1AF19
Text Example
Text Example
White with #E1AF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF19; }
p { color: rgb(225,175,25); }
H1.HeaderClassName
{
color: #E1AF19;
}
.AnyTagClassName
{
color: #E1AF19;
}
</style>
background-color css
<style>
a { background-color: #E1AF19; }
a { background-color: rgb(225,175,25); }
div.DivClassName
{
background-color: #E1AF19;
}
.BgClassName
{
background-color: #E1AF19;
}
</style>
border-color css
<style>
span { border-color: #E1AF19; }
span { border-color: rgb(225,175,25); }
td.TdClassName
{
border-color: #E1AF19;
}
.TagClassName
{
border-color: #E1AF19;
}
</style>