Shades of Harvest Gold #E8C070
Tints of Harvest Gold #E8C070
RGB
CMYK
RGB Variations
Color information
#E8C070 (or 0xE8C070) is known color: Harvest Gold. HEX triplet: E8, C0 and 70. RGB value is (232,192,112). Sum of RGB (Red+Green+Blue) = 232+192+112=536 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.28% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C070 is #173F8F. Grayscale: #C3C3C3. Windows color (decimal): -1523600 or 7389416. OLE color: 7389416.
HSL color Cylindrical-coordinate representation of color #E8C070: hue angle of 40º 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 #E8C070 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 192 | 112 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.09 |
| HSL | 40º | 0.72% | 0.67% | - |
| HSV(B) | 40º | 0.52% | 0.91% | - |
| XYZ | 55.05 | 56.02 | 23.24 | - |
| YUV | 194.84 | 81.25 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 192 | 112 | 0 | 0.17 | 0.52 | 0.09 | 40 | 0.72 | 0.67 |
| Hex | E8 | C0 | 70 | 0 | 11 | 34 | 9 | 28 | 48 | 43 |
| Octal | 350 | 300 | 160 | 0 | 21 | 64 | 11 | 50 | 110 | 103 |
| Binary | 11101000 | 11000000 | 1110000 | 0 | 10001 | 110100 | 1001 | 101000 | 1001000 | 1000011 |
Color Harmonies of #E8C070
Complementary color
Monochromatic Colors of #E8C070
Black with #E8C070
Text Example
Text Example
White with #E8C070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C070; }
p { color: rgb(232,192,112); }
H1.HeaderClassName
{
color: #E8C070;
}
.AnyTagClassName
{
color: #E8C070;
}
</style>
background-color css
<style>
a { background-color: #E8C070; }
a { background-color: rgb(232,192,112); }
div.DivClassName
{
background-color: #E8C070;
}
.BgClassName
{
background-color: #E8C070;
}
</style>
border-color css
<style>
span { border-color: #E8C070; }
span { border-color: rgb(232,192,112); }
td.TdClassName
{
border-color: #E8C070;
}
.TagClassName
{
border-color: #E8C070;
}
</style>