Shades of Harvest Gold #E2AF70
Tints of Harvest Gold #E2AF70
RGB
CMYK
RGB Variations
Color information
#E2AF70 (or 0xE2AF70) is known color: Harvest Gold. HEX triplet: E2, AF and 70. RGB value is (226,175,112). Sum of RGB (Red+Green+Blue) = 226+175+112=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AF70 is #1D508F. Grayscale: #B7B7B7. Windows color (decimal): -1921168 or 7385058. OLE color: 7385058.
HSL color Cylindrical-coordinate representation of color #E2AF70: hue angle of 33.16º 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 #E2AF70 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 112 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.11 |
| HSL | 33.16º | 0.66% | 0.66% | - |
| HSV(B) | 33.16º | 0.5% | 0.89% | - |
| XYZ | 49.62 | 48 | 21.98 | - |
| YUV | 183.07 | 87.9 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 112 | 0 | 0.23 | 0.50 | 0.11 | 33.16 | 0.66 | 0.66 |
| Hex | E2 | AF | 70 | 0 | 17 | 32 | B | 21 | 42 | 42 |
| Octal | 342 | 257 | 160 | 0 | 27 | 62 | 13 | 41 | 102 | 102 |
| Binary | 11100010 | 10101111 | 1110000 | 0 | 10111 | 110010 | 1011 | 100001 | 1000010 | 1000010 |
Color Harmonies of #E2AF70
Complementary color
Monochromatic Colors of #E2AF70
Black with #E2AF70
Text Example
Text Example
White with #E2AF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AF70; }
p { color: rgb(226,175,112); }
H1.HeaderClassName
{
color: #E2AF70;
}
.AnyTagClassName
{
color: #E2AF70;
}
</style>
background-color css
<style>
a { background-color: #E2AF70; }
a { background-color: rgb(226,175,112); }
div.DivClassName
{
background-color: #E2AF70;
}
.BgClassName
{
background-color: #E2AF70;
}
</style>
border-color css
<style>
span { border-color: #E2AF70; }
span { border-color: rgb(226,175,112); }
td.TdClassName
{
border-color: #E2AF70;
}
.TagClassName
{
border-color: #E2AF70;
}
</style>