Shades of Harvest Gold #E8BA68
Tints of Harvest Gold #E8BA68
RGB
CMYK
RGB Variations
Color information
#E8BA68 (or 0xE8BA68) is known color: Harvest Gold. HEX triplet: E8, BA and 68. RGB value is (232,186,104). Sum of RGB (Red+Green+Blue) = 232+186+104=522 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.44% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 104 (41.02% from 255 or 19.92% from 522); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BA68 is #174597. Grayscale: #BEBEBE. Windows color (decimal): -1525144 or 6863592. OLE color: 6863592.
HSL color Cylindrical-coordinate representation of color #E8BA68: hue angle of 38.44º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E8BA68 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 104 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.09 |
| HSL | 38.44º | 0.74% | 0.66% | - |
| HSV(B) | 38.44º | 0.55% | 0.91% | - |
| XYZ | 53.34 | 53.27 | 20.57 | - |
| YUV | 190.41 | 79.24 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 104 | 0 | 0.20 | 0.55 | 0.09 | 38.44 | 0.74 | 0.66 |
| Hex | E8 | BA | 68 | 0 | 14 | 37 | 9 | 26 | 4A | 42 |
| Octal | 350 | 272 | 150 | 0 | 24 | 67 | 11 | 46 | 112 | 102 |
| Binary | 11101000 | 10111010 | 1101000 | 0 | 10100 | 110111 | 1001 | 100110 | 1001010 | 1000010 |
Color Harmonies of #E8BA68
Complementary color
Monochromatic Colors of #E8BA68
Black with #E8BA68
Text Example
Text Example
White with #E8BA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BA68; }
p { color: rgb(232,186,104); }
H1.HeaderClassName
{
color: #E8BA68;
}
.AnyTagClassName
{
color: #E8BA68;
}
</style>
background-color css
<style>
a { background-color: #E8BA68; }
a { background-color: rgb(232,186,104); }
div.DivClassName
{
background-color: #E8BA68;
}
.BgClassName
{
background-color: #E8BA68;
}
</style>
border-color css
<style>
span { border-color: #E8BA68; }
span { border-color: rgb(232,186,104); }
td.TdClassName
{
border-color: #E8BA68;
}
.TagClassName
{
border-color: #E8BA68;
}
</style>