Shades of Harvest Gold #E8BC63
Tints of Harvest Gold #E8BC63
RGB
CMYK
RGB Variations
Color information
#E8BC63 (or 0xE8BC63) is known color: Harvest Gold. HEX triplet: E8, BC and 63. RGB value is (232,188,99). Sum of RGB (Red+Green+Blue) = 232+188+99=519 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.70% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 99 (39.06% from 255 or 19.08% from 519); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BC63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BC63 is #17439C. Grayscale: #BFBFBF. Windows color (decimal): -1524637 or 6536424. OLE color: 6536424.
HSL color Cylindrical-coordinate representation of color #E8BC63: hue angle of 40.15º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E8BC63 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 188 | 99 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.09 |
| HSL | 40.15º | 0.74% | 0.65% | - |
| HSV(B) | 40.15º | 0.57% | 0.91% | - |
| XYZ | 53.51 | 54.02 | 19.41 | - |
| YUV | 191.01 | 76.08 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 188 | 99 | 0 | 0.19 | 0.57 | 0.09 | 40.15 | 0.74 | 0.65 |
| Hex | E8 | BC | 63 | 0 | 13 | 39 | 9 | 28 | 4A | 41 |
| Octal | 350 | 274 | 143 | 0 | 23 | 71 | 11 | 50 | 112 | 101 |
| Binary | 11101000 | 10111100 | 1100011 | 0 | 10011 | 111001 | 1001 | 101000 | 1001010 | 1000001 |
Color Harmonies of #E8BC63
Complementary color
Monochromatic Colors of #E8BC63
Black with #E8BC63
Text Example
Text Example
White with #E8BC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BC63; }
p { color: rgb(232,188,99); }
H1.HeaderClassName
{
color: #E8BC63;
}
.AnyTagClassName
{
color: #E8BC63;
}
</style>
background-color css
<style>
a { background-color: #E8BC63; }
a { background-color: rgb(232,188,99); }
div.DivClassName
{
background-color: #E8BC63;
}
.BgClassName
{
background-color: #E8BC63;
}
</style>
border-color css
<style>
span { border-color: #E8BC63; }
span { border-color: rgb(232,188,99); }
td.TdClassName
{
border-color: #E8BC63;
}
.TagClassName
{
border-color: #E8BC63;
}
</style>