Shades of Harvest Gold #E2B070
Tints of Harvest Gold #E2B070
RGB
CMYK
RGB Variations
Color information
#E2B070 (or 0xE2B070) is known color: Harvest Gold. HEX triplet: E2, B0 and 70. RGB value is (226,176,112). Sum of RGB (Red+Green+Blue) = 226+176+112=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B070 is #1D4F8F. Grayscale: #B7B7B7. Windows color (decimal): -1920912 or 7385314. OLE color: 7385314.
HSL color Cylindrical-coordinate representation of color #E2B070: hue angle of 33.68º 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 #E2B070 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 112 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.11 |
| HSL | 33.68º | 0.66% | 0.66% | - |
| HSV(B) | 33.68º | 0.5% | 0.89% | - |
| XYZ | 49.81 | 48.39 | 22.04 | - |
| YUV | 183.65 | 87.57 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 112 | 0 | 0.22 | 0.50 | 0.11 | 33.68 | 0.66 | 0.66 |
| Hex | E2 | B0 | 70 | 0 | 16 | 32 | B | 22 | 42 | 42 |
| Octal | 342 | 260 | 160 | 0 | 26 | 62 | 13 | 42 | 102 | 102 |
| Binary | 11100010 | 10110000 | 1110000 | 0 | 10110 | 110010 | 1011 | 100010 | 1000010 | 1000010 |
Color Harmonies of #E2B070
Complementary color
Monochromatic Colors of #E2B070
Black with #E2B070
Text Example
Text Example
White with #E2B070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B070; }
p { color: rgb(226,176,112); }
H1.HeaderClassName
{
color: #E2B070;
}
.AnyTagClassName
{
color: #E2B070;
}
</style>
background-color css
<style>
a { background-color: #E2B070; }
a { background-color: rgb(226,176,112); }
div.DivClassName
{
background-color: #E2B070;
}
.BgClassName
{
background-color: #E2B070;
}
</style>
border-color css
<style>
span { border-color: #E2B070; }
span { border-color: rgb(226,176,112); }
td.TdClassName
{
border-color: #E2B070;
}
.TagClassName
{
border-color: #E2B070;
}
</style>