Shades of Gold Tips #E1AF20
Tints of Gold Tips #E1AF20
RGB
CMYK
RGB Variations
Color information
#E1AF20 (or 0xE1AF20) is known color: Gold Tips. HEX triplet: E1, AF and 20. RGB value is (225,175,32). Sum of RGB (Red+Green+Blue) = 225+175+32=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AF20 is #1E50DF. Grayscale: #AEAEAE. Windows color (decimal): -1986784 or 2142177. OLE color: 2142177.
HSL color Cylindrical-coordinate representation of color #E1AF20: hue angle of 44.46º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1AF20 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 32 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.12 |
| HSL | 44.46º | 0.76% | 0.5% | - |
| HSV(B) | 44.46º | 0.86% | 0.88% | - |
| XYZ | 46.64 | 46.77 | 7.94 | - |
| YUV | 173.65 | 48.07 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 32 | 0 | 0.22 | 0.86 | 0.12 | 44.46 | 0.76 | 0.5 |
| Hex | E1 | AF | 20 | 0 | 16 | 56 | C | 2C | 4C | 32 |
| Octal | 341 | 257 | 40 | 0 | 26 | 126 | 14 | 54 | 114 | 62 |
| Binary | 11100001 | 10101111 | 100000 | 0 | 10110 | 1010110 | 1100 | 101100 | 1001100 | 110010 |
Color Harmonies of #E1AF20
Complementary color
Monochromatic Colors of #E1AF20
Black with #E1AF20
Text Example
Text Example
White with #E1AF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF20; }
p { color: rgb(225,175,32); }
H1.HeaderClassName
{
color: #E1AF20;
}
.AnyTagClassName
{
color: #E1AF20;
}
</style>
background-color css
<style>
a { background-color: #E1AF20; }
a { background-color: rgb(225,175,32); }
div.DivClassName
{
background-color: #E1AF20;
}
.BgClassName
{
background-color: #E1AF20;
}
</style>
border-color css
<style>
span { border-color: #E1AF20; }
span { border-color: rgb(225,175,32); }
td.TdClassName
{
border-color: #E1AF20;
}
.TagClassName
{
border-color: #E1AF20;
}
</style>