Shades of Harvest Gold #E7AB63
Tints of Harvest Gold #E7AB63
RGB
CMYK
RGB Variations
Color information
#E7AB63 (or 0xE7AB63) is known color: Harvest Gold. HEX triplet: E7, AB and 63. RGB value is (231,171,99). Sum of RGB (Red+Green+Blue) = 231+171+99=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AB63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AB63 is #18549C. Grayscale: #B5B5B5. Windows color (decimal): -1594525 or 6532071. OLE color: 6532071.
HSL color Cylindrical-coordinate representation of color #E7AB63: hue angle of 32.73º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E7AB63 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 99 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.09 |
| HSL | 32.73º | 0.73% | 0.65% | - |
| HSV(B) | 32.73º | 0.57% | 0.91% | - |
| XYZ | 49.77 | 47.02 | 18.26 | - |
| YUV | 180.73 | 81.88 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 99 | 0 | 0.26 | 0.57 | 0.09 | 32.73 | 0.73 | 0.65 |
| Hex | E7 | AB | 63 | 0 | 1A | 39 | 9 | 21 | 49 | 41 |
| Octal | 347 | 253 | 143 | 0 | 32 | 71 | 11 | 41 | 111 | 101 |
| Binary | 11100111 | 10101011 | 1100011 | 0 | 11010 | 111001 | 1001 | 100001 | 1001001 | 1000001 |
Color Harmonies of #E7AB63
Complementary color
Monochromatic Colors of #E7AB63
Black with #E7AB63
Text Example
Text Example
White with #E7AB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AB63; }
p { color: rgb(231,171,99); }
H1.HeaderClassName
{
color: #E7AB63;
}
.AnyTagClassName
{
color: #E7AB63;
}
</style>
background-color css
<style>
a { background-color: #E7AB63; }
a { background-color: rgb(231,171,99); }
div.DivClassName
{
background-color: #E7AB63;
}
.BgClassName
{
background-color: #E7AB63;
}
</style>
border-color css
<style>
span { border-color: #E7AB63; }
span { border-color: rgb(231,171,99); }
td.TdClassName
{
border-color: #E7AB63;
}
.TagClassName
{
border-color: #E7AB63;
}
</style>