Shades of Harvest Gold #E8BB70
Tints of Harvest Gold #E8BB70
RGB
CMYK
RGB Variations
Color information
#E8BB70 (or 0xE8BB70) is known color: Harvest Gold. HEX triplet: E8, BB and 70. RGB value is (232,187,112). Sum of RGB (Red+Green+Blue) = 232+187+112=531 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.69% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BB70 is #17448F. Grayscale: #C0C0C0. Windows color (decimal): -1524880 or 7388136. OLE color: 7388136.
HSL color Cylindrical-coordinate representation of color #E8BB70: hue angle of 37.5º 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 #E8BB70 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 187 | 112 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.09 |
| HSL | 37.5º | 0.72% | 0.67% | - |
| HSV(B) | 37.5º | 0.52% | 0.91% | - |
| XYZ | 53.97 | 53.87 | 22.88 | - |
| YUV | 191.91 | 82.91 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 187 | 112 | 0 | 0.19 | 0.52 | 0.09 | 37.5 | 0.72 | 0.67 |
| Hex | E8 | BB | 70 | 0 | 13 | 34 | 9 | 26 | 48 | 43 |
| Octal | 350 | 273 | 160 | 0 | 23 | 64 | 11 | 46 | 110 | 103 |
| Binary | 11101000 | 10111011 | 1110000 | 0 | 10011 | 110100 | 1001 | 100110 | 1001000 | 1000011 |
Color Harmonies of #E8BB70
Complementary color
Monochromatic Colors of #E8BB70
Black with #E8BB70
Text Example
Text Example
White with #E8BB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BB70; }
p { color: rgb(232,187,112); }
H1.HeaderClassName
{
color: #E8BB70;
}
.AnyTagClassName
{
color: #E8BB70;
}
</style>
background-color css
<style>
a { background-color: #E8BB70; }
a { background-color: rgb(232,187,112); }
div.DivClassName
{
background-color: #E8BB70;
}
.BgClassName
{
background-color: #E8BB70;
}
</style>
border-color css
<style>
span { border-color: #E8BB70; }
span { border-color: rgb(232,187,112); }
td.TdClassName
{
border-color: #E8BB70;
}
.TagClassName
{
border-color: #E8BB70;
}
</style>