Shades of Harvest Gold #E8BA6C
Tints of Harvest Gold #E8BA6C
RGB
CMYK
RGB Variations
Color information
#E8BA6C (or 0xE8BA6C) is known color: Harvest Gold. HEX triplet: E8, BA and 6C. RGB value is (232,186,108). Sum of RGB (Red+Green+Blue) = 232+186+108=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BA6C is #174593. Grayscale: #BFBFBF. Windows color (decimal): -1525140 or 7125736. OLE color: 7125736.
HSL color Cylindrical-coordinate representation of color #E8BA6C: hue angle of 37.74º 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 #E8BA6C is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 108 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.09 |
| HSL | 37.74º | 0.73% | 0.67% | - |
| HSV(B) | 37.74º | 0.53% | 0.91% | - |
| XYZ | 53.54 | 53.36 | 21.66 | - |
| YUV | 190.86 | 81.24 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 108 | 0 | 0.20 | 0.53 | 0.09 | 37.74 | 0.73 | 0.67 |
| Hex | E8 | BA | 6C | 0 | 14 | 35 | 9 | 26 | 49 | 43 |
| Octal | 350 | 272 | 154 | 0 | 24 | 65 | 11 | 46 | 111 | 103 |
| Binary | 11101000 | 10111010 | 1101100 | 0 | 10100 | 110101 | 1001 | 100110 | 1001001 | 1000011 |
Color Harmonies of #E8BA6C
Complementary color
Monochromatic Colors of #E8BA6C
Black with #E8BA6C
Text Example
Text Example
White with #E8BA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BA6C; }
p { color: rgb(232,186,108); }
H1.HeaderClassName
{
color: #E8BA6C;
}
.AnyTagClassName
{
color: #E8BA6C;
}
</style>
background-color css
<style>
a { background-color: #E8BA6C; }
a { background-color: rgb(232,186,108); }
div.DivClassName
{
background-color: #E8BA6C;
}
.BgClassName
{
background-color: #E8BA6C;
}
</style>
border-color css
<style>
span { border-color: #E8BA6C; }
span { border-color: rgb(232,186,108); }
td.TdClassName
{
border-color: #E8BA6C;
}
.TagClassName
{
border-color: #E8BA6C;
}
</style>