Shades of Gold Tips #E0AA2E
Tints of Gold Tips #E0AA2E
RGB
CMYK
RGB Variations
Color information
#E0AA2E (or 0xE0AA2E) is known color: Gold Tips. HEX triplet: E0, AA and 2E. RGB value is (224,170,46). Sum of RGB (Red+Green+Blue) = 224+170+46=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 46 (18.36% from 255 or 10.45% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AA2E is #1F55D1. Grayscale: #ACACAC. Windows color (decimal): -2053586 or 3058400. OLE color: 3058400.
HSL color Cylindrical-coordinate representation of color #E0AA2E: hue angle of 41.8º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0AA2E is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 170 | 46 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.12 |
| HSL | 41.8º | 0.74% | 0.53% | - |
| HSV(B) | 41.8º | 0.79% | 0.88% | - |
| XYZ | 45.61 | 44.79 | 8.83 | - |
| YUV | 172.01 | 56.89 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 170 | 46 | 0 | 0.24 | 0.79 | 0.12 | 41.8 | 0.74 | 0.53 |
| Hex | E0 | AA | 2E | 0 | 18 | 4F | C | 2A | 4A | 35 |
| Octal | 340 | 252 | 56 | 0 | 30 | 117 | 14 | 52 | 112 | 65 |
| Binary | 11100000 | 10101010 | 101110 | 0 | 11000 | 1001111 | 1100 | 101010 | 1001010 | 110101 |
Color Harmonies of #E0AA2E
Complementary color
Monochromatic Colors of #E0AA2E
Black with #E0AA2E
Text Example
Text Example
White with #E0AA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AA2E; }
p { color: rgb(224,170,46); }
H1.HeaderClassName
{
color: #E0AA2E;
}
.AnyTagClassName
{
color: #E0AA2E;
}
</style>
background-color css
<style>
a { background-color: #E0AA2E; }
a { background-color: rgb(224,170,46); }
div.DivClassName
{
background-color: #E0AA2E;
}
.BgClassName
{
background-color: #E0AA2E;
}
</style>
border-color css
<style>
span { border-color: #E0AA2E; }
span { border-color: rgb(224,170,46); }
td.TdClassName
{
border-color: #E0AA2E;
}
.TagClassName
{
border-color: #E0AA2E;
}
</style>