Shades of Harvest Gold #E7AB67
Tints of Harvest Gold #E7AB67
RGB
CMYK
RGB Variations
Color information
#E7AB67 (or 0xE7AB67) is known color: Harvest Gold. HEX triplet: E7, AB and 67. RGB value is (231,171,103). Sum of RGB (Red+Green+Blue) = 231+171+103=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 103 (40.62% from 255 or 20.40% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AB67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AB67 is #185498. Grayscale: #B5B5B5. Windows color (decimal): -1594521 or 6794215. OLE color: 6794215.
HSL color Cylindrical-coordinate representation of color #E7AB67: hue angle of 31.88º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7AB67 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 103 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.09 |
| HSL | 31.88º | 0.73% | 0.65% | - |
| HSV(B) | 31.88º | 0.55% | 0.91% | - |
| XYZ | 49.97 | 47.09 | 19.29 | - |
| YUV | 181.19 | 83.88 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 103 | 0 | 0.26 | 0.55 | 0.09 | 31.88 | 0.73 | 0.65 |
| Hex | E7 | AB | 67 | 0 | 1A | 37 | 9 | 20 | 49 | 41 |
| Octal | 347 | 253 | 147 | 0 | 32 | 67 | 11 | 40 | 111 | 101 |
| Binary | 11100111 | 10101011 | 1100111 | 0 | 11010 | 110111 | 1001 | 100000 | 1001001 | 1000001 |
Color Harmonies of #E7AB67
Complementary color
Monochromatic Colors of #E7AB67
Black with #E7AB67
Text Example
Text Example
White with #E7AB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AB67; }
p { color: rgb(231,171,103); }
H1.HeaderClassName
{
color: #E7AB67;
}
.AnyTagClassName
{
color: #E7AB67;
}
</style>
background-color css
<style>
a { background-color: #E7AB67; }
a { background-color: rgb(231,171,103); }
div.DivClassName
{
background-color: #E7AB67;
}
.BgClassName
{
background-color: #E7AB67;
}
</style>
border-color css
<style>
span { border-color: #E7AB67; }
span { border-color: rgb(231,171,103); }
td.TdClassName
{
border-color: #E7AB67;
}
.TagClassName
{
border-color: #E7AB67;
}
</style>