Shades of Harvest Gold #E7BA68
Tints of Harvest Gold #E7BA68
RGB
CMYK
RGB Variations
Color information
#E7BA68 (or 0xE7BA68) is known color: Harvest Gold. HEX triplet: E7, BA and 68. RGB value is (231,186,104). Sum of RGB (Red+Green+Blue) = 231+186+104=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BA68 is #184597. Grayscale: #BEBEBE. Windows color (decimal): -1590680 or 6863591. OLE color: 6863591.
HSL color Cylindrical-coordinate representation of color #E7BA68: hue angle of 38.74º degrees, saturation: 0.73, 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 #E7BA68 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 104 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.09 |
| HSL | 38.74º | 0.73% | 0.66% | - |
| HSV(B) | 38.74º | 0.55% | 0.91% | - |
| XYZ | 53.01 | 53.11 | 20.55 | - |
| YUV | 190.11 | 79.41 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 104 | 0 | 0.19 | 0.55 | 0.09 | 38.74 | 0.73 | 0.66 |
| Hex | E7 | BA | 68 | 0 | 13 | 37 | 9 | 27 | 49 | 42 |
| Octal | 347 | 272 | 150 | 0 | 23 | 67 | 11 | 47 | 111 | 102 |
| Binary | 11100111 | 10111010 | 1101000 | 0 | 10011 | 110111 | 1001 | 100111 | 1001001 | 1000010 |
Color Harmonies of #E7BA68
Complementary color
Monochromatic Colors of #E7BA68
Black with #E7BA68
Text Example
Text Example
White with #E7BA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BA68; }
p { color: rgb(231,186,104); }
H1.HeaderClassName
{
color: #E7BA68;
}
.AnyTagClassName
{
color: #E7BA68;
}
</style>
background-color css
<style>
a { background-color: #E7BA68; }
a { background-color: rgb(231,186,104); }
div.DivClassName
{
background-color: #E7BA68;
}
.BgClassName
{
background-color: #E7BA68;
}
</style>
border-color css
<style>
span { border-color: #E7BA68; }
span { border-color: rgb(231,186,104); }
td.TdClassName
{
border-color: #E7BA68;
}
.TagClassName
{
border-color: #E7BA68;
}
</style>