Shades of Gold Tips #E9AF22
Tints of Gold Tips #E9AF22
RGB
CMYK
RGB Variations
Color information
#E9AF22 (or 0xE9AF22) is known color: Gold Tips. HEX triplet: E9, AF and 22. RGB value is (233,175,34). Sum of RGB (Red+Green+Blue) = 233+175+34=442 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.71% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 34 (13.67% from 255 or 7.69% from 442); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AF22 is #1650DD. Grayscale: #B0B0B0. Windows color (decimal): -1462494 or 2273257. OLE color: 2273257.
HSL color Cylindrical-coordinate representation of color #E9AF22: hue angle of 42.51º 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 #E9AF22 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 34 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.09 |
| HSL | 42.51º | 0.82% | 0.52% | - |
| HSV(B) | 42.51º | 0.85% | 0.91% | - |
| XYZ | 49.22 | 48.1 | 8.2 | - |
| YUV | 176.27 | 47.72 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 34 | 0 | 0.25 | 0.85 | 0.09 | 42.51 | 0.82 | 0.52 |
| Hex | E9 | AF | 22 | 0 | 19 | 55 | 9 | 2B | 52 | 34 |
| Octal | 351 | 257 | 42 | 0 | 31 | 125 | 11 | 53 | 122 | 64 |
| Binary | 11101001 | 10101111 | 100010 | 0 | 11001 | 1010101 | 1001 | 101011 | 1010010 | 110100 |
Color Harmonies of #E9AF22
Complementary color
Monochromatic Colors of #E9AF22
Black with #E9AF22
Text Example
Text Example
White with #E9AF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AF22; }
p { color: rgb(233,175,34); }
H1.HeaderClassName
{
color: #E9AF22;
}
.AnyTagClassName
{
color: #E9AF22;
}
</style>
background-color css
<style>
a { background-color: #E9AF22; }
a { background-color: rgb(233,175,34); }
div.DivClassName
{
background-color: #E9AF22;
}
.BgClassName
{
background-color: #E9AF22;
}
</style>
border-color css
<style>
span { border-color: #E9AF22; }
span { border-color: rgb(233,175,34); }
td.TdClassName
{
border-color: #E9AF22;
}
.TagClassName
{
border-color: #E9AF22;
}
</style>