Shades of Harvest Gold #E8C06F
Tints of Harvest Gold #E8C06F
RGB
CMYK
RGB Variations
Color information
#E8C06F (or 0xE8C06F) is known color: Harvest Gold. HEX triplet: E8, C0 and 6F. RGB value is (232,192,111). Sum of RGB (Red+Green+Blue) = 232+192+111=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 111 (43.75% from 255 or 20.75% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C06F is #173F90. Grayscale: #C3C3C3. Windows color (decimal): -1523601 or 7323880. OLE color: 7323880.
HSL color Cylindrical-coordinate representation of color #E8C06F: hue angle of 40.17º 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 #E8C06F is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 192 | 111 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.09 |
| HSL | 40.17º | 0.72% | 0.67% | - |
| HSV(B) | 40.17º | 0.52% | 0.91% | - |
| XYZ | 55 | 56 | 22.95 | - |
| YUV | 194.73 | 80.75 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 192 | 111 | 0 | 0.17 | 0.52 | 0.09 | 40.17 | 0.72 | 0.67 |
| Hex | E8 | C0 | 6F | 0 | 11 | 34 | 9 | 28 | 48 | 43 |
| Octal | 350 | 300 | 157 | 0 | 21 | 64 | 11 | 50 | 110 | 103 |
| Binary | 11101000 | 11000000 | 1101111 | 0 | 10001 | 110100 | 1001 | 101000 | 1001000 | 1000011 |
Color Harmonies of #E8C06F
Complementary color
Monochromatic Colors of #E8C06F
Black with #E8C06F
Text Example
Text Example
White with #E8C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C06F; }
p { color: rgb(232,192,111); }
H1.HeaderClassName
{
color: #E8C06F;
}
.AnyTagClassName
{
color: #E8C06F;
}
</style>
background-color css
<style>
a { background-color: #E8C06F; }
a { background-color: rgb(232,192,111); }
div.DivClassName
{
background-color: #E8C06F;
}
.BgClassName
{
background-color: #E8C06F;
}
</style>
border-color css
<style>
span { border-color: #E8C06F; }
span { border-color: rgb(232,192,111); }
td.TdClassName
{
border-color: #E8C06F;
}
.TagClassName
{
border-color: #E8C06F;
}
</style>