Shades of Harvest Gold #E4AD6B
Tints of Harvest Gold #E4AD6B
RGB
CMYK
RGB Variations
Color information
#E4AD6B (or 0xE4AD6B) is known color: Harvest Gold. HEX triplet: E4, AD and 6B. RGB value is (228,173,107). Sum of RGB (Red+Green+Blue) = 228+173+107=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AD6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4AD6B is #1B5294. Grayscale: #B6B6B6. Windows color (decimal): -1790613 or 7056868. OLE color: 7056868.
HSL color Cylindrical-coordinate representation of color #E4AD6B: hue angle of 32.73º 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 #E4AD6B is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 173 | 107 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.11 |
| HSL | 32.73º | 0.69% | 0.66% | - |
| HSV(B) | 32.73º | 0.53% | 0.89% | - |
| XYZ | 49.59 | 47.44 | 20.45 | - |
| YUV | 181.92 | 85.72 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 173 | 107 | 0 | 0.24 | 0.53 | 0.11 | 32.73 | 0.69 | 0.66 |
| Hex | E4 | AD | 6B | 0 | 18 | 35 | B | 21 | 45 | 42 |
| Octal | 344 | 255 | 153 | 0 | 30 | 65 | 13 | 41 | 105 | 102 |
| Binary | 11100100 | 10101101 | 1101011 | 0 | 11000 | 110101 | 1011 | 100001 | 1000101 | 1000010 |
Color Harmonies of #E4AD6B
Complementary color
Monochromatic Colors of #E4AD6B
Black with #E4AD6B
Text Example
Text Example
White with #E4AD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AD6B; }
p { color: rgb(228,173,107); }
H1.HeaderClassName
{
color: #E4AD6B;
}
.AnyTagClassName
{
color: #E4AD6B;
}
</style>
background-color css
<style>
a { background-color: #E4AD6B; }
a { background-color: rgb(228,173,107); }
div.DivClassName
{
background-color: #E4AD6B;
}
.BgClassName
{
background-color: #E4AD6B;
}
</style>
border-color css
<style>
span { border-color: #E4AD6B; }
span { border-color: rgb(228,173,107); }
td.TdClassName
{
border-color: #E4AD6B;
}
.TagClassName
{
border-color: #E4AD6B;
}
</style>