Shades of Harvest Gold #EAC16E
Tints of Harvest Gold #EAC16E
RGB
CMYK
RGB Variations
Color information
#EAC16E (or 0xEAC16E) is known color: Harvest Gold. HEX triplet: EA, C1 and 6E. RGB value is (234,193,110). Sum of RGB (Red+Green+Blue) = 234+193+110=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC16E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC16E is #153E91. Grayscale: #C4C4C4. Windows color (decimal): -1392274 or 7258602. OLE color: 7258602.
HSL color Cylindrical-coordinate representation of color #EAC16E: hue angle of 40.16º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAC16E is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 110 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.08 |
| HSL | 40.16º | 0.75% | 0.67% | - |
| HSV(B) | 40.16º | 0.53% | 0.92% | - |
| XYZ | 55.82 | 56.76 | 22.77 | - |
| YUV | 195.8 | 79.58 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 110 | 0 | 0.18 | 0.53 | 0.08 | 40.16 | 0.75 | 0.67 |
| Hex | EA | C1 | 6E | 0 | 12 | 35 | 8 | 28 | 4B | 43 |
| Octal | 352 | 301 | 156 | 0 | 22 | 65 | 10 | 50 | 113 | 103 |
| Binary | 11101010 | 11000001 | 1101110 | 0 | 10010 | 110101 | 1000 | 101000 | 1001011 | 1000011 |
Color Harmonies of #EAC16E
Complementary color
Monochromatic Colors of #EAC16E
Black with #EAC16E
Text Example
Text Example
White with #EAC16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC16E; }
p { color: rgb(234,193,110); }
H1.HeaderClassName
{
color: #EAC16E;
}
.AnyTagClassName
{
color: #EAC16E;
}
</style>
background-color css
<style>
a { background-color: #EAC16E; }
a { background-color: rgb(234,193,110); }
div.DivClassName
{
background-color: #EAC16E;
}
.BgClassName
{
background-color: #EAC16E;
}
</style>
border-color css
<style>
span { border-color: #EAC16E; }
span { border-color: rgb(234,193,110); }
td.TdClassName
{
border-color: #EAC16E;
}
.TagClassName
{
border-color: #EAC16E;
}
</style>