Shades of Harvest Gold #E7B865
Tints of Harvest Gold #E7B865
RGB
CMYK
RGB Variations
Color information
#E7B865 (or 0xE7B865) is known color: Harvest Gold. HEX triplet: E7, B8 and 65. RGB value is (231,184,101). Sum of RGB (Red+Green+Blue) = 231+184+101=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B865 is #18479A. Grayscale: #BCBCBC. Windows color (decimal): -1591195 or 6666471. OLE color: 6666471.
HSL color Cylindrical-coordinate representation of color #E7B865: hue angle of 38.31º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E7B865 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 184 | 101 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.09 |
| HSL | 38.31º | 0.73% | 0.65% | - |
| HSV(B) | 38.31º | 0.56% | 0.91% | - |
| XYZ | 52.44 | 52.21 | 19.63 | - |
| YUV | 188.59 | 78.57 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 184 | 101 | 0 | 0.20 | 0.56 | 0.09 | 38.31 | 0.73 | 0.65 |
| Hex | E7 | B8 | 65 | 0 | 14 | 38 | 9 | 26 | 49 | 41 |
| Octal | 347 | 270 | 145 | 0 | 24 | 70 | 11 | 46 | 111 | 101 |
| Binary | 11100111 | 10111000 | 1100101 | 0 | 10100 | 111000 | 1001 | 100110 | 1001001 | 1000001 |
Color Harmonies of #E7B865
Complementary color
Monochromatic Colors of #E7B865
Black with #E7B865
Text Example
Text Example
White with #E7B865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B865; }
p { color: rgb(231,184,101); }
H1.HeaderClassName
{
color: #E7B865;
}
.AnyTagClassName
{
color: #E7B865;
}
</style>
background-color css
<style>
a { background-color: #E7B865; }
a { background-color: rgb(231,184,101); }
div.DivClassName
{
background-color: #E7B865;
}
.BgClassName
{
background-color: #E7B865;
}
</style>
border-color css
<style>
span { border-color: #E7B865; }
span { border-color: rgb(231,184,101); }
td.TdClassName
{
border-color: #E7B865;
}
.TagClassName
{
border-color: #E7B865;
}
</style>