Shades of Harvest Gold #E5AD68
Tints of Harvest Gold #E5AD68
RGB
CMYK
RGB Variations
Color information
#E5AD68 (or 0xE5AD68) is known color: Harvest Gold. HEX triplet: E5, AD and 68. RGB value is (229,173,104). Sum of RGB (Red+Green+Blue) = 229+173+104=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AD68 is #1A5297. Grayscale: #B6B6B6. Windows color (decimal): -1725080 or 6860261. OLE color: 6860261.
HSL color Cylindrical-coordinate representation of color #E5AD68: hue angle of 33.12º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E5AD68 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 104 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.10 |
| HSL | 33.12º | 0.71% | 0.65% | - |
| HSV(B) | 33.12º | 0.55% | 0.9% | - |
| XYZ | 49.76 | 47.54 | 19.65 | - |
| YUV | 181.88 | 84.05 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 104 | 0 | 0.24 | 0.55 | 0.10 | 33.12 | 0.71 | 0.65 |
| Hex | E5 | AD | 68 | 0 | 18 | 37 | A | 21 | 47 | 41 |
| Octal | 345 | 255 | 150 | 0 | 30 | 67 | 12 | 41 | 107 | 101 |
| Binary | 11100101 | 10101101 | 1101000 | 0 | 11000 | 110111 | 1010 | 100001 | 1000111 | 1000001 |
Color Harmonies of #E5AD68
Complementary color
Monochromatic Colors of #E5AD68
Black with #E5AD68
Text Example
Text Example
White with #E5AD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD68; }
p { color: rgb(229,173,104); }
H1.HeaderClassName
{
color: #E5AD68;
}
.AnyTagClassName
{
color: #E5AD68;
}
</style>
background-color css
<style>
a { background-color: #E5AD68; }
a { background-color: rgb(229,173,104); }
div.DivClassName
{
background-color: #E5AD68;
}
.BgClassName
{
background-color: #E5AD68;
}
</style>
border-color css
<style>
span { border-color: #E5AD68; }
span { border-color: rgb(229,173,104); }
td.TdClassName
{
border-color: #E5AD68;
}
.TagClassName
{
border-color: #E5AD68;
}
</style>