Shades of Harvest Gold #E7BA67
Tints of Harvest Gold #E7BA67
RGB
CMYK
RGB Variations
Color information
#E7BA67 (or 0xE7BA67) is known color: Harvest Gold. HEX triplet: E7, BA and 67. RGB value is (231,186,103). Sum of RGB (Red+Green+Blue) = 231+186+103=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 103 (40.62% from 255 or 19.81% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BA67 is #184598. Grayscale: #BEBEBE. Windows color (decimal): -1590681 or 6798055. OLE color: 6798055.
HSL color Cylindrical-coordinate representation of color #E7BA67: hue angle of 38.91º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7BA67 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 103 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.09 |
| HSL | 38.91º | 0.73% | 0.65% | - |
| HSV(B) | 38.91º | 0.55% | 0.91% | - |
| XYZ | 52.96 | 53.09 | 20.29 | - |
| YUV | 189.99 | 78.91 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 103 | 0 | 0.19 | 0.55 | 0.09 | 38.91 | 0.73 | 0.65 |
| Hex | E7 | BA | 67 | 0 | 13 | 37 | 9 | 27 | 49 | 41 |
| Octal | 347 | 272 | 147 | 0 | 23 | 67 | 11 | 47 | 111 | 101 |
| Binary | 11100111 | 10111010 | 1100111 | 0 | 10011 | 110111 | 1001 | 100111 | 1001001 | 1000001 |
Color Harmonies of #E7BA67
Complementary color
Monochromatic Colors of #E7BA67
Black with #E7BA67
Text Example
Text Example
White with #E7BA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BA67; }
p { color: rgb(231,186,103); }
H1.HeaderClassName
{
color: #E7BA67;
}
.AnyTagClassName
{
color: #E7BA67;
}
</style>
background-color css
<style>
a { background-color: #E7BA67; }
a { background-color: rgb(231,186,103); }
div.DivClassName
{
background-color: #E7BA67;
}
.BgClassName
{
background-color: #E7BA67;
}
</style>
border-color css
<style>
span { border-color: #E7BA67; }
span { border-color: rgb(231,186,103); }
td.TdClassName
{
border-color: #E7BA67;
}
.TagClassName
{
border-color: #E7BA67;
}
</style>