Shades of Harvest Gold #EAC074
Tints of Harvest Gold #EAC074
RGB
CMYK
RGB Variations
Color information
#EAC074 (or 0xEAC074) is known color: Harvest Gold. HEX triplet: EA, C0 and 74. RGB value is (234,192,116). Sum of RGB (Red+Green+Blue) = 234+192+116=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC074 is #153F8B. Grayscale: #C4C4C4. Windows color (decimal): -1392524 or 7651562. OLE color: 7651562.
HSL color Cylindrical-coordinate representation of color #EAC074: hue angle of 38.64º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAC074 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 116 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.08 |
| HSL | 38.64º | 0.74% | 0.69% | - |
| HSV(B) | 38.64º | 0.5% | 0.92% | - |
| XYZ | 55.93 | 56.45 | 24.47 | - |
| YUV | 195.89 | 82.91 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 116 | 0 | 0.18 | 0.50 | 0.08 | 38.64 | 0.74 | 0.69 |
| Hex | EA | C0 | 74 | 0 | 12 | 32 | 8 | 27 | 4A | 45 |
| Octal | 352 | 300 | 164 | 0 | 22 | 62 | 10 | 47 | 112 | 105 |
| Binary | 11101010 | 11000000 | 1110100 | 0 | 10010 | 110010 | 1000 | 100111 | 1001010 | 1000101 |
Color Harmonies of #EAC074
Complementary color
Monochromatic Colors of #EAC074
Black with #EAC074
Text Example
Text Example
White with #EAC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC074; }
p { color: rgb(234,192,116); }
H1.HeaderClassName
{
color: #EAC074;
}
.AnyTagClassName
{
color: #EAC074;
}
</style>
background-color css
<style>
a { background-color: #EAC074; }
a { background-color: rgb(234,192,116); }
div.DivClassName
{
background-color: #EAC074;
}
.BgClassName
{
background-color: #EAC074;
}
</style>
border-color css
<style>
span { border-color: #EAC074; }
span { border-color: rgb(234,192,116); }
td.TdClassName
{
border-color: #EAC074;
}
.TagClassName
{
border-color: #EAC074;
}
</style>