Shades of Harvest Gold #E7B365
Tints of Harvest Gold #E7B365
RGB
CMYK
RGB Variations
Color information
#E7B365 (or 0xE7B365) is known color: Harvest Gold. HEX triplet: E7, B3 and 65. RGB value is (231,179,101). Sum of RGB (Red+Green+Blue) = 231+179+101=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B365 is #184C9A. Grayscale: #BABABA. Windows color (decimal): -1592475 or 6665191. OLE color: 6665191.
HSL color Cylindrical-coordinate representation of color #E7B365: hue angle of 36º 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 #E7B365 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 179 | 101 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.09 |
| HSL | 36º | 0.73% | 0.65% | - |
| HSV(B) | 36º | 0.56% | 0.91% | - |
| XYZ | 51.42 | 50.17 | 19.29 | - |
| YUV | 185.66 | 80.23 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 179 | 101 | 0 | 0.23 | 0.56 | 0.09 | 36 | 0.73 | 0.65 |
| Hex | E7 | B3 | 65 | 0 | 17 | 38 | 9 | 24 | 49 | 41 |
| Octal | 347 | 263 | 145 | 0 | 27 | 70 | 11 | 44 | 111 | 101 |
| Binary | 11100111 | 10110011 | 1100101 | 0 | 10111 | 111000 | 1001 | 100100 | 1001001 | 1000001 |
Color Harmonies of #E7B365
Complementary color
Monochromatic Colors of #E7B365
Black with #E7B365
Text Example
Text Example
White with #E7B365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B365; }
p { color: rgb(231,179,101); }
H1.HeaderClassName
{
color: #E7B365;
}
.AnyTagClassName
{
color: #E7B365;
}
</style>
background-color css
<style>
a { background-color: #E7B365; }
a { background-color: rgb(231,179,101); }
div.DivClassName
{
background-color: #E7B365;
}
.BgClassName
{
background-color: #E7B365;
}
</style>
border-color css
<style>
span { border-color: #E7B365; }
span { border-color: rgb(231,179,101); }
td.TdClassName
{
border-color: #E7B365;
}
.TagClassName
{
border-color: #E7B365;
}
</style>