Shades of Harvest Gold #E7BF6E
Tints of Harvest Gold #E7BF6E
RGB
CMYK
RGB Variations
Color information
#E7BF6E (or 0xE7BF6E) is known color: Harvest Gold. HEX triplet: E7, BF and 6E. RGB value is (231,191,110). Sum of RGB (Red+Green+Blue) = 231+191+110=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BF6E is #184091. Grayscale: #C2C2C2. Windows color (decimal): -1589394 or 7258087. OLE color: 7258087.
HSL color Cylindrical-coordinate representation of color #E7BF6E: hue angle of 40.17º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7BF6E is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 191 | 110 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.09 |
| HSL | 40.17º | 0.72% | 0.67% | - |
| HSV(B) | 40.17º | 0.52% | 0.91% | - |
| XYZ | 54.4 | 55.38 | 22.57 | - |
| YUV | 193.73 | 80.75 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 110 | 0 | 0.17 | 0.52 | 0.09 | 40.17 | 0.72 | 0.67 |
| Hex | E7 | BF | 6E | 0 | 11 | 34 | 9 | 28 | 48 | 43 |
| Octal | 347 | 277 | 156 | 0 | 21 | 64 | 11 | 50 | 110 | 103 |
| Binary | 11100111 | 10111111 | 1101110 | 0 | 10001 | 110100 | 1001 | 101000 | 1001000 | 1000011 |
Color Harmonies of #E7BF6E
Complementary color
Monochromatic Colors of #E7BF6E
Black with #E7BF6E
Text Example
Text Example
White with #E7BF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BF6E; }
p { color: rgb(231,191,110); }
H1.HeaderClassName
{
color: #E7BF6E;
}
.AnyTagClassName
{
color: #E7BF6E;
}
</style>
background-color css
<style>
a { background-color: #E7BF6E; }
a { background-color: rgb(231,191,110); }
div.DivClassName
{
background-color: #E7BF6E;
}
.BgClassName
{
background-color: #E7BF6E;
}
</style>
border-color css
<style>
span { border-color: #E7BF6E; }
span { border-color: rgb(231,191,110); }
td.TdClassName
{
border-color: #E7BF6E;
}
.TagClassName
{
border-color: #E7BF6E;
}
</style>