Shades of Harvest Gold #E2B072
Tints of Harvest Gold #E2B072
RGB
CMYK
RGB Variations
Color information
#E2B072 (or 0xE2B072) is known color: Harvest Gold. HEX triplet: E2, B0 and 72. RGB value is (226,176,114). Sum of RGB (Red+Green+Blue) = 226+176+114=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B072 is #1D4F8D. Grayscale: #B8B8B8. Windows color (decimal): -1920910 or 7516386. OLE color: 7516386.
HSL color Cylindrical-coordinate representation of color #E2B072: hue angle of 33.21º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2B072 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 114 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.11 |
| HSL | 33.21º | 0.66% | 0.67% | - |
| HSV(B) | 33.21º | 0.5% | 0.89% | - |
| XYZ | 49.93 | 48.43 | 22.64 | - |
| YUV | 183.88 | 88.57 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 114 | 0 | 0.22 | 0.50 | 0.11 | 33.21 | 0.66 | 0.67 |
| Hex | E2 | B0 | 72 | 0 | 16 | 32 | B | 21 | 42 | 43 |
| Octal | 342 | 260 | 162 | 0 | 26 | 62 | 13 | 41 | 102 | 103 |
| Binary | 11100010 | 10110000 | 1110010 | 0 | 10110 | 110010 | 1011 | 100001 | 1000010 | 1000011 |
Color Harmonies of #E2B072
Complementary color
Monochromatic Colors of #E2B072
Black with #E2B072
Text Example
Text Example
White with #E2B072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B072; }
p { color: rgb(226,176,114); }
H1.HeaderClassName
{
color: #E2B072;
}
.AnyTagClassName
{
color: #E2B072;
}
</style>
background-color css
<style>
a { background-color: #E2B072; }
a { background-color: rgb(226,176,114); }
div.DivClassName
{
background-color: #E2B072;
}
.BgClassName
{
background-color: #E2B072;
}
</style>
border-color css
<style>
span { border-color: #E2B072; }
span { border-color: rgb(226,176,114); }
td.TdClassName
{
border-color: #E2B072;
}
.TagClassName
{
border-color: #E2B072;
}
</style>