Shades of Harvest Gold #E5AD65
Tints of Harvest Gold #E5AD65
RGB
CMYK
RGB Variations
Color information
#E5AD65 (or 0xE5AD65) is known color: Harvest Gold. HEX triplet: E5, AD and 65. RGB value is (229,173,101). Sum of RGB (Red+Green+Blue) = 229+173+101=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AD65 is #1A529A. Grayscale: #B5B5B5. Windows color (decimal): -1725083 or 6663653. OLE color: 6663653.
HSL color Cylindrical-coordinate representation of color #E5AD65: hue angle of 33.75º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E5AD65 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 101 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.10 |
| HSL | 33.75º | 0.71% | 0.65% | - |
| HSV(B) | 33.75º | 0.56% | 0.9% | - |
| XYZ | 49.61 | 47.48 | 18.86 | - |
| YUV | 181.54 | 82.55 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 101 | 0 | 0.24 | 0.56 | 0.10 | 33.75 | 0.71 | 0.65 |
| Hex | E5 | AD | 65 | 0 | 18 | 38 | A | 22 | 47 | 41 |
| Octal | 345 | 255 | 145 | 0 | 30 | 70 | 12 | 42 | 107 | 101 |
| Binary | 11100101 | 10101101 | 1100101 | 0 | 11000 | 111000 | 1010 | 100010 | 1000111 | 1000001 |
Color Harmonies of #E5AD65
Complementary color
Monochromatic Colors of #E5AD65
Black with #E5AD65
Text Example
Text Example
White with #E5AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD65; }
p { color: rgb(229,173,101); }
H1.HeaderClassName
{
color: #E5AD65;
}
.AnyTagClassName
{
color: #E5AD65;
}
</style>
background-color css
<style>
a { background-color: #E5AD65; }
a { background-color: rgb(229,173,101); }
div.DivClassName
{
background-color: #E5AD65;
}
.BgClassName
{
background-color: #E5AD65;
}
</style>
border-color css
<style>
span { border-color: #E5AD65; }
span { border-color: rgb(229,173,101); }
td.TdClassName
{
border-color: #E5AD65;
}
.TagClassName
{
border-color: #E5AD65;
}
</style>