Shades of Harvest Gold #E2B272
Tints of Harvest Gold #E2B272
RGB
CMYK
RGB Variations
Color information
#E2B272 (or 0xE2B272) is known color: Harvest Gold. HEX triplet: E2, B2 and 72. RGB value is (226,178,114). Sum of RGB (Red+Green+Blue) = 226+178+114=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B272 is #1D4D8D. Grayscale: #B9B9B9. Windows color (decimal): -1920398 or 7516898. OLE color: 7516898.
HSL color Cylindrical-coordinate representation of color #E2B272: hue angle of 34.29º 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 #E2B272 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 114 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.11 |
| HSL | 34.29º | 0.66% | 0.67% | - |
| HSV(B) | 34.29º | 0.5% | 0.89% | - |
| XYZ | 50.32 | 49.22 | 22.77 | - |
| YUV | 185.06 | 87.9 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 114 | 0 | 0.21 | 0.50 | 0.11 | 34.29 | 0.66 | 0.67 |
| Hex | E2 | B2 | 72 | 0 | 15 | 32 | B | 22 | 42 | 43 |
| Octal | 342 | 262 | 162 | 0 | 25 | 62 | 13 | 42 | 102 | 103 |
| Binary | 11100010 | 10110010 | 1110010 | 0 | 10101 | 110010 | 1011 | 100010 | 1000010 | 1000011 |
Color Harmonies of #E2B272
Complementary color
Monochromatic Colors of #E2B272
Black with #E2B272
Text Example
Text Example
White with #E2B272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B272; }
p { color: rgb(226,178,114); }
H1.HeaderClassName
{
color: #E2B272;
}
.AnyTagClassName
{
color: #E2B272;
}
</style>
background-color css
<style>
a { background-color: #E2B272; }
a { background-color: rgb(226,178,114); }
div.DivClassName
{
background-color: #E2B272;
}
.BgClassName
{
background-color: #E2B272;
}
</style>
border-color css
<style>
span { border-color: #E2B272; }
span { border-color: rgb(226,178,114); }
td.TdClassName
{
border-color: #E2B272;
}
.TagClassName
{
border-color: #E2B272;
}
</style>