Shades of Harvest Gold #E7AB65
Tints of Harvest Gold #E7AB65
RGB
CMYK
RGB Variations
Color information
#E7AB65 (or 0xE7AB65) is known color: Harvest Gold. HEX triplet: E7, AB and 65. RGB value is (231,171,101). Sum of RGB (Red+Green+Blue) = 231+171+101=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AB65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AB65 is #18549A. Grayscale: #B5B5B5. Windows color (decimal): -1594523 or 6663143. OLE color: 6663143.
HSL color Cylindrical-coordinate representation of color #E7AB65: hue angle of 32.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 #E7AB65 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 101 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.09 |
| HSL | 32.31º | 0.73% | 0.65% | - |
| HSV(B) | 32.31º | 0.56% | 0.91% | - |
| XYZ | 49.87 | 47.05 | 18.77 | - |
| YUV | 180.96 | 82.88 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 101 | 0 | 0.26 | 0.56 | 0.09 | 32.31 | 0.73 | 0.65 |
| Hex | E7 | AB | 65 | 0 | 1A | 38 | 9 | 20 | 49 | 41 |
| Octal | 347 | 253 | 145 | 0 | 32 | 70 | 11 | 40 | 111 | 101 |
| Binary | 11100111 | 10101011 | 1100101 | 0 | 11010 | 111000 | 1001 | 100000 | 1001001 | 1000001 |
Color Harmonies of #E7AB65
Complementary color
Monochromatic Colors of #E7AB65
Black with #E7AB65
Text Example
Text Example
White with #E7AB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AB65; }
p { color: rgb(231,171,101); }
H1.HeaderClassName
{
color: #E7AB65;
}
.AnyTagClassName
{
color: #E7AB65;
}
</style>
background-color css
<style>
a { background-color: #E7AB65; }
a { background-color: rgb(231,171,101); }
div.DivClassName
{
background-color: #E7AB65;
}
.BgClassName
{
background-color: #E7AB65;
}
</style>
border-color css
<style>
span { border-color: #E7AB65; }
span { border-color: rgb(231,171,101); }
td.TdClassName
{
border-color: #E7AB65;
}
.TagClassName
{
border-color: #E7AB65;
}
</style>