Shades of Harvest Gold #E2AA6E
Tints of Harvest Gold #E2AA6E
RGB
CMYK
RGB Variations
Color information
#E2AA6E (or 0xE2AA6E) is known color: Harvest Gold. HEX triplet: E2, AA and 6E. RGB value is (226,170,110). Sum of RGB (Red+Green+Blue) = 226+170+110=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AA6E is #1D5591. Grayscale: #B4B4B4. Windows color (decimal): -1922450 or 7252706. OLE color: 7252706.
HSL color Cylindrical-coordinate representation of color #E2AA6E: hue angle of 31.03º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2AA6E is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 110 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.11 |
| HSL | 31.03º | 0.67% | 0.66% | - |
| HSV(B) | 31.03º | 0.51% | 0.89% | - |
| XYZ | 48.55 | 46.04 | 21.08 | - |
| YUV | 179.9 | 88.55 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 110 | 0 | 0.25 | 0.51 | 0.11 | 31.03 | 0.67 | 0.66 |
| Hex | E2 | AA | 6E | 0 | 19 | 33 | B | 1F | 43 | 42 |
| Octal | 342 | 252 | 156 | 0 | 31 | 63 | 13 | 37 | 103 | 102 |
| Binary | 11100010 | 10101010 | 1101110 | 0 | 11001 | 110011 | 1011 | 11111 | 1000011 | 1000010 |
Color Harmonies of #E2AA6E
Complementary color
Monochromatic Colors of #E2AA6E
Black with #E2AA6E
Text Example
Text Example
White with #E2AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AA6E; }
p { color: rgb(226,170,110); }
H1.HeaderClassName
{
color: #E2AA6E;
}
.AnyTagClassName
{
color: #E2AA6E;
}
</style>
background-color css
<style>
a { background-color: #E2AA6E; }
a { background-color: rgb(226,170,110); }
div.DivClassName
{
background-color: #E2AA6E;
}
.BgClassName
{
background-color: #E2AA6E;
}
</style>
border-color css
<style>
span { border-color: #E2AA6E; }
span { border-color: rgb(226,170,110); }
td.TdClassName
{
border-color: #E2AA6E;
}
.TagClassName
{
border-color: #E2AA6E;
}
</style>