Shades of Harvest Gold #E8C069
Tints of Harvest Gold #E8C069
RGB
CMYK
RGB Variations
Color information
#E8C069 (or 0xE8C069) is known color: Harvest Gold. HEX triplet: E8, C0 and 69. RGB value is (232,192,105). Sum of RGB (Red+Green+Blue) = 232+192+105=529 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.86% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 105 (41.41% from 255 or 19.85% from 529); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C069 is #173F96. Grayscale: #C2C2C2. Windows color (decimal): -1523607 or 6930664. OLE color: 6930664.
HSL color Cylindrical-coordinate representation of color #E8C069: hue angle of 41.1º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E8C069 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 192 | 105 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.09 |
| HSL | 41.1º | 0.73% | 0.66% | - |
| HSV(B) | 41.1º | 0.55% | 0.91% | - |
| XYZ | 54.68 | 55.88 | 21.27 | - |
| YUV | 194.04 | 77.75 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 192 | 105 | 0 | 0.17 | 0.55 | 0.09 | 41.1 | 0.73 | 0.66 |
| Hex | E8 | C0 | 69 | 0 | 11 | 37 | 9 | 29 | 49 | 42 |
| Octal | 350 | 300 | 151 | 0 | 21 | 67 | 11 | 51 | 111 | 102 |
| Binary | 11101000 | 11000000 | 1101001 | 0 | 10001 | 110111 | 1001 | 101001 | 1001001 | 1000010 |
Color Harmonies of #E8C069
Complementary color
Monochromatic Colors of #E8C069
Black with #E8C069
Text Example
Text Example
White with #E8C069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C069; }
p { color: rgb(232,192,105); }
H1.HeaderClassName
{
color: #E8C069;
}
.AnyTagClassName
{
color: #E8C069;
}
</style>
background-color css
<style>
a { background-color: #E8C069; }
a { background-color: rgb(232,192,105); }
div.DivClassName
{
background-color: #E8C069;
}
.BgClassName
{
background-color: #E8C069;
}
</style>
border-color css
<style>
span { border-color: #E8C069; }
span { border-color: rgb(232,192,105); }
td.TdClassName
{
border-color: #E8C069;
}
.TagClassName
{
border-color: #E8C069;
}
</style>