Shades of Harvest Gold #E7B371
Tints of Harvest Gold #E7B371
RGB
CMYK
RGB Variations
Color information
#E7B371 (or 0xE7B371) is known color: Harvest Gold. HEX triplet: E7, B3 and 71. RGB value is (231,179,113). Sum of RGB (Red+Green+Blue) = 231+179+113=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 113 (44.53% from 255 or 21.61% from 523); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B371 is #184C8E. Grayscale: #BBBBBB. Windows color (decimal): -1592463 or 7451623. OLE color: 7451623.
HSL color Cylindrical-coordinate representation of color #E7B371: hue angle of 33.56º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E7B371 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 179 | 113 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.09 |
| HSL | 33.56º | 0.71% | 0.67% | - |
| HSV(B) | 33.56º | 0.51% | 0.91% | - |
| XYZ | 52.06 | 50.42 | 22.61 | - |
| YUV | 187.02 | 86.23 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 179 | 113 | 0 | 0.23 | 0.51 | 0.09 | 33.56 | 0.71 | 0.67 |
| Hex | E7 | B3 | 71 | 0 | 17 | 33 | 9 | 22 | 47 | 43 |
| Octal | 347 | 263 | 161 | 0 | 27 | 63 | 11 | 42 | 107 | 103 |
| Binary | 11100111 | 10110011 | 1110001 | 0 | 10111 | 110011 | 1001 | 100010 | 1000111 | 1000011 |
Color Harmonies of #E7B371
Complementary color
Monochromatic Colors of #E7B371
Black with #E7B371
Text Example
Text Example
White with #E7B371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B371; }
p { color: rgb(231,179,113); }
H1.HeaderClassName
{
color: #E7B371;
}
.AnyTagClassName
{
color: #E7B371;
}
</style>
background-color css
<style>
a { background-color: #E7B371; }
a { background-color: rgb(231,179,113); }
div.DivClassName
{
background-color: #E7B371;
}
.BgClassName
{
background-color: #E7B371;
}
</style>
border-color css
<style>
span { border-color: #E7B371; }
span { border-color: rgb(231,179,113); }
td.TdClassName
{
border-color: #E7B371;
}
.TagClassName
{
border-color: #E7B371;
}
</style>