Shades of Harvest Gold #E8BC62
Tints of Harvest Gold #E8BC62
RGB
CMYK
RGB Variations
Color information
#E8BC62 (or 0xE8BC62) is known color: Harvest Gold. HEX triplet: E8, BC and 62. RGB value is (232,188,98). Sum of RGB (Red+Green+Blue) = 232+188+98=518 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.79% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BC62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BC62 is #17439D. Grayscale: #BFBFBF. Windows color (decimal): -1524638 or 6470888. OLE color: 6470888.
HSL color Cylindrical-coordinate representation of color #E8BC62: hue angle of 40.3º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E8BC62 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 188 | 98 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.09 |
| HSL | 40.3º | 0.74% | 0.65% | - |
| HSV(B) | 40.3º | 0.58% | 0.91% | - |
| XYZ | 53.47 | 54 | 19.16 | - |
| YUV | 190.9 | 75.58 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 188 | 98 | 0 | 0.19 | 0.58 | 0.09 | 40.3 | 0.74 | 0.65 |
| Hex | E8 | BC | 62 | 0 | 13 | 3A | 9 | 28 | 4A | 41 |
| Octal | 350 | 274 | 142 | 0 | 23 | 72 | 11 | 50 | 112 | 101 |
| Binary | 11101000 | 10111100 | 1100010 | 0 | 10011 | 111010 | 1001 | 101000 | 1001010 | 1000001 |
Color Harmonies of #E8BC62
Complementary color
Monochromatic Colors of #E8BC62
Black with #E8BC62
Text Example
Text Example
White with #E8BC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BC62; }
p { color: rgb(232,188,98); }
H1.HeaderClassName
{
color: #E8BC62;
}
.AnyTagClassName
{
color: #E8BC62;
}
</style>
background-color css
<style>
a { background-color: #E8BC62; }
a { background-color: rgb(232,188,98); }
div.DivClassName
{
background-color: #E8BC62;
}
.BgClassName
{
background-color: #E8BC62;
}
</style>
border-color css
<style>
span { border-color: #E8BC62; }
span { border-color: rgb(232,188,98); }
td.TdClassName
{
border-color: #E8BC62;
}
.TagClassName
{
border-color: #E8BC62;
}
</style>