Shades of Harvest Gold #E2B971
Tints of Harvest Gold #E2B971
RGB
CMYK
RGB Variations
Color information
#E2B971 (or 0xE2B971) is known color: Harvest Gold. HEX triplet: E2, B9 and 71. RGB value is (226,185,113). Sum of RGB (Red+Green+Blue) = 226+185+113=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B971 is #1D468E. Grayscale: #BDBDBD. Windows color (decimal): -1918607 or 7453154. OLE color: 7453154.
HSL color Cylindrical-coordinate representation of color #E2B971: hue angle of 38.23º 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 #E2B971 is Cyan = 0, Magento = 0.18, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 185 | 113 | - |
| CMYK | 0 | 0.18 | 0.5 | 0.11 |
| HSL | 38.23º | 0.66% | 0.66% | - |
| HSV(B) | 38.23º | 0.5% | 0.89% | - |
| XYZ | 51.69 | 52.06 | 22.95 | - |
| YUV | 189.05 | 85.08 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 185 | 113 | 0 | 0.18 | 0.5 | 0.11 | 38.23 | 0.66 | 0.66 |
| Hex | E2 | B9 | 71 | 0 | 12 | 32 | B | 26 | 42 | 42 |
| Octal | 342 | 271 | 161 | 0 | 22 | 62 | 13 | 46 | 102 | 102 |
| Binary | 11100010 | 10111001 | 1110001 | 0 | 10010 | 110010 | 1011 | 100110 | 1000010 | 1000010 |
Color Harmonies of #E2B971
Complementary color
Monochromatic Colors of #E2B971
Black with #E2B971
Text Example
Text Example
White with #E2B971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B971; }
p { color: rgb(226,185,113); }
H1.HeaderClassName
{
color: #E2B971;
}
.AnyTagClassName
{
color: #E2B971;
}
</style>
background-color css
<style>
a { background-color: #E2B971; }
a { background-color: rgb(226,185,113); }
div.DivClassName
{
background-color: #E2B971;
}
.BgClassName
{
background-color: #E2B971;
}
</style>
border-color css
<style>
span { border-color: #E2B971; }
span { border-color: rgb(226,185,113); }
td.TdClassName
{
border-color: #E2B971;
}
.TagClassName
{
border-color: #E2B971;
}
</style>