Shades of Harvest Gold #EAC063
Tints of Harvest Gold #EAC063
RGB
CMYK
RGB Variations
Color information
#EAC063 (or 0xEAC063) is known color: Harvest Gold. HEX triplet: EA, C0 and 63. RGB value is (234,192,99). Sum of RGB (Red+Green+Blue) = 234+192+99=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 99 (39.06% from 255 or 18.86% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC063 is #153F9C. Grayscale: #C2C2C2. Windows color (decimal): -1392541 or 6537450. OLE color: 6537450.
HSL color Cylindrical-coordinate representation of color #EAC063: hue angle of 41.33º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EAC063 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 99 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.08 |
| HSL | 41.33º | 0.76% | 0.65% | - |
| HSV(B) | 41.33º | 0.58% | 0.92% | - |
| XYZ | 55.03 | 56.09 | 19.73 | - |
| YUV | 193.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 99 | 0 | 0.18 | 0.58 | 0.08 | 41.33 | 0.76 | 0.65 |
| Hex | EA | C0 | 63 | 0 | 12 | 3A | 8 | 29 | 4C | 41 |
| Octal | 352 | 300 | 143 | 0 | 22 | 72 | 10 | 51 | 114 | 101 |
| Binary | 11101010 | 11000000 | 1100011 | 0 | 10010 | 111010 | 1000 | 101001 | 1001100 | 1000001 |
Color Harmonies of #EAC063
Complementary color
Monochromatic Colors of #EAC063
Black with #EAC063
Text Example
Text Example
White with #EAC063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC063; }
p { color: rgb(234,192,99); }
H1.HeaderClassName
{
color: #EAC063;
}
.AnyTagClassName
{
color: #EAC063;
}
</style>
background-color css
<style>
a { background-color: #EAC063; }
a { background-color: rgb(234,192,99); }
div.DivClassName
{
background-color: #EAC063;
}
.BgClassName
{
background-color: #EAC063;
}
</style>
border-color css
<style>
span { border-color: #EAC063; }
span { border-color: rgb(234,192,99); }
td.TdClassName
{
border-color: #EAC063;
}
.TagClassName
{
border-color: #EAC063;
}
</style>