Shades of Gold Tips #E1AB22
Tints of Gold Tips #E1AB22
RGB
CMYK
RGB Variations
Color information
#E1AB22 (or 0xE1AB22) is known color: Gold Tips. HEX triplet: E1, AB and 22. RGB value is (225,171,34). Sum of RGB (Red+Green+Blue) = 225+171+34=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 34 (13.67% from 255 or 7.91% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AB22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AB22 is #1E54DD. Grayscale: #ACACAC. Windows color (decimal): -1987806 or 2272225. OLE color: 2272225.
HSL color Cylindrical-coordinate representation of color #E1AB22: hue angle of 43.04º 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 #E1AB22 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 171 | 34 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.12 |
| HSL | 43.04º | 0.76% | 0.51% | - |
| HSV(B) | 43.04º | 0.85% | 0.88% | - |
| XYZ | 45.9 | 45.25 | 7.83 | - |
| YUV | 171.53 | 50.39 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 34 | 0 | 0.24 | 0.85 | 0.12 | 43.04 | 0.76 | 0.51 |
| Hex | E1 | AB | 22 | 0 | 18 | 55 | C | 2B | 4C | 33 |
| Octal | 341 | 253 | 42 | 0 | 30 | 125 | 14 | 53 | 114 | 63 |
| Binary | 11100001 | 10101011 | 100010 | 0 | 11000 | 1010101 | 1100 | 101011 | 1001100 | 110011 |
Color Harmonies of #E1AB22
Complementary color
Monochromatic Colors of #E1AB22
Black with #E1AB22
Text Example
Text Example
White with #E1AB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AB22; }
p { color: rgb(225,171,34); }
H1.HeaderClassName
{
color: #E1AB22;
}
.AnyTagClassName
{
color: #E1AB22;
}
</style>
background-color css
<style>
a { background-color: #E1AB22; }
a { background-color: rgb(225,171,34); }
div.DivClassName
{
background-color: #E1AB22;
}
.BgClassName
{
background-color: #E1AB22;
}
</style>
border-color css
<style>
span { border-color: #E1AB22; }
span { border-color: rgb(225,171,34); }
td.TdClassName
{
border-color: #E1AB22;
}
.TagClassName
{
border-color: #E1AB22;
}
</style>