Shades of Harvest Gold #E4AD6D
Tints of Harvest Gold #E4AD6D
RGB
CMYK
RGB Variations
Color information
#E4AD6D (or 0xE4AD6D) is known color: Harvest Gold. HEX triplet: E4, AD and 6D. RGB value is (228,173,109). Sum of RGB (Red+Green+Blue) = 228+173+109=510 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.71% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4AD6D is #1B5292. Grayscale: #B6B6B6. Windows color (decimal): -1790611 or 7187940. OLE color: 7187940.
HSL color Cylindrical-coordinate representation of color #E4AD6D: hue angle of 32.27º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E4AD6D is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 173 | 109 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.11 |
| HSL | 32.27º | 0.69% | 0.66% | - |
| HSV(B) | 32.27º | 0.52% | 0.89% | - |
| XYZ | 49.7 | 47.49 | 21.01 | - |
| YUV | 182.15 | 86.72 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 173 | 109 | 0 | 0.24 | 0.52 | 0.11 | 32.27 | 0.69 | 0.66 |
| Hex | E4 | AD | 6D | 0 | 18 | 34 | B | 20 | 45 | 42 |
| Octal | 344 | 255 | 155 | 0 | 30 | 64 | 13 | 40 | 105 | 102 |
| Binary | 11100100 | 10101101 | 1101101 | 0 | 11000 | 110100 | 1011 | 100000 | 1000101 | 1000010 |
Color Harmonies of #E4AD6D
Complementary color
Monochromatic Colors of #E4AD6D
Black with #E4AD6D
Text Example
Text Example
White with #E4AD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AD6D; }
p { color: rgb(228,173,109); }
H1.HeaderClassName
{
color: #E4AD6D;
}
.AnyTagClassName
{
color: #E4AD6D;
}
</style>
background-color css
<style>
a { background-color: #E4AD6D; }
a { background-color: rgb(228,173,109); }
div.DivClassName
{
background-color: #E4AD6D;
}
.BgClassName
{
background-color: #E4AD6D;
}
</style>
border-color css
<style>
span { border-color: #E4AD6D; }
span { border-color: rgb(228,173,109); }
td.TdClassName
{
border-color: #E4AD6D;
}
.TagClassName
{
border-color: #E4AD6D;
}
</style>