Shades of Gold Tips #E0AA2A
Tints of Gold Tips #E0AA2A
RGB
CMYK
RGB Variations
Color information
#E0AA2A (or 0xE0AA2A) is known color: Gold Tips. HEX triplet: E0, AA and 2A. RGB value is (224,170,42). Sum of RGB (Red+Green+Blue) = 224+170+42=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 42 (16.80% from 255 or 9.63% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AA2A is #1F55D5. Grayscale: #ACACAC. Windows color (decimal): -2053590 or 2796256. OLE color: 2796256.
HSL color Cylindrical-coordinate representation of color #E0AA2A: hue angle of 42.2º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0AA2A is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 170 | 42 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.12 |
| HSL | 42.2º | 0.75% | 0.52% | - |
| HSV(B) | 42.2º | 0.81% | 0.88% | - |
| XYZ | 45.53 | 44.76 | 8.43 | - |
| YUV | 171.55 | 54.89 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 170 | 42 | 0 | 0.24 | 0.81 | 0.12 | 42.2 | 0.75 | 0.52 |
| Hex | E0 | AA | 2A | 0 | 18 | 51 | C | 2A | 4B | 34 |
| Octal | 340 | 252 | 52 | 0 | 30 | 121 | 14 | 52 | 113 | 64 |
| Binary | 11100000 | 10101010 | 101010 | 0 | 11000 | 1010001 | 1100 | 101010 | 1001011 | 110100 |
Color Harmonies of #E0AA2A
Complementary color
Monochromatic Colors of #E0AA2A
Black with #E0AA2A
Text Example
Text Example
White with #E0AA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AA2A; }
p { color: rgb(224,170,42); }
H1.HeaderClassName
{
color: #E0AA2A;
}
.AnyTagClassName
{
color: #E0AA2A;
}
</style>
background-color css
<style>
a { background-color: #E0AA2A; }
a { background-color: rgb(224,170,42); }
div.DivClassName
{
background-color: #E0AA2A;
}
.BgClassName
{
background-color: #E0AA2A;
}
</style>
border-color css
<style>
span { border-color: #E0AA2A; }
span { border-color: rgb(224,170,42); }
td.TdClassName
{
border-color: #E0AA2A;
}
.TagClassName
{
border-color: #E0AA2A;
}
</style>