Shades of Harvest Gold #E8BA6E
Tints of Harvest Gold #E8BA6E
RGB
CMYK
RGB Variations
Color information
#E8BA6E (or 0xE8BA6E) is known color: Harvest Gold. HEX triplet: E8, BA and 6E. RGB value is (232,186,110). Sum of RGB (Red+Green+Blue) = 232+186+110=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BA6E is #174591. Grayscale: #BFBFBF. Windows color (decimal): -1525138 or 7256808. OLE color: 7256808.
HSL color Cylindrical-coordinate representation of color #E8BA6E: hue angle of 37.38º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8BA6E is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 110 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.09 |
| HSL | 37.38º | 0.73% | 0.67% | - |
| HSV(B) | 37.38º | 0.53% | 0.91% | - |
| XYZ | 53.65 | 53.4 | 22.23 | - |
| YUV | 191.09 | 82.24 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 110 | 0 | 0.20 | 0.53 | 0.09 | 37.38 | 0.73 | 0.67 |
| Hex | E8 | BA | 6E | 0 | 14 | 35 | 9 | 25 | 49 | 43 |
| Octal | 350 | 272 | 156 | 0 | 24 | 65 | 11 | 45 | 111 | 103 |
| Binary | 11101000 | 10111010 | 1101110 | 0 | 10100 | 110101 | 1001 | 100101 | 1001001 | 1000011 |
Color Harmonies of #E8BA6E
Complementary color
Monochromatic Colors of #E8BA6E
Black with #E8BA6E
Text Example
Text Example
White with #E8BA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BA6E; }
p { color: rgb(232,186,110); }
H1.HeaderClassName
{
color: #E8BA6E;
}
.AnyTagClassName
{
color: #E8BA6E;
}
</style>
background-color css
<style>
a { background-color: #E8BA6E; }
a { background-color: rgb(232,186,110); }
div.DivClassName
{
background-color: #E8BA6E;
}
.BgClassName
{
background-color: #E8BA6E;
}
</style>
border-color css
<style>
span { border-color: #E8BA6E; }
span { border-color: rgb(232,186,110); }
td.TdClassName
{
border-color: #E8BA6E;
}
.TagClassName
{
border-color: #E8BA6E;
}
</style>