Shades of Harvest Gold #EAC064
Tints of Harvest Gold #EAC064
RGB
CMYK
RGB Variations
Color information
#EAC064 (or 0xEAC064) is known color: Harvest Gold. HEX triplet: EA, C0 and 64. RGB value is (234,192,100). Sum of RGB (Red+Green+Blue) = 234+192+100=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 100 (39.45% from 255 or 19.01% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC064 is #153F9B. Grayscale: #C2C2C2. Windows color (decimal): -1392540 or 6602986. OLE color: 6602986.
HSL color Cylindrical-coordinate representation of color #EAC064: hue angle of 41.19º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EAC064 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 100 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.08 |
| HSL | 41.19º | 0.76% | 0.65% | - |
| HSV(B) | 41.19º | 0.57% | 0.92% | - |
| XYZ | 55.08 | 56.11 | 19.98 | - |
| YUV | 194.07 | 74.91 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 100 | 0 | 0.18 | 0.57 | 0.08 | 41.19 | 0.76 | 0.65 |
| Hex | EA | C0 | 64 | 0 | 12 | 39 | 8 | 29 | 4C | 41 |
| Octal | 352 | 300 | 144 | 0 | 22 | 71 | 10 | 51 | 114 | 101 |
| Binary | 11101010 | 11000000 | 1100100 | 0 | 10010 | 111001 | 1000 | 101001 | 1001100 | 1000001 |
Color Harmonies of #EAC064
Complementary color
Monochromatic Colors of #EAC064
Black with #EAC064
Text Example
Text Example
White with #EAC064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC064; }
p { color: rgb(234,192,100); }
H1.HeaderClassName
{
color: #EAC064;
}
.AnyTagClassName
{
color: #EAC064;
}
</style>
background-color css
<style>
a { background-color: #EAC064; }
a { background-color: rgb(234,192,100); }
div.DivClassName
{
background-color: #EAC064;
}
.BgClassName
{
background-color: #EAC064;
}
</style>
border-color css
<style>
span { border-color: #EAC064; }
span { border-color: rgb(234,192,100); }
td.TdClassName
{
border-color: #EAC064;
}
.TagClassName
{
border-color: #EAC064;
}
</style>