Shades of Harvest Gold #E8BC72
Tints of Harvest Gold #E8BC72
RGB
CMYK
RGB Variations
Color information
#E8BC72 (or 0xE8BC72) is known color: Harvest Gold. HEX triplet: E8, BC and 72. RGB value is (232,188,114). Sum of RGB (Red+Green+Blue) = 232+188+114=534 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.45% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BC72 is #17438D. Grayscale: #C1C1C1. Windows color (decimal): -1524622 or 7519464. OLE color: 7519464.
HSL color Cylindrical-coordinate representation of color #E8BC72: hue angle of 37.63º 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 #E8BC72 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 188 | 114 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.09 |
| HSL | 37.63º | 0.72% | 0.68% | - |
| HSV(B) | 37.63º | 0.51% | 0.91% | - |
| XYZ | 54.3 | 54.34 | 23.55 | - |
| YUV | 192.72 | 83.58 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 188 | 114 | 0 | 0.19 | 0.51 | 0.09 | 37.63 | 0.72 | 0.68 |
| Hex | E8 | BC | 72 | 0 | 13 | 33 | 9 | 26 | 48 | 44 |
| Octal | 350 | 274 | 162 | 0 | 23 | 63 | 11 | 46 | 110 | 104 |
| Binary | 11101000 | 10111100 | 1110010 | 0 | 10011 | 110011 | 1001 | 100110 | 1001000 | 1000100 |
Color Harmonies of #E8BC72
Complementary color
Monochromatic Colors of #E8BC72
Black with #E8BC72
Text Example
Text Example
White with #E8BC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BC72; }
p { color: rgb(232,188,114); }
H1.HeaderClassName
{
color: #E8BC72;
}
.AnyTagClassName
{
color: #E8BC72;
}
</style>
background-color css
<style>
a { background-color: #E8BC72; }
a { background-color: rgb(232,188,114); }
div.DivClassName
{
background-color: #E8BC72;
}
.BgClassName
{
background-color: #E8BC72;
}
</style>
border-color css
<style>
span { border-color: #E8BC72; }
span { border-color: rgb(232,188,114); }
td.TdClassName
{
border-color: #E8BC72;
}
.TagClassName
{
border-color: #E8BC72;
}
</style>