Shades of Harvest Gold #E7AB68
Tints of Harvest Gold #E7AB68
RGB
CMYK
RGB Variations
Color information
#E7AB68 (or 0xE7AB68) is known color: Harvest Gold. HEX triplet: E7, AB and 68. RGB value is (231,171,104). Sum of RGB (Red+Green+Blue) = 231+171+104=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AB68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AB68 is #185497. Grayscale: #B5B5B5. Windows color (decimal): -1594520 or 6859751. OLE color: 6859751.
HSL color Cylindrical-coordinate representation of color #E7AB68: hue angle of 31.65º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7AB68 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 104 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.09 |
| HSL | 31.65º | 0.73% | 0.66% | - |
| HSV(B) | 31.65º | 0.55% | 0.91% | - |
| XYZ | 50.02 | 47.11 | 19.55 | - |
| YUV | 181.3 | 84.38 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 104 | 0 | 0.26 | 0.55 | 0.09 | 31.65 | 0.73 | 0.66 |
| Hex | E7 | AB | 68 | 0 | 1A | 37 | 9 | 20 | 49 | 42 |
| Octal | 347 | 253 | 150 | 0 | 32 | 67 | 11 | 40 | 111 | 102 |
| Binary | 11100111 | 10101011 | 1101000 | 0 | 11010 | 110111 | 1001 | 100000 | 1001001 | 1000010 |
Color Harmonies of #E7AB68
Complementary color
Monochromatic Colors of #E7AB68
Black with #E7AB68
Text Example
Text Example
White with #E7AB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AB68; }
p { color: rgb(231,171,104); }
H1.HeaderClassName
{
color: #E7AB68;
}
.AnyTagClassName
{
color: #E7AB68;
}
</style>
background-color css
<style>
a { background-color: #E7AB68; }
a { background-color: rgb(231,171,104); }
div.DivClassName
{
background-color: #E7AB68;
}
.BgClassName
{
background-color: #E7AB68;
}
</style>
border-color css
<style>
span { border-color: #E7AB68; }
span { border-color: rgb(231,171,104); }
td.TdClassName
{
border-color: #E7AB68;
}
.TagClassName
{
border-color: #E7AB68;
}
</style>