Shades of Harvest Gold #E7B465
Tints of Harvest Gold #E7B465
RGB
CMYK
RGB Variations
Color information
#E7B465 (or 0xE7B465) is known color: Harvest Gold. HEX triplet: E7, B4 and 65. RGB value is (231,180,101). Sum of RGB (Red+Green+Blue) = 231+180+101=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B465 is #184B9A. Grayscale: #BABABA. Windows color (decimal): -1592219 or 6665447. OLE color: 6665447.
HSL color Cylindrical-coordinate representation of color #E7B465: hue angle of 36.46º 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 #E7B465 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 180 | 101 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.09 |
| HSL | 36.46º | 0.73% | 0.65% | - |
| HSV(B) | 36.46º | 0.56% | 0.91% | - |
| XYZ | 51.63 | 50.57 | 19.35 | - |
| YUV | 186.24 | 79.9 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 180 | 101 | 0 | 0.22 | 0.56 | 0.09 | 36.46 | 0.73 | 0.65 |
| Hex | E7 | B4 | 65 | 0 | 16 | 38 | 9 | 24 | 49 | 41 |
| Octal | 347 | 264 | 145 | 0 | 26 | 70 | 11 | 44 | 111 | 101 |
| Binary | 11100111 | 10110100 | 1100101 | 0 | 10110 | 111000 | 1001 | 100100 | 1001001 | 1000001 |
Color Harmonies of #E7B465
Complementary color
Monochromatic Colors of #E7B465
Black with #E7B465
Text Example
Text Example
White with #E7B465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B465; }
p { color: rgb(231,180,101); }
H1.HeaderClassName
{
color: #E7B465;
}
.AnyTagClassName
{
color: #E7B465;
}
</style>
background-color css
<style>
a { background-color: #E7B465; }
a { background-color: rgb(231,180,101); }
div.DivClassName
{
background-color: #E7B465;
}
.BgClassName
{
background-color: #E7B465;
}
</style>
border-color css
<style>
span { border-color: #E7B465; }
span { border-color: rgb(231,180,101); }
td.TdClassName
{
border-color: #E7B465;
}
.TagClassName
{
border-color: #E7B465;
}
</style>