Shades of Harvest Gold #E4AD6C
Tints of Harvest Gold #E4AD6C
RGB
CMYK
RGB Variations
Color information
#E4AD6C (or 0xE4AD6C) is known color: Harvest Gold. HEX triplet: E4, AD and 6C. RGB value is (228,173,108). Sum of RGB (Red+Green+Blue) = 228+173+108=509 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.79% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4AD6C is #1B5293. Grayscale: #B6B6B6. Windows color (decimal): -1790612 or 7122404. OLE color: 7122404.
HSL color Cylindrical-coordinate representation of color #E4AD6C: hue angle of 32.5º 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 #E4AD6C is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 173 | 108 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.11 |
| HSL | 32.5º | 0.69% | 0.66% | - |
| HSV(B) | 32.5º | 0.53% | 0.89% | - |
| XYZ | 49.65 | 47.46 | 20.73 | - |
| YUV | 182.04 | 86.22 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 173 | 108 | 0 | 0.24 | 0.53 | 0.11 | 32.5 | 0.69 | 0.66 |
| Hex | E4 | AD | 6C | 0 | 18 | 35 | B | 20 | 45 | 42 |
| Octal | 344 | 255 | 154 | 0 | 30 | 65 | 13 | 40 | 105 | 102 |
| Binary | 11100100 | 10101101 | 1101100 | 0 | 11000 | 110101 | 1011 | 100000 | 1000101 | 1000010 |
Color Harmonies of #E4AD6C
Complementary color
Monochromatic Colors of #E4AD6C
Black with #E4AD6C
Text Example
Text Example
White with #E4AD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AD6C; }
p { color: rgb(228,173,108); }
H1.HeaderClassName
{
color: #E4AD6C;
}
.AnyTagClassName
{
color: #E4AD6C;
}
</style>
background-color css
<style>
a { background-color: #E4AD6C; }
a { background-color: rgb(228,173,108); }
div.DivClassName
{
background-color: #E4AD6C;
}
.BgClassName
{
background-color: #E4AD6C;
}
</style>
border-color css
<style>
span { border-color: #E4AD6C; }
span { border-color: rgb(228,173,108); }
td.TdClassName
{
border-color: #E4AD6C;
}
.TagClassName
{
border-color: #E4AD6C;
}
</style>