Shades of Gold Tips #E2AA24
Tints of Gold Tips #E2AA24
RGB
CMYK
RGB Variations
Color information
#E2AA24 (or 0xE2AA24) is known color: Gold Tips. HEX triplet: E2, AA and 24. RGB value is (226,170,36). Sum of RGB (Red+Green+Blue) = 226+170+36=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 36 (14.45% from 255 or 8.33% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AA24 is #1D55DB. Grayscale: #ACACAC. Windows color (decimal): -1922524 or 2403042. OLE color: 2403042.
HSL color Cylindrical-coordinate representation of color #E2AA24: hue angle of 42.32º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2AA24 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 36 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.11 |
| HSL | 42.32º | 0.77% | 0.51% | - |
| HSV(B) | 42.32º | 0.84% | 0.89% | - |
| XYZ | 46.06 | 45.05 | 7.94 | - |
| YUV | 171.47 | 51.55 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 36 | 0 | 0.25 | 0.84 | 0.11 | 42.32 | 0.77 | 0.51 |
| Hex | E2 | AA | 24 | 0 | 19 | 54 | B | 2A | 4D | 33 |
| Octal | 342 | 252 | 44 | 0 | 31 | 124 | 13 | 52 | 115 | 63 |
| Binary | 11100010 | 10101010 | 100100 | 0 | 11001 | 1010100 | 1011 | 101010 | 1001101 | 110011 |
Color Harmonies of #E2AA24
Complementary color
Monochromatic Colors of #E2AA24
Black with #E2AA24
Text Example
Text Example
White with #E2AA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AA24; }
p { color: rgb(226,170,36); }
H1.HeaderClassName
{
color: #E2AA24;
}
.AnyTagClassName
{
color: #E2AA24;
}
</style>
background-color css
<style>
a { background-color: #E2AA24; }
a { background-color: rgb(226,170,36); }
div.DivClassName
{
background-color: #E2AA24;
}
.BgClassName
{
background-color: #E2AA24;
}
</style>
border-color css
<style>
span { border-color: #E2AA24; }
span { border-color: rgb(226,170,36); }
td.TdClassName
{
border-color: #E2AA24;
}
.TagClassName
{
border-color: #E2AA24;
}
</style>