Shades of Harvest Gold #E7B973
Tints of Harvest Gold #E7B973
RGB
CMYK
RGB Variations
Color information
#E7B973 (or 0xE7B973) is known color: Harvest Gold. HEX triplet: E7, B9 and 73. RGB value is (231,185,115). Sum of RGB (Red+Green+Blue) = 231+185+115=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B973 is #18468C. Grayscale: #BFBFBF. Windows color (decimal): -1590925 or 7584231. OLE color: 7584231.
HSL color Cylindrical-coordinate representation of color #E7B973: hue angle of 36.21º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E7B973 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 185 | 115 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.09 |
| HSL | 36.21º | 0.71% | 0.68% | - |
| HSV(B) | 36.21º | 0.5% | 0.91% | - |
| XYZ | 53.4 | 52.92 | 23.62 | - |
| YUV | 190.77 | 85.24 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 185 | 115 | 0 | 0.20 | 0.50 | 0.09 | 36.21 | 0.71 | 0.68 |
| Hex | E7 | B9 | 73 | 0 | 14 | 32 | 9 | 24 | 47 | 44 |
| Octal | 347 | 271 | 163 | 0 | 24 | 62 | 11 | 44 | 107 | 104 |
| Binary | 11100111 | 10111001 | 1110011 | 0 | 10100 | 110010 | 1001 | 100100 | 1000111 | 1000100 |
Color Harmonies of #E7B973
Complementary color
Monochromatic Colors of #E7B973
Black with #E7B973
Text Example
Text Example
White with #E7B973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B973; }
p { color: rgb(231,185,115); }
H1.HeaderClassName
{
color: #E7B973;
}
.AnyTagClassName
{
color: #E7B973;
}
</style>
background-color css
<style>
a { background-color: #E7B973; }
a { background-color: rgb(231,185,115); }
div.DivClassName
{
background-color: #E7B973;
}
.BgClassName
{
background-color: #E7B973;
}
</style>
border-color css
<style>
span { border-color: #E7B973; }
span { border-color: rgb(231,185,115); }
td.TdClassName
{
border-color: #E7B973;
}
.TagClassName
{
border-color: #E7B973;
}
</style>