Shades of Harvest Gold #E5AE63
Tints of Harvest Gold #E5AE63
RGB
CMYK
RGB Variations
Color information
#E5AE63 (or 0xE5AE63) is known color: Harvest Gold. HEX triplet: E5, AE and 63. RGB value is (229,174,99). Sum of RGB (Red+Green+Blue) = 229+174+99=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 99 (39.06% from 255 or 19.72% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AE63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AE63 is #1A519C. Grayscale: #B6B6B6. Windows color (decimal): -1724829 or 6532837. OLE color: 6532837.
HSL color Cylindrical-coordinate representation of color #E5AE63: hue angle of 34.62º degrees, saturation: 0.71, 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 #E5AE63 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 174 | 99 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.10 |
| HSL | 34.62º | 0.71% | 0.64% | - |
| HSV(B) | 34.62º | 0.57% | 0.9% | - |
| XYZ | 49.7 | 47.83 | 18.42 | - |
| YUV | 181.9 | 81.22 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 174 | 99 | 0 | 0.24 | 0.57 | 0.10 | 34.62 | 0.71 | 0.64 |
| Hex | E5 | AE | 63 | 0 | 18 | 39 | A | 23 | 47 | 40 |
| Octal | 345 | 256 | 143 | 0 | 30 | 71 | 12 | 43 | 107 | 100 |
| Binary | 11100101 | 10101110 | 1100011 | 0 | 11000 | 111001 | 1010 | 100011 | 1000111 | 1000000 |
Color Harmonies of #E5AE63
Complementary color
Monochromatic Colors of #E5AE63
Black with #E5AE63
Text Example
Text Example
White with #E5AE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AE63; }
p { color: rgb(229,174,99); }
H1.HeaderClassName
{
color: #E5AE63;
}
.AnyTagClassName
{
color: #E5AE63;
}
</style>
background-color css
<style>
a { background-color: #E5AE63; }
a { background-color: rgb(229,174,99); }
div.DivClassName
{
background-color: #E5AE63;
}
.BgClassName
{
background-color: #E5AE63;
}
</style>
border-color css
<style>
span { border-color: #E5AE63; }
span { border-color: rgb(229,174,99); }
td.TdClassName
{
border-color: #E5AE63;
}
.TagClassName
{
border-color: #E5AE63;
}
</style>