Shades of Harvest Gold #E5AD62
Tints of Harvest Gold #E5AD62
RGB
CMYK
RGB Variations
Color information
#E5AD62 (or 0xE5AD62) is known color: Harvest Gold. HEX triplet: E5, AD and 62. RGB value is (229,173,98). Sum of RGB (Red+Green+Blue) = 229+173+98=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 98 (38.67% from 255 or 19.6% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AD62 is #1A529D. Grayscale: #B5B5B5. Windows color (decimal): -1725086 or 6467045. OLE color: 6467045.
HSL color Cylindrical-coordinate representation of color #E5AD62: hue angle of 34.35º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E5AD62 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 98 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.10 |
| HSL | 34.35º | 0.72% | 0.64% | - |
| HSV(B) | 34.35º | 0.57% | 0.9% | - |
| XYZ | 49.46 | 47.43 | 18.1 | - |
| YUV | 181.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 98 | 0 | 0.24 | 0.57 | 0.10 | 34.35 | 0.72 | 0.64 |
| Hex | E5 | AD | 62 | 0 | 18 | 39 | A | 22 | 48 | 40 |
| Octal | 345 | 255 | 142 | 0 | 30 | 71 | 12 | 42 | 110 | 100 |
| Binary | 11100101 | 10101101 | 1100010 | 0 | 11000 | 111001 | 1010 | 100010 | 1001000 | 1000000 |
Color Harmonies of #E5AD62
Complementary color
Monochromatic Colors of #E5AD62
Black with #E5AD62
Text Example
Text Example
White with #E5AD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD62; }
p { color: rgb(229,173,98); }
H1.HeaderClassName
{
color: #E5AD62;
}
.AnyTagClassName
{
color: #E5AD62;
}
</style>
background-color css
<style>
a { background-color: #E5AD62; }
a { background-color: rgb(229,173,98); }
div.DivClassName
{
background-color: #E5AD62;
}
.BgClassName
{
background-color: #E5AD62;
}
</style>
border-color css
<style>
span { border-color: #E5AD62; }
span { border-color: rgb(229,173,98); }
td.TdClassName
{
border-color: #E5AD62;
}
.TagClassName
{
border-color: #E5AD62;
}
</style>