Shades of Harvest Gold #E5AD64
Tints of Harvest Gold #E5AD64
RGB
CMYK
RGB Variations
Color information
#E5AD64 (or 0xE5AD64) is known color: Harvest Gold. HEX triplet: E5, AD and 64. RGB value is (229,173,100). Sum of RGB (Red+Green+Blue) = 229+173+100=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AD64 is #1A529B. Grayscale: #B5B5B5. Windows color (decimal): -1725084 or 6598117. OLE color: 6598117.
HSL color Cylindrical-coordinate representation of color #E5AD64: hue angle of 33.95º 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 #E5AD64 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 100 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.10 |
| HSL | 33.95º | 0.71% | 0.65% | - |
| HSV(B) | 33.95º | 0.56% | 0.9% | - |
| XYZ | 49.56 | 47.47 | 18.61 | - |
| YUV | 181.42 | 82.05 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 100 | 0 | 0.24 | 0.56 | 0.10 | 33.95 | 0.71 | 0.65 |
| Hex | E5 | AD | 64 | 0 | 18 | 38 | A | 22 | 47 | 41 |
| Octal | 345 | 255 | 144 | 0 | 30 | 70 | 12 | 42 | 107 | 101 |
| Binary | 11100101 | 10101101 | 1100100 | 0 | 11000 | 111000 | 1010 | 100010 | 1000111 | 1000001 |
Color Harmonies of #E5AD64
Complementary color
Monochromatic Colors of #E5AD64
Black with #E5AD64
Text Example
Text Example
White with #E5AD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD64; }
p { color: rgb(229,173,100); }
H1.HeaderClassName
{
color: #E5AD64;
}
.AnyTagClassName
{
color: #E5AD64;
}
</style>
background-color css
<style>
a { background-color: #E5AD64; }
a { background-color: rgb(229,173,100); }
div.DivClassName
{
background-color: #E5AD64;
}
.BgClassName
{
background-color: #E5AD64;
}
</style>
border-color css
<style>
span { border-color: #E5AD64; }
span { border-color: rgb(229,173,100); }
td.TdClassName
{
border-color: #E5AD64;
}
.TagClassName
{
border-color: #E5AD64;
}
</style>