Shades of Gold Tips #E1AF22
Tints of Gold Tips #E1AF22
RGB
CMYK
RGB Variations
Color information
#E1AF22 (or 0xE1AF22) is known color: Gold Tips. HEX triplet: E1, AF and 22. RGB value is (225,175,34). Sum of RGB (Red+Green+Blue) = 225+175+34=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 34 (13.67% from 255 or 7.83% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AF22 is #1E50DD. Grayscale: #AEAEAE. Windows color (decimal): -1986782 or 2273249. OLE color: 2273249.
HSL color Cylindrical-coordinate representation of color #E1AF22: hue angle of 44.29º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1AF22 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 34 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.12 |
| HSL | 44.29º | 0.76% | 0.51% | - |
| HSV(B) | 44.29º | 0.85% | 0.88% | - |
| XYZ | 46.67 | 46.78 | 8.08 | - |
| YUV | 173.88 | 49.07 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 34 | 0 | 0.22 | 0.85 | 0.12 | 44.29 | 0.76 | 0.51 |
| Hex | E1 | AF | 22 | 0 | 16 | 55 | C | 2C | 4C | 33 |
| Octal | 341 | 257 | 42 | 0 | 26 | 125 | 14 | 54 | 114 | 63 |
| Binary | 11100001 | 10101111 | 100010 | 0 | 10110 | 1010101 | 1100 | 101100 | 1001100 | 110011 |
Color Harmonies of #E1AF22
Complementary color
Monochromatic Colors of #E1AF22
Black with #E1AF22
Text Example
Text Example
White with #E1AF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF22; }
p { color: rgb(225,175,34); }
H1.HeaderClassName
{
color: #E1AF22;
}
.AnyTagClassName
{
color: #E1AF22;
}
</style>
background-color css
<style>
a { background-color: #E1AF22; }
a { background-color: rgb(225,175,34); }
div.DivClassName
{
background-color: #E1AF22;
}
.BgClassName
{
background-color: #E1AF22;
}
</style>
border-color css
<style>
span { border-color: #E1AF22; }
span { border-color: rgb(225,175,34); }
td.TdClassName
{
border-color: #E1AF22;
}
.TagClassName
{
border-color: #E1AF22;
}
</style>