Shades of Harvest Gold #E8BA6D
Tints of Harvest Gold #E8BA6D
RGB
CMYK
RGB Variations
Color information
#E8BA6D (or 0xE8BA6D) is known color: Harvest Gold. HEX triplet: E8, BA and 6D. RGB value is (232,186,109). Sum of RGB (Red+Green+Blue) = 232+186+109=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BA6D is #174592. Grayscale: #BFBFBF. Windows color (decimal): -1525139 or 7191272. OLE color: 7191272.
HSL color Cylindrical-coordinate representation of color #E8BA6D: hue angle of 37.56º 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 #E8BA6D is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 109 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.09 |
| HSL | 37.56º | 0.73% | 0.67% | - |
| HSV(B) | 37.56º | 0.53% | 0.91% | - |
| XYZ | 53.6 | 53.38 | 21.95 | - |
| YUV | 190.98 | 81.74 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 109 | 0 | 0.20 | 0.53 | 0.09 | 37.56 | 0.73 | 0.67 |
| Hex | E8 | BA | 6D | 0 | 14 | 35 | 9 | 26 | 49 | 43 |
| Octal | 350 | 272 | 155 | 0 | 24 | 65 | 11 | 46 | 111 | 103 |
| Binary | 11101000 | 10111010 | 1101101 | 0 | 10100 | 110101 | 1001 | 100110 | 1001001 | 1000011 |
Color Harmonies of #E8BA6D
Complementary color
Monochromatic Colors of #E8BA6D
Black with #E8BA6D
Text Example
Text Example
White with #E8BA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BA6D; }
p { color: rgb(232,186,109); }
H1.HeaderClassName
{
color: #E8BA6D;
}
.AnyTagClassName
{
color: #E8BA6D;
}
</style>
background-color css
<style>
a { background-color: #E8BA6D; }
a { background-color: rgb(232,186,109); }
div.DivClassName
{
background-color: #E8BA6D;
}
.BgClassName
{
background-color: #E8BA6D;
}
</style>
border-color css
<style>
span { border-color: #E8BA6D; }
span { border-color: rgb(232,186,109); }
td.TdClassName
{
border-color: #E8BA6D;
}
.TagClassName
{
border-color: #E8BA6D;
}
</style>