Shades of Harvest Gold #E3AC69
Tints of Harvest Gold #E3AC69
RGB
CMYK
RGB Variations
Color information
#E3AC69 (or 0xE3AC69) is known color: Harvest Gold. HEX triplet: E3, AC and 69. RGB value is (227,172,105). Sum of RGB (Red+Green+Blue) = 227+172+105=504 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.04% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AC69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3AC69 is #1C5396. Grayscale: #B5B5B5. Windows color (decimal): -1856407 or 6925539. OLE color: 6925539.
HSL color Cylindrical-coordinate representation of color #E3AC69: hue angle of 32.95º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E3AC69 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 172 | 105 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.11 |
| HSL | 32.95º | 0.69% | 0.65% | - |
| HSV(B) | 32.95º | 0.54% | 0.89% | - |
| XYZ | 48.98 | 46.86 | 19.83 | - |
| YUV | 180.81 | 85.22 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 172 | 105 | 0 | 0.24 | 0.54 | 0.11 | 32.95 | 0.69 | 0.65 |
| Hex | E3 | AC | 69 | 0 | 18 | 36 | B | 21 | 45 | 41 |
| Octal | 343 | 254 | 151 | 0 | 30 | 66 | 13 | 41 | 105 | 101 |
| Binary | 11100011 | 10101100 | 1101001 | 0 | 11000 | 110110 | 1011 | 100001 | 1000101 | 1000001 |
Color Harmonies of #E3AC69
Complementary color
Monochromatic Colors of #E3AC69
Black with #E3AC69
Text Example
Text Example
White with #E3AC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AC69; }
p { color: rgb(227,172,105); }
H1.HeaderClassName
{
color: #E3AC69;
}
.AnyTagClassName
{
color: #E3AC69;
}
</style>
background-color css
<style>
a { background-color: #E3AC69; }
a { background-color: rgb(227,172,105); }
div.DivClassName
{
background-color: #E3AC69;
}
.BgClassName
{
background-color: #E3AC69;
}
</style>
border-color css
<style>
span { border-color: #E3AC69; }
span { border-color: rgb(227,172,105); }
td.TdClassName
{
border-color: #E3AC69;
}
.TagClassName
{
border-color: #E3AC69;
}
</style>