Shades of Harvest Gold #E4AA6C
Tints of Harvest Gold #E4AA6C
RGB
CMYK
RGB Variations
Color information
#E4AA6C (or 0xE4AA6C) is known color: Harvest Gold. HEX triplet: E4, AA and 6C. RGB value is (228,170,108). Sum of RGB (Red+Green+Blue) = 228+170+108=506 (67% of max value = 765). Red value is 228 (89.45% from 255 or 45.06% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AA6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4AA6C is #1B5593. Grayscale: #B4B4B4. Windows color (decimal): -1791380 or 7121636. OLE color: 7121636.
HSL color Cylindrical-coordinate representation of color #E4AA6C: hue angle of 31º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E4AA6C is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 170 | 108 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.11 |
| HSL | 31º | 0.69% | 0.66% | - |
| HSV(B) | 31º | 0.53% | 0.89% | - |
| XYZ | 49.08 | 46.33 | 20.54 | - |
| YUV | 180.27 | 87.22 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 170 | 108 | 0 | 0.25 | 0.53 | 0.11 | 31 | 0.69 | 0.66 |
| Hex | E4 | AA | 6C | 0 | 19 | 35 | B | 1F | 45 | 42 |
| Octal | 344 | 252 | 154 | 0 | 31 | 65 | 13 | 37 | 105 | 102 |
| Binary | 11100100 | 10101010 | 1101100 | 0 | 11001 | 110101 | 1011 | 11111 | 1000101 | 1000010 |
Color Harmonies of #E4AA6C
Complementary color
Monochromatic Colors of #E4AA6C
Black with #E4AA6C
Text Example
Text Example
White with #E4AA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AA6C; }
p { color: rgb(228,170,108); }
H1.HeaderClassName
{
color: #E4AA6C;
}
.AnyTagClassName
{
color: #E4AA6C;
}
</style>
background-color css
<style>
a { background-color: #E4AA6C; }
a { background-color: rgb(228,170,108); }
div.DivClassName
{
background-color: #E4AA6C;
}
.BgClassName
{
background-color: #E4AA6C;
}
</style>
border-color css
<style>
span { border-color: #E4AA6C; }
span { border-color: rgb(228,170,108); }
td.TdClassName
{
border-color: #E4AA6C;
}
.TagClassName
{
border-color: #E4AA6C;
}
</style>