Shades of Harvest Gold #E8C06B
Tints of Harvest Gold #E8C06B
RGB
CMYK
RGB Variations
Color information
#E8C06B (or 0xE8C06B) is known color: Harvest Gold. HEX triplet: E8, C0 and 6B. RGB value is (232,192,107). Sum of RGB (Red+Green+Blue) = 232+192+107=531 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.69% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 107 (42.19% from 255 or 20.15% from 531); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C06B is #173F94. Grayscale: #C2C2C2. Windows color (decimal): -1523605 or 7061736. OLE color: 7061736.
HSL color Cylindrical-coordinate representation of color #E8C06B: hue angle of 40.8º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E8C06B is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 192 | 107 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.09 |
| HSL | 40.8º | 0.73% | 0.66% | - |
| HSV(B) | 40.8º | 0.54% | 0.91% | - |
| XYZ | 54.78 | 55.92 | 21.82 | - |
| YUV | 194.27 | 78.75 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 192 | 107 | 0 | 0.17 | 0.54 | 0.09 | 40.8 | 0.73 | 0.66 |
| Hex | E8 | C0 | 6B | 0 | 11 | 36 | 9 | 29 | 49 | 42 |
| Octal | 350 | 300 | 153 | 0 | 21 | 66 | 11 | 51 | 111 | 102 |
| Binary | 11101000 | 11000000 | 1101011 | 0 | 10001 | 110110 | 1001 | 101001 | 1001001 | 1000010 |
Color Harmonies of #E8C06B
Complementary color
Monochromatic Colors of #E8C06B
Black with #E8C06B
Text Example
Text Example
White with #E8C06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C06B; }
p { color: rgb(232,192,107); }
H1.HeaderClassName
{
color: #E8C06B;
}
.AnyTagClassName
{
color: #E8C06B;
}
</style>
background-color css
<style>
a { background-color: #E8C06B; }
a { background-color: rgb(232,192,107); }
div.DivClassName
{
background-color: #E8C06B;
}
.BgClassName
{
background-color: #E8C06B;
}
</style>
border-color css
<style>
span { border-color: #E8C06B; }
span { border-color: rgb(232,192,107); }
td.TdClassName
{
border-color: #E8C06B;
}
.TagClassName
{
border-color: #E8C06B;
}
</style>