Shades of Harvest Gold #E7BC6B
Tints of Harvest Gold #E7BC6B
RGB
CMYK
RGB Variations
Color information
#E7BC6B (or 0xE7BC6B) is known color: Harvest Gold. HEX triplet: E7, BC and 6B. RGB value is (231,188,107). Sum of RGB (Red+Green+Blue) = 231+188+107=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 107 (42.19% from 255 or 20.34% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BC6B is #184394. Grayscale: #BFBFBF. Windows color (decimal): -1590165 or 7060711. OLE color: 7060711.
HSL color Cylindrical-coordinate representation of color #E7BC6B: hue angle of 39.19º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E7BC6B is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 188 | 107 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.09 |
| HSL | 39.19º | 0.72% | 0.66% | - |
| HSV(B) | 39.19º | 0.54% | 0.91% | - |
| XYZ | 53.59 | 54.02 | 21.51 | - |
| YUV | 191.62 | 80.25 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 107 | 0 | 0.19 | 0.54 | 0.09 | 39.19 | 0.72 | 0.66 |
| Hex | E7 | BC | 6B | 0 | 13 | 36 | 9 | 27 | 48 | 42 |
| Octal | 347 | 274 | 153 | 0 | 23 | 66 | 11 | 47 | 110 | 102 |
| Binary | 11100111 | 10111100 | 1101011 | 0 | 10011 | 110110 | 1001 | 100111 | 1001000 | 1000010 |
Color Harmonies of #E7BC6B
Complementary color
Monochromatic Colors of #E7BC6B
Black with #E7BC6B
Text Example
Text Example
White with #E7BC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BC6B; }
p { color: rgb(231,188,107); }
H1.HeaderClassName
{
color: #E7BC6B;
}
.AnyTagClassName
{
color: #E7BC6B;
}
</style>
background-color css
<style>
a { background-color: #E7BC6B; }
a { background-color: rgb(231,188,107); }
div.DivClassName
{
background-color: #E7BC6B;
}
.BgClassName
{
background-color: #E7BC6B;
}
</style>
border-color css
<style>
span { border-color: #E7BC6B; }
span { border-color: rgb(231,188,107); }
td.TdClassName
{
border-color: #E7BC6B;
}
.TagClassName
{
border-color: #E7BC6B;
}
</style>