Shades of Harvest Gold #E5AC69
Tints of Harvest Gold #E5AC69
RGB
CMYK
RGB Variations
Color information
#E5AC69 (or 0xE5AC69) is known color: Harvest Gold. HEX triplet: E5, AC and 69. RGB value is (229,172,105). Sum of RGB (Red+Green+Blue) = 229+172+105=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 105 (41.41% from 255 or 20.75% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AC69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AC69 is #1A5396. Grayscale: #B5B5B5. Windows color (decimal): -1725335 or 6925541. OLE color: 6925541.
HSL color Cylindrical-coordinate representation of color #E5AC69: hue angle of 32.42º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E5AC69 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 172 | 105 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.10 |
| HSL | 32.42º | 0.7% | 0.65% | - |
| HSV(B) | 32.42º | 0.54% | 0.9% | - |
| XYZ | 49.62 | 47.18 | 19.86 | - |
| YUV | 181.41 | 84.88 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 172 | 105 | 0 | 0.25 | 0.54 | 0.10 | 32.42 | 0.7 | 0.65 |
| Hex | E5 | AC | 69 | 0 | 19 | 36 | A | 20 | 46 | 41 |
| Octal | 345 | 254 | 151 | 0 | 31 | 66 | 12 | 40 | 106 | 101 |
| Binary | 11100101 | 10101100 | 1101001 | 0 | 11001 | 110110 | 1010 | 100000 | 1000110 | 1000001 |
Color Harmonies of #E5AC69
Complementary color
Monochromatic Colors of #E5AC69
Black with #E5AC69
Text Example
Text Example
White with #E5AC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AC69; }
p { color: rgb(229,172,105); }
H1.HeaderClassName
{
color: #E5AC69;
}
.AnyTagClassName
{
color: #E5AC69;
}
</style>
background-color css
<style>
a { background-color: #E5AC69; }
a { background-color: rgb(229,172,105); }
div.DivClassName
{
background-color: #E5AC69;
}
.BgClassName
{
background-color: #E5AC69;
}
</style>
border-color css
<style>
span { border-color: #E5AC69; }
span { border-color: rgb(229,172,105); }
td.TdClassName
{
border-color: #E5AC69;
}
.TagClassName
{
border-color: #E5AC69;
}
</style>