Shades of Harvest Gold #E7B45F
Tints of Harvest Gold #E7B45F
RGB
CMYK
RGB Variations
Color information
#E7B45F (or 0xE7B45F) is known color: Harvest Gold. HEX triplet: E7, B4 and 5F. RGB value is (231,180,95). Sum of RGB (Red+Green+Blue) = 231+180+95=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 95 (37.5% from 255 or 18.77% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B45F is #184BA0. Grayscale: #B9B9B9. Windows color (decimal): -1592225 or 6272231. OLE color: 6272231.
HSL color Cylindrical-coordinate representation of color #E7B45F: hue angle of 37.5º 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 #E7B45F is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 180 | 95 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.09 |
| HSL | 37.5º | 0.74% | 0.64% | - |
| HSV(B) | 37.5º | 0.59% | 0.91% | - |
| XYZ | 51.34 | 50.46 | 17.86 | - |
| YUV | 185.56 | 76.9 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 180 | 95 | 0 | 0.22 | 0.59 | 0.09 | 37.5 | 0.74 | 0.64 |
| Hex | E7 | B4 | 5F | 0 | 16 | 3B | 9 | 26 | 4A | 40 |
| Octal | 347 | 264 | 137 | 0 | 26 | 73 | 11 | 46 | 112 | 100 |
| Binary | 11100111 | 10110100 | 1011111 | 0 | 10110 | 111011 | 1001 | 100110 | 1001010 | 1000000 |
Color Harmonies of #E7B45F
Complementary color
Monochromatic Colors of #E7B45F
Black with #E7B45F
Text Example
Text Example
White with #E7B45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B45F; }
p { color: rgb(231,180,95); }
H1.HeaderClassName
{
color: #E7B45F;
}
.AnyTagClassName
{
color: #E7B45F;
}
</style>
background-color css
<style>
a { background-color: #E7B45F; }
a { background-color: rgb(231,180,95); }
div.DivClassName
{
background-color: #E7B45F;
}
.BgClassName
{
background-color: #E7B45F;
}
</style>
border-color css
<style>
span { border-color: #E7B45F; }
span { border-color: rgb(231,180,95); }
td.TdClassName
{
border-color: #E7B45F;
}
.TagClassName
{
border-color: #E7B45F;
}
</style>