Shades of Harvest Gold #E8C06C
Tints of Harvest Gold #E8C06C
RGB
CMYK
RGB Variations
Color information
#E8C06C (or 0xE8C06C) is known color: Harvest Gold. HEX triplet: E8, C0 and 6C. RGB value is (232,192,108). Sum of RGB (Red+Green+Blue) = 232+192+108=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 108 (42.58% from 255 or 20.30% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C06C is #173F93. Grayscale: #C2C2C2. Windows color (decimal): -1523604 or 7127272. OLE color: 7127272.
HSL color Cylindrical-coordinate representation of color #E8C06C: hue angle of 40.65º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8C06C is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 192 | 108 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.09 |
| HSL | 40.65º | 0.73% | 0.67% | - |
| HSV(B) | 40.65º | 0.53% | 0.91% | - |
| XYZ | 54.84 | 55.94 | 22.09 | - |
| YUV | 194.38 | 79.25 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 192 | 108 | 0 | 0.17 | 0.53 | 0.09 | 40.65 | 0.73 | 0.67 |
| Hex | E8 | C0 | 6C | 0 | 11 | 35 | 9 | 29 | 49 | 43 |
| Octal | 350 | 300 | 154 | 0 | 21 | 65 | 11 | 51 | 111 | 103 |
| Binary | 11101000 | 11000000 | 1101100 | 0 | 10001 | 110101 | 1001 | 101001 | 1001001 | 1000011 |
Color Harmonies of #E8C06C
Complementary color
Monochromatic Colors of #E8C06C
Black with #E8C06C
Text Example
Text Example
White with #E8C06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C06C; }
p { color: rgb(232,192,108); }
H1.HeaderClassName
{
color: #E8C06C;
}
.AnyTagClassName
{
color: #E8C06C;
}
</style>
background-color css
<style>
a { background-color: #E8C06C; }
a { background-color: rgb(232,192,108); }
div.DivClassName
{
background-color: #E8C06C;
}
.BgClassName
{
background-color: #E8C06C;
}
</style>
border-color css
<style>
span { border-color: #E8C06C; }
span { border-color: rgb(232,192,108); }
td.TdClassName
{
border-color: #E8C06C;
}
.TagClassName
{
border-color: #E8C06C;
}
</style>