Shades of Harvest Gold #E7BA6E
Tints of Harvest Gold #E7BA6E
RGB
CMYK
RGB Variations
Color information
#E7BA6E (or 0xE7BA6E) is known color: Harvest Gold. HEX triplet: E7, BA and 6E. RGB value is (231,186,110). Sum of RGB (Red+Green+Blue) = 231+186+110=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 110 (43.36% from 255 or 20.87% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BA6E is #184591. Grayscale: #BFBFBF. Windows color (decimal): -1590674 or 7256807. OLE color: 7256807.
HSL color Cylindrical-coordinate representation of color #E7BA6E: hue angle of 37.69º 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 #E7BA6E is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 110 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.09 |
| HSL | 37.69º | 0.72% | 0.67% | - |
| HSV(B) | 37.69º | 0.52% | 0.91% | - |
| XYZ | 53.33 | 53.23 | 22.22 | - |
| YUV | 190.79 | 82.41 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 110 | 0 | 0.19 | 0.52 | 0.09 | 37.69 | 0.72 | 0.67 |
| Hex | E7 | BA | 6E | 0 | 13 | 34 | 9 | 26 | 48 | 43 |
| Octal | 347 | 272 | 156 | 0 | 23 | 64 | 11 | 46 | 110 | 103 |
| Binary | 11100111 | 10111010 | 1101110 | 0 | 10011 | 110100 | 1001 | 100110 | 1001000 | 1000011 |
Color Harmonies of #E7BA6E
Complementary color
Monochromatic Colors of #E7BA6E
Black with #E7BA6E
Text Example
Text Example
White with #E7BA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BA6E; }
p { color: rgb(231,186,110); }
H1.HeaderClassName
{
color: #E7BA6E;
}
.AnyTagClassName
{
color: #E7BA6E;
}
</style>
background-color css
<style>
a { background-color: #E7BA6E; }
a { background-color: rgb(231,186,110); }
div.DivClassName
{
background-color: #E7BA6E;
}
.BgClassName
{
background-color: #E7BA6E;
}
</style>
border-color css
<style>
span { border-color: #E7BA6E; }
span { border-color: rgb(231,186,110); }
td.TdClassName
{
border-color: #E7BA6E;
}
.TagClassName
{
border-color: #E7BA6E;
}
</style>