Shades of Harvest Gold #E8BA60
Tints of Harvest Gold #E8BA60
RGB
CMYK
RGB Variations
Color information
#E8BA60 (or 0xE8BA60) is known color: Harvest Gold. HEX triplet: E8, BA and 60. RGB value is (232,186,96). Sum of RGB (Red+Green+Blue) = 232+186+96=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BA60 is #17459F. Grayscale: #BDBDBD. Windows color (decimal): -1525152 or 6339304. OLE color: 6339304.
HSL color Cylindrical-coordinate representation of color #E8BA60: hue angle of 39.71º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E8BA60 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 96 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.09 |
| HSL | 39.71º | 0.75% | 0.64% | - |
| HSV(B) | 39.71º | 0.59% | 0.91% | - |
| XYZ | 52.95 | 53.12 | 18.53 | - |
| YUV | 189.49 | 75.24 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 96 | 0 | 0.20 | 0.59 | 0.09 | 39.71 | 0.75 | 0.64 |
| Hex | E8 | BA | 60 | 0 | 14 | 3B | 9 | 28 | 4B | 40 |
| Octal | 350 | 272 | 140 | 0 | 24 | 73 | 11 | 50 | 113 | 100 |
| Binary | 11101000 | 10111010 | 1100000 | 0 | 10100 | 111011 | 1001 | 101000 | 1001011 | 1000000 |
Color Harmonies of #E8BA60
Complementary color
Monochromatic Colors of #E8BA60
Black with #E8BA60
Text Example
Text Example
White with #E8BA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BA60; }
p { color: rgb(232,186,96); }
H1.HeaderClassName
{
color: #E8BA60;
}
.AnyTagClassName
{
color: #E8BA60;
}
</style>
background-color css
<style>
a { background-color: #E8BA60; }
a { background-color: rgb(232,186,96); }
div.DivClassName
{
background-color: #E8BA60;
}
.BgClassName
{
background-color: #E8BA60;
}
</style>
border-color css
<style>
span { border-color: #E8BA60; }
span { border-color: rgb(232,186,96); }
td.TdClassName
{
border-color: #E8BA60;
}
.TagClassName
{
border-color: #E8BA60;
}
</style>