Shades of Harvest Gold #E7B160
Tints of Harvest Gold #E7B160
RGB
CMYK
RGB Variations
Color information
#E7B160 (or 0xE7B160) is known color: Harvest Gold. HEX triplet: E7, B1 and 60. RGB value is (231,177,96). Sum of RGB (Red+Green+Blue) = 231+177+96=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7B160 is #184E9F. Grayscale: #B8B8B8. Windows color (decimal): -1592992 or 6336999. OLE color: 6336999.
HSL color Cylindrical-coordinate representation of color #E7B160: hue angle of 36º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E7B160 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 177 | 96 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.09 |
| HSL | 36º | 0.74% | 0.64% | - |
| HSV(B) | 36º | 0.58% | 0.91% | - |
| XYZ | 50.79 | 49.28 | 17.9 | - |
| YUV | 183.91 | 78.39 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 177 | 96 | 0 | 0.23 | 0.58 | 0.09 | 36 | 0.74 | 0.64 |
| Hex | E7 | B1 | 60 | 0 | 17 | 3A | 9 | 24 | 4A | 40 |
| Octal | 347 | 261 | 140 | 0 | 27 | 72 | 11 | 44 | 112 | 100 |
| Binary | 11100111 | 10110001 | 1100000 | 0 | 10111 | 111010 | 1001 | 100100 | 1001010 | 1000000 |
Color Harmonies of #E7B160
Complementary color
Monochromatic Colors of #E7B160
Black with #E7B160
Text Example
Text Example
White with #E7B160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B160; }
p { color: rgb(231,177,96); }
H1.HeaderClassName
{
color: #E7B160;
}
.AnyTagClassName
{
color: #E7B160;
}
</style>
background-color css
<style>
a { background-color: #E7B160; }
a { background-color: rgb(231,177,96); }
div.DivClassName
{
background-color: #E7B160;
}
.BgClassName
{
background-color: #E7B160;
}
</style>
border-color css
<style>
span { border-color: #E7B160; }
span { border-color: rgb(231,177,96); }
td.TdClassName
{
border-color: #E7B160;
}
.TagClassName
{
border-color: #E7B160;
}
</style>