Shades of Harvest Gold #E8BA71
Tints of Harvest Gold #E8BA71
RGB
CMYK
RGB Variations
Color information
#E8BA71 (or 0xE8BA71) is known color: Harvest Gold. HEX triplet: E8, BA and 71. RGB value is (232,186,113). Sum of RGB (Red+Green+Blue) = 232+186+113=531 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.69% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BA71 is #17458E. Grayscale: #BFBFBF. Windows color (decimal): -1525135 or 7453416. OLE color: 7453416.
HSL color Cylindrical-coordinate representation of color #E8BA71: hue angle of 36.81º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E8BA71 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 113 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.09 |
| HSL | 36.81º | 0.72% | 0.68% | - |
| HSV(B) | 36.81º | 0.51% | 0.91% | - |
| XYZ | 53.82 | 53.47 | 23.11 | - |
| YUV | 191.43 | 83.74 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 113 | 0 | 0.20 | 0.51 | 0.09 | 36.81 | 0.72 | 0.68 |
| Hex | E8 | BA | 71 | 0 | 14 | 33 | 9 | 25 | 48 | 44 |
| Octal | 350 | 272 | 161 | 0 | 24 | 63 | 11 | 45 | 110 | 104 |
| Binary | 11101000 | 10111010 | 1110001 | 0 | 10100 | 110011 | 1001 | 100101 | 1001000 | 1000100 |
Color Harmonies of #E8BA71
Complementary color
Monochromatic Colors of #E8BA71
Black with #E8BA71
Text Example
Text Example
White with #E8BA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BA71; }
p { color: rgb(232,186,113); }
H1.HeaderClassName
{
color: #E8BA71;
}
.AnyTagClassName
{
color: #E8BA71;
}
</style>
background-color css
<style>
a { background-color: #E8BA71; }
a { background-color: rgb(232,186,113); }
div.DivClassName
{
background-color: #E8BA71;
}
.BgClassName
{
background-color: #E8BA71;
}
</style>
border-color css
<style>
span { border-color: #E8BA71; }
span { border-color: rgb(232,186,113); }
td.TdClassName
{
border-color: #E8BA71;
}
.TagClassName
{
border-color: #E8BA71;
}
</style>