Shades of Harvest Gold #E7B45E
Tints of Harvest Gold #E7B45E
RGB
CMYK
RGB Variations
Color information
#E7B45E (or 0xE7B45E) is known color: Harvest Gold. HEX triplet: E7, B4 and 5E. RGB value is (231,180,94). Sum of RGB (Red+Green+Blue) = 231+180+94=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B45E is #184BA1. Grayscale: #B9B9B9. Windows color (decimal): -1592226 or 6206695. OLE color: 6206695.
HSL color Cylindrical-coordinate representation of color #E7B45E: hue angle of 37.66º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E7B45E is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 180 | 94 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.09 |
| HSL | 37.66º | 0.74% | 0.64% | - |
| HSV(B) | 37.66º | 0.59% | 0.91% | - |
| XYZ | 51.3 | 50.44 | 17.62 | - |
| YUV | 185.45 | 76.4 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 180 | 94 | 0 | 0.22 | 0.59 | 0.09 | 37.66 | 0.74 | 0.64 |
| Hex | E7 | B4 | 5E | 0 | 16 | 3B | 9 | 26 | 4A | 40 |
| Octal | 347 | 264 | 136 | 0 | 26 | 73 | 11 | 46 | 112 | 100 |
| Binary | 11100111 | 10110100 | 1011110 | 0 | 10110 | 111011 | 1001 | 100110 | 1001010 | 1000000 |
Color Harmonies of #E7B45E
Complementary color
Monochromatic Colors of #E7B45E
Black with #E7B45E
Text Example
Text Example
White with #E7B45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B45E; }
p { color: rgb(231,180,94); }
H1.HeaderClassName
{
color: #E7B45E;
}
.AnyTagClassName
{
color: #E7B45E;
}
</style>
background-color css
<style>
a { background-color: #E7B45E; }
a { background-color: rgb(231,180,94); }
div.DivClassName
{
background-color: #E7B45E;
}
.BgClassName
{
background-color: #E7B45E;
}
</style>
border-color css
<style>
span { border-color: #E7B45E; }
span { border-color: rgb(231,180,94); }
td.TdClassName
{
border-color: #E7B45E;
}
.TagClassName
{
border-color: #E7B45E;
}
</style>