Shades of Harvest Gold #E8BE62
Tints of Harvest Gold #E8BE62
RGB
CMYK
RGB Variations
Color information
#E8BE62 (or 0xE8BE62) is known color: Harvest Gold. HEX triplet: E8, BE and 62. RGB value is (232,190,98). Sum of RGB (Red+Green+Blue) = 232+190+98=520 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.62% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BE62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BE62 is #17419D. Grayscale: #C0C0C0. Windows color (decimal): -1524126 or 6471400. OLE color: 6471400.
HSL color Cylindrical-coordinate representation of color #E8BE62: hue angle of 41.19º 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 #E8BE62 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 190 | 98 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.09 |
| HSL | 41.19º | 0.74% | 0.65% | - |
| HSV(B) | 41.19º | 0.58% | 0.91% | - |
| XYZ | 53.9 | 54.86 | 19.3 | - |
| YUV | 192.07 | 74.91 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 190 | 98 | 0 | 0.18 | 0.58 | 0.09 | 41.19 | 0.74 | 0.65 |
| Hex | E8 | BE | 62 | 0 | 12 | 3A | 9 | 29 | 4A | 41 |
| Octal | 350 | 276 | 142 | 0 | 22 | 72 | 11 | 51 | 112 | 101 |
| Binary | 11101000 | 10111110 | 1100010 | 0 | 10010 | 111010 | 1001 | 101001 | 1001010 | 1000001 |
Color Harmonies of #E8BE62
Complementary color
Monochromatic Colors of #E8BE62
Black with #E8BE62
Text Example
Text Example
White with #E8BE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BE62; }
p { color: rgb(232,190,98); }
H1.HeaderClassName
{
color: #E8BE62;
}
.AnyTagClassName
{
color: #E8BE62;
}
</style>
background-color css
<style>
a { background-color: #E8BE62; }
a { background-color: rgb(232,190,98); }
div.DivClassName
{
background-color: #E8BE62;
}
.BgClassName
{
background-color: #E8BE62;
}
</style>
border-color css
<style>
span { border-color: #E8BE62; }
span { border-color: rgb(232,190,98); }
td.TdClassName
{
border-color: #E8BE62;
}
.TagClassName
{
border-color: #E8BE62;
}
</style>