Shades of Harvest Gold #E7AB6C
Tints of Harvest Gold #E7AB6C
RGB
CMYK
RGB Variations
Color information
#E7AB6C (or 0xE7AB6C) is known color: Harvest Gold. HEX triplet: E7, AB and 6C. RGB value is (231,171,108). Sum of RGB (Red+Green+Blue) = 231+171+108=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AB6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AB6C is #185493. Grayscale: #B6B6B6. Windows color (decimal): -1594516 or 7121895. OLE color: 7121895.
HSL color Cylindrical-coordinate representation of color #E7AB6C: hue angle of 30.73º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7AB6C is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 108 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.09 |
| HSL | 30.73º | 0.72% | 0.66% | - |
| HSV(B) | 30.73º | 0.53% | 0.91% | - |
| XYZ | 50.22 | 47.2 | 20.65 | - |
| YUV | 181.76 | 86.38 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 108 | 0 | 0.26 | 0.53 | 0.09 | 30.73 | 0.72 | 0.66 |
| Hex | E7 | AB | 6C | 0 | 1A | 35 | 9 | 1F | 48 | 42 |
| Octal | 347 | 253 | 154 | 0 | 32 | 65 | 11 | 37 | 110 | 102 |
| Binary | 11100111 | 10101011 | 1101100 | 0 | 11010 | 110101 | 1001 | 11111 | 1001000 | 1000010 |
Color Harmonies of #E7AB6C
Complementary color
Monochromatic Colors of #E7AB6C
Black with #E7AB6C
Text Example
Text Example
White with #E7AB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AB6C; }
p { color: rgb(231,171,108); }
H1.HeaderClassName
{
color: #E7AB6C;
}
.AnyTagClassName
{
color: #E7AB6C;
}
</style>
background-color css
<style>
a { background-color: #E7AB6C; }
a { background-color: rgb(231,171,108); }
div.DivClassName
{
background-color: #E7AB6C;
}
.BgClassName
{
background-color: #E7AB6C;
}
</style>
border-color css
<style>
span { border-color: #E7AB6C; }
span { border-color: rgb(231,171,108); }
td.TdClassName
{
border-color: #E7AB6C;
}
.TagClassName
{
border-color: #E7AB6C;
}
</style>