Shades of Harvest Gold #E7BC6E
Tints of Harvest Gold #E7BC6E
RGB
CMYK
RGB Variations
Color information
#E7BC6E (or 0xE7BC6E) is known color: Harvest Gold. HEX triplet: E7, BC and 6E. RGB value is (231,188,110). Sum of RGB (Red+Green+Blue) = 231+188+110=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BC6E is #184391. Grayscale: #C0C0C0. Windows color (decimal): -1590162 or 7257319. OLE color: 7257319.
HSL color Cylindrical-coordinate representation of color #E7BC6E: hue angle of 38.68º degrees, saturation: 0.72, 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 #E7BC6E is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 188 | 110 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.09 |
| HSL | 38.68º | 0.72% | 0.67% | - |
| HSV(B) | 38.68º | 0.52% | 0.91% | - |
| XYZ | 53.75 | 54.08 | 22.36 | - |
| YUV | 191.97 | 81.75 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 110 | 0 | 0.19 | 0.52 | 0.09 | 38.68 | 0.72 | 0.67 |
| Hex | E7 | BC | 6E | 0 | 13 | 34 | 9 | 27 | 48 | 43 |
| Octal | 347 | 274 | 156 | 0 | 23 | 64 | 11 | 47 | 110 | 103 |
| Binary | 11100111 | 10111100 | 1101110 | 0 | 10011 | 110100 | 1001 | 100111 | 1001000 | 1000011 |
Color Harmonies of #E7BC6E
Complementary color
Monochromatic Colors of #E7BC6E
Black with #E7BC6E
Text Example
Text Example
White with #E7BC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BC6E; }
p { color: rgb(231,188,110); }
H1.HeaderClassName
{
color: #E7BC6E;
}
.AnyTagClassName
{
color: #E7BC6E;
}
</style>
background-color css
<style>
a { background-color: #E7BC6E; }
a { background-color: rgb(231,188,110); }
div.DivClassName
{
background-color: #E7BC6E;
}
.BgClassName
{
background-color: #E7BC6E;
}
</style>
border-color css
<style>
span { border-color: #E7BC6E; }
span { border-color: rgb(231,188,110); }
td.TdClassName
{
border-color: #E7BC6E;
}
.TagClassName
{
border-color: #E7BC6E;
}
</style>