Shades of Gold Tips #E2AA2C
Tints of Gold Tips #E2AA2C
RGB
CMYK
RGB Variations
Color information
#E2AA2C (or 0xE2AA2C) is known color: Gold Tips. HEX triplet: E2, AA and 2C. RGB value is (226,170,44). Sum of RGB (Red+Green+Blue) = 226+170+44=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 44 (17.58% from 255 or 10% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AA2C is #1D55D3. Grayscale: #ACACAC. Windows color (decimal): -1922516 or 2927330. OLE color: 2927330.
HSL color Cylindrical-coordinate representation of color #E2AA2C: hue angle of 41.54º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2AA2C is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 44 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.11 |
| HSL | 41.54º | 0.76% | 0.53% | - |
| HSV(B) | 41.54º | 0.81% | 0.89% | - |
| XYZ | 46.19 | 45.1 | 8.65 | - |
| YUV | 172.38 | 55.55 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 44 | 0 | 0.25 | 0.81 | 0.11 | 41.54 | 0.76 | 0.53 |
| Hex | E2 | AA | 2C | 0 | 19 | 51 | B | 2A | 4C | 35 |
| Octal | 342 | 252 | 54 | 0 | 31 | 121 | 13 | 52 | 114 | 65 |
| Binary | 11100010 | 10101010 | 101100 | 0 | 11001 | 1010001 | 1011 | 101010 | 1001100 | 110101 |
Color Harmonies of #E2AA2C
Complementary color
Monochromatic Colors of #E2AA2C
Black with #E2AA2C
Text Example
Text Example
White with #E2AA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AA2C; }
p { color: rgb(226,170,44); }
H1.HeaderClassName
{
color: #E2AA2C;
}
.AnyTagClassName
{
color: #E2AA2C;
}
</style>
background-color css
<style>
a { background-color: #E2AA2C; }
a { background-color: rgb(226,170,44); }
div.DivClassName
{
background-color: #E2AA2C;
}
.BgClassName
{
background-color: #E2AA2C;
}
</style>
border-color css
<style>
span { border-color: #E2AA2C; }
span { border-color: rgb(226,170,44); }
td.TdClassName
{
border-color: #E2AA2C;
}
.TagClassName
{
border-color: #E2AA2C;
}
</style>