Shades of Harvest Gold #E0AA6C
Tints of Harvest Gold #E0AA6C
RGB
CMYK
RGB Variations
Color information
#E0AA6C (or 0xE0AA6C) is known color: Harvest Gold. HEX triplet: E0, AA and 6C. RGB value is (224,170,108). Sum of RGB (Red+Green+Blue) = 224+170+108=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AA6C is #1F5593. Grayscale: #B3B3B3. Windows color (decimal): -2053524 or 7121632. OLE color: 7121632.
HSL color Cylindrical-coordinate representation of color #E0AA6C: hue angle of 32.07º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0AA6C is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 170 | 108 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.12 |
| HSL | 32.07º | 0.65% | 0.65% | - |
| HSV(B) | 32.07º | 0.52% | 0.88% | - |
| XYZ | 47.82 | 45.68 | 20.48 | - |
| YUV | 179.08 | 87.89 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 170 | 108 | 0 | 0.24 | 0.52 | 0.12 | 32.07 | 0.65 | 0.65 |
| Hex | E0 | AA | 6C | 0 | 18 | 34 | C | 20 | 41 | 41 |
| Octal | 340 | 252 | 154 | 0 | 30 | 64 | 14 | 40 | 101 | 101 |
| Binary | 11100000 | 10101010 | 1101100 | 0 | 11000 | 110100 | 1100 | 100000 | 1000001 | 1000001 |
Color Harmonies of #E0AA6C
Complementary color
Monochromatic Colors of #E0AA6C
Black with #E0AA6C
Text Example
Text Example
White with #E0AA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AA6C; }
p { color: rgb(224,170,108); }
H1.HeaderClassName
{
color: #E0AA6C;
}
.AnyTagClassName
{
color: #E0AA6C;
}
</style>
background-color css
<style>
a { background-color: #E0AA6C; }
a { background-color: rgb(224,170,108); }
div.DivClassName
{
background-color: #E0AA6C;
}
.BgClassName
{
background-color: #E0AA6C;
}
</style>
border-color css
<style>
span { border-color: #E0AA6C; }
span { border-color: rgb(224,170,108); }
td.TdClassName
{
border-color: #E0AA6C;
}
.TagClassName
{
border-color: #E0AA6C;
}
</style>