Shades of Harvest Gold #E7B06F
Tints of Harvest Gold #E7B06F
RGB
CMYK
RGB Variations
Color information
#E7B06F (or 0xE7B06F) is known color: Harvest Gold. HEX triplet: E7, B0 and 6F. RGB value is (231,176,111). Sum of RGB (Red+Green+Blue) = 231+176+111=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 111 (43.75% from 255 or 21.43% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7B06F is #184F90. Grayscale: #B9B9B9. Windows color (decimal): -1593233 or 7319783. OLE color: 7319783.
HSL color Cylindrical-coordinate representation of color #E7B06F: hue angle of 32.5º degrees, saturation: 0.71, 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 #E7B06F is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 111 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.09 |
| HSL | 32.5º | 0.71% | 0.67% | - |
| HSV(B) | 32.5º | 0.52% | 0.91% | - |
| XYZ | 51.35 | 49.19 | 21.83 | - |
| YUV | 185.04 | 86.22 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 111 | 0 | 0.24 | 0.52 | 0.09 | 32.5 | 0.71 | 0.67 |
| Hex | E7 | B0 | 6F | 0 | 18 | 34 | 9 | 20 | 47 | 43 |
| Octal | 347 | 260 | 157 | 0 | 30 | 64 | 11 | 40 | 107 | 103 |
| Binary | 11100111 | 10110000 | 1101111 | 0 | 11000 | 110100 | 1001 | 100000 | 1000111 | 1000011 |
Color Harmonies of #E7B06F
Complementary color
Monochromatic Colors of #E7B06F
Black with #E7B06F
Text Example
Text Example
White with #E7B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B06F; }
p { color: rgb(231,176,111); }
H1.HeaderClassName
{
color: #E7B06F;
}
.AnyTagClassName
{
color: #E7B06F;
}
</style>
background-color css
<style>
a { background-color: #E7B06F; }
a { background-color: rgb(231,176,111); }
div.DivClassName
{
background-color: #E7B06F;
}
.BgClassName
{
background-color: #E7B06F;
}
</style>
border-color css
<style>
span { border-color: #E7B06F; }
span { border-color: rgb(231,176,111); }
td.TdClassName
{
border-color: #E7B06F;
}
.TagClassName
{
border-color: #E7B06F;
}
</style>