Shades of Harvest Gold #E2AC70
Tints of Harvest Gold #E2AC70
RGB
CMYK
RGB Variations
Color information
#E2AC70 (or 0xE2AC70) is known color: Harvest Gold. HEX triplet: E2, AC and 70. RGB value is (226,172,112). Sum of RGB (Red+Green+Blue) = 226+172+112=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AC70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AC70 is #1D538F. Grayscale: #B5B5B5. Windows color (decimal): -1921936 or 7384290. OLE color: 7384290.
HSL color Cylindrical-coordinate representation of color #E2AC70: hue angle of 31.58º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2AC70 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 172 | 112 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.11 |
| HSL | 31.58º | 0.66% | 0.66% | - |
| HSV(B) | 31.58º | 0.5% | 0.89% | - |
| XYZ | 49.04 | 46.84 | 21.79 | - |
| YUV | 181.31 | 88.89 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 172 | 112 | 0 | 0.24 | 0.50 | 0.11 | 31.58 | 0.66 | 0.66 |
| Hex | E2 | AC | 70 | 0 | 18 | 32 | B | 20 | 42 | 42 |
| Octal | 342 | 254 | 160 | 0 | 30 | 62 | 13 | 40 | 102 | 102 |
| Binary | 11100010 | 10101100 | 1110000 | 0 | 11000 | 110010 | 1011 | 100000 | 1000010 | 1000010 |
Color Harmonies of #E2AC70
Complementary color
Monochromatic Colors of #E2AC70
Black with #E2AC70
Text Example
Text Example
White with #E2AC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AC70; }
p { color: rgb(226,172,112); }
H1.HeaderClassName
{
color: #E2AC70;
}
.AnyTagClassName
{
color: #E2AC70;
}
</style>
background-color css
<style>
a { background-color: #E2AC70; }
a { background-color: rgb(226,172,112); }
div.DivClassName
{
background-color: #E2AC70;
}
.BgClassName
{
background-color: #E2AC70;
}
</style>
border-color css
<style>
span { border-color: #E2AC70; }
span { border-color: rgb(226,172,112); }
td.TdClassName
{
border-color: #E2AC70;
}
.TagClassName
{
border-color: #E2AC70;
}
</style>