Shades of Harvest Gold #E7B55F
Tints of Harvest Gold #E7B55F
RGB
CMYK
RGB Variations
Color information
#E7B55F (or 0xE7B55F) is known color: Harvest Gold. HEX triplet: E7, B5 and 5F. RGB value is (231,181,95). Sum of RGB (Red+Green+Blue) = 231+181+95=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 95 (37.5% from 255 or 18.74% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B55F is #184AA0. Grayscale: #BABABA. Windows color (decimal): -1591969 or 6272487. OLE color: 6272487.
HSL color Cylindrical-coordinate representation of color #E7B55F: hue angle of 37.94º 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 #E7B55F is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 181 | 95 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.09 |
| HSL | 37.94º | 0.74% | 0.64% | - |
| HSV(B) | 37.94º | 0.59% | 0.91% | - |
| XYZ | 51.54 | 50.86 | 17.93 | - |
| YUV | 186.15 | 76.57 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 181 | 95 | 0 | 0.22 | 0.59 | 0.09 | 37.94 | 0.74 | 0.64 |
| Hex | E7 | B5 | 5F | 0 | 16 | 3B | 9 | 26 | 4A | 40 |
| Octal | 347 | 265 | 137 | 0 | 26 | 73 | 11 | 46 | 112 | 100 |
| Binary | 11100111 | 10110101 | 1011111 | 0 | 10110 | 111011 | 1001 | 100110 | 1001010 | 1000000 |
Color Harmonies of #E7B55F
Complementary color
Monochromatic Colors of #E7B55F
Black with #E7B55F
Text Example
Text Example
White with #E7B55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B55F; }
p { color: rgb(231,181,95); }
H1.HeaderClassName
{
color: #E7B55F;
}
.AnyTagClassName
{
color: #E7B55F;
}
</style>
background-color css
<style>
a { background-color: #E7B55F; }
a { background-color: rgb(231,181,95); }
div.DivClassName
{
background-color: #E7B55F;
}
.BgClassName
{
background-color: #E7B55F;
}
</style>
border-color css
<style>
span { border-color: #E7B55F; }
span { border-color: rgb(231,181,95); }
td.TdClassName
{
border-color: #E7B55F;
}
.TagClassName
{
border-color: #E7B55F;
}
</style>