Shades of Harvest Gold #E7B665
Tints of Harvest Gold #E7B665
RGB
CMYK
RGB Variations
Color information
#E7B665 (or 0xE7B665) is known color: Harvest Gold. HEX triplet: E7, B6 and 65. RGB value is (231,182,101). Sum of RGB (Red+Green+Blue) = 231+182+101=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B665 is #18499A. Grayscale: #BBBBBB. Windows color (decimal): -1591707 or 6665959. OLE color: 6665959.
HSL color Cylindrical-coordinate representation of color #E7B665: hue angle of 37.38º 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 #E7B665 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 182 | 101 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.09 |
| HSL | 37.38º | 0.73% | 0.65% | - |
| HSV(B) | 37.38º | 0.56% | 0.91% | - |
| XYZ | 52.03 | 51.38 | 19.49 | - |
| YUV | 187.42 | 79.23 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 101 | 0 | 0.21 | 0.56 | 0.09 | 37.38 | 0.73 | 0.65 |
| Hex | E7 | B6 | 65 | 0 | 15 | 38 | 9 | 25 | 49 | 41 |
| Octal | 347 | 266 | 145 | 0 | 25 | 70 | 11 | 45 | 111 | 101 |
| Binary | 11100111 | 10110110 | 1100101 | 0 | 10101 | 111000 | 1001 | 100101 | 1001001 | 1000001 |
Color Harmonies of #E7B665
Complementary color
Monochromatic Colors of #E7B665
Black with #E7B665
Text Example
Text Example
White with #E7B665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B665; }
p { color: rgb(231,182,101); }
H1.HeaderClassName
{
color: #E7B665;
}
.AnyTagClassName
{
color: #E7B665;
}
</style>
background-color css
<style>
a { background-color: #E7B665; }
a { background-color: rgb(231,182,101); }
div.DivClassName
{
background-color: #E7B665;
}
.BgClassName
{
background-color: #E7B665;
}
</style>
border-color css
<style>
span { border-color: #E7B665; }
span { border-color: rgb(231,182,101); }
td.TdClassName
{
border-color: #E7B665;
}
.TagClassName
{
border-color: #E7B665;
}
</style>