Shades of Harvest Gold #E7B970
Tints of Harvest Gold #E7B970
RGB
CMYK
RGB Variations
Color information
#E7B970 (or 0xE7B970) is known color: Harvest Gold. HEX triplet: E7, B9 and 70. RGB value is (231,185,112). Sum of RGB (Red+Green+Blue) = 231+185+112=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B970 is #18468F. Grayscale: #BEBEBE. Windows color (decimal): -1590928 or 7387623. OLE color: 7387623.
HSL color Cylindrical-coordinate representation of color #E7B970: hue angle of 36.81º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7B970 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 185 | 112 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.09 |
| HSL | 36.81º | 0.71% | 0.67% | - |
| HSV(B) | 36.81º | 0.52% | 0.91% | - |
| XYZ | 53.23 | 52.86 | 22.73 | - |
| YUV | 190.43 | 83.74 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 185 | 112 | 0 | 0.20 | 0.52 | 0.09 | 36.81 | 0.71 | 0.67 |
| Hex | E7 | B9 | 70 | 0 | 14 | 34 | 9 | 25 | 47 | 43 |
| Octal | 347 | 271 | 160 | 0 | 24 | 64 | 11 | 45 | 107 | 103 |
| Binary | 11100111 | 10111001 | 1110000 | 0 | 10100 | 110100 | 1001 | 100101 | 1000111 | 1000011 |
Color Harmonies of #E7B970
Complementary color
Monochromatic Colors of #E7B970
Black with #E7B970
Text Example
Text Example
White with #E7B970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B970; }
p { color: rgb(231,185,112); }
H1.HeaderClassName
{
color: #E7B970;
}
.AnyTagClassName
{
color: #E7B970;
}
</style>
background-color css
<style>
a { background-color: #E7B970; }
a { background-color: rgb(231,185,112); }
div.DivClassName
{
background-color: #E7B970;
}
.BgClassName
{
background-color: #E7B970;
}
</style>
border-color css
<style>
span { border-color: #E7B970; }
span { border-color: rgb(231,185,112); }
td.TdClassName
{
border-color: #E7B970;
}
.TagClassName
{
border-color: #E7B970;
}
</style>