Shades of Harvest Gold #E7BC60
Tints of Harvest Gold #E7BC60
RGB
CMYK
RGB Variations
Color information
#E7BC60 (or 0xE7BC60) is known color: Harvest Gold. HEX triplet: E7, BC and 60. RGB value is (231,188,96). Sum of RGB (Red+Green+Blue) = 231+188+96=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BC60 is #18439F. Grayscale: #BEBEBE. Windows color (decimal): -1590176 or 6339815. OLE color: 6339815.
HSL color Cylindrical-coordinate representation of color #E7BC60: hue angle of 40.89º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E7BC60 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 188 | 96 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.09 |
| HSL | 40.89º | 0.74% | 0.64% | - |
| HSV(B) | 40.89º | 0.58% | 0.91% | - |
| XYZ | 53.05 | 53.8 | 18.65 | - |
| YUV | 190.37 | 74.75 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 96 | 0 | 0.19 | 0.58 | 0.09 | 40.89 | 0.74 | 0.64 |
| Hex | E7 | BC | 60 | 0 | 13 | 3A | 9 | 29 | 4A | 40 |
| Octal | 347 | 274 | 140 | 0 | 23 | 72 | 11 | 51 | 112 | 100 |
| Binary | 11100111 | 10111100 | 1100000 | 0 | 10011 | 111010 | 1001 | 101001 | 1001010 | 1000000 |
Color Harmonies of #E7BC60
Complementary color
Monochromatic Colors of #E7BC60
Black with #E7BC60
Text Example
Text Example
White with #E7BC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BC60; }
p { color: rgb(231,188,96); }
H1.HeaderClassName
{
color: #E7BC60;
}
.AnyTagClassName
{
color: #E7BC60;
}
</style>
background-color css
<style>
a { background-color: #E7BC60; }
a { background-color: rgb(231,188,96); }
div.DivClassName
{
background-color: #E7BC60;
}
.BgClassName
{
background-color: #E7BC60;
}
</style>
border-color css
<style>
span { border-color: #E7BC60; }
span { border-color: rgb(231,188,96); }
td.TdClassName
{
border-color: #E7BC60;
}
.TagClassName
{
border-color: #E7BC60;
}
</style>