Shades of Harvest Gold #E7B975
Tints of Harvest Gold #E7B975
RGB
CMYK
RGB Variations
Color information
#E7B975 (or 0xE7B975) is known color: Harvest Gold. HEX triplet: E7, B9 and 75. RGB value is (231,185,117). Sum of RGB (Red+Green+Blue) = 231+185+117=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B975 is #18468A. Grayscale: #BFBFBF. Windows color (decimal): -1590923 or 7715303. OLE color: 7715303.
HSL color Cylindrical-coordinate representation of color #E7B975: hue angle of 35.79º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7B975 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 185 | 117 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.09 |
| HSL | 35.79º | 0.7% | 0.68% | - |
| HSV(B) | 35.79º | 0.49% | 0.91% | - |
| XYZ | 53.51 | 52.97 | 24.23 | - |
| YUV | 191 | 86.24 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 185 | 117 | 0 | 0.20 | 0.49 | 0.09 | 35.79 | 0.7 | 0.68 |
| Hex | E7 | B9 | 75 | 0 | 14 | 31 | 9 | 24 | 46 | 44 |
| Octal | 347 | 271 | 165 | 0 | 24 | 61 | 11 | 44 | 106 | 104 |
| Binary | 11100111 | 10111001 | 1110101 | 0 | 10100 | 110001 | 1001 | 100100 | 1000110 | 1000100 |
Color Harmonies of #E7B975
Complementary color
Monochromatic Colors of #E7B975
Black with #E7B975
Text Example
Text Example
White with #E7B975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B975; }
p { color: rgb(231,185,117); }
H1.HeaderClassName
{
color: #E7B975;
}
.AnyTagClassName
{
color: #E7B975;
}
</style>
background-color css
<style>
a { background-color: #E7B975; }
a { background-color: rgb(231,185,117); }
div.DivClassName
{
background-color: #E7B975;
}
.BgClassName
{
background-color: #E7B975;
}
</style>
border-color css
<style>
span { border-color: #E7B975; }
span { border-color: rgb(231,185,117); }
td.TdClassName
{
border-color: #E7B975;
}
.TagClassName
{
border-color: #E7B975;
}
</style>