Shades of Gold Tips #E9AB22
Tints of Gold Tips #E9AB22
RGB
CMYK
RGB Variations
Color information
#E9AB22 (or 0xE9AB22) is known color: Gold Tips. HEX triplet: E9, AB and 22. RGB value is (233,171,34). Sum of RGB (Red+Green+Blue) = 233+171+34=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 34 (13.67% from 255 or 7.76% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AB22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AB22 is #1654DD. Grayscale: #AEAEAE. Windows color (decimal): -1463518 or 2272233. OLE color: 2272233.
HSL color Cylindrical-coordinate representation of color #E9AB22: hue angle of 41.31º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9AB22 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 171 | 34 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.09 |
| HSL | 41.31º | 0.82% | 0.52% | - |
| HSV(B) | 41.31º | 0.85% | 0.91% | - |
| XYZ | 48.46 | 46.56 | 7.95 | - |
| YUV | 173.92 | 49.04 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 171 | 34 | 0 | 0.27 | 0.85 | 0.09 | 41.31 | 0.82 | 0.52 |
| Hex | E9 | AB | 22 | 0 | 1B | 55 | 9 | 29 | 52 | 34 |
| Octal | 351 | 253 | 42 | 0 | 33 | 125 | 11 | 51 | 122 | 64 |
| Binary | 11101001 | 10101011 | 100010 | 0 | 11011 | 1010101 | 1001 | 101001 | 1010010 | 110100 |
Color Harmonies of #E9AB22
Complementary color
Monochromatic Colors of #E9AB22
Black with #E9AB22
Text Example
Text Example
White with #E9AB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AB22; }
p { color: rgb(233,171,34); }
H1.HeaderClassName
{
color: #E9AB22;
}
.AnyTagClassName
{
color: #E9AB22;
}
</style>
background-color css
<style>
a { background-color: #E9AB22; }
a { background-color: rgb(233,171,34); }
div.DivClassName
{
background-color: #E9AB22;
}
.BgClassName
{
background-color: #E9AB22;
}
</style>
border-color css
<style>
span { border-color: #E9AB22; }
span { border-color: rgb(233,171,34); }
td.TdClassName
{
border-color: #E9AB22;
}
.TagClassName
{
border-color: #E9AB22;
}
</style>