Shades of Harvest Gold #EAC06E
Tints of Harvest Gold #EAC06E
RGB
CMYK
RGB Variations
Color information
#EAC06E (or 0xEAC06E) is known color: Harvest Gold. HEX triplet: EA, C0 and 6E. RGB value is (234,192,110). Sum of RGB (Red+Green+Blue) = 234+192+110=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC06E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC06E is #153F91. Grayscale: #C3C3C3. Windows color (decimal): -1392530 or 7258346. OLE color: 7258346.
HSL color Cylindrical-coordinate representation of color #EAC06E: hue angle of 39.68º 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 #EAC06E is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 110 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.08 |
| HSL | 39.68º | 0.75% | 0.67% | - |
| HSV(B) | 39.68º | 0.53% | 0.92% | - |
| XYZ | 55.6 | 56.32 | 22.69 | - |
| YUV | 195.21 | 79.91 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 110 | 0 | 0.18 | 0.53 | 0.08 | 39.68 | 0.75 | 0.67 |
| Hex | EA | C0 | 6E | 0 | 12 | 35 | 8 | 28 | 4B | 43 |
| Octal | 352 | 300 | 156 | 0 | 22 | 65 | 10 | 50 | 113 | 103 |
| Binary | 11101010 | 11000000 | 1101110 | 0 | 10010 | 110101 | 1000 | 101000 | 1001011 | 1000011 |
Color Harmonies of #EAC06E
Complementary color
Monochromatic Colors of #EAC06E
Black with #EAC06E
Text Example
Text Example
White with #EAC06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC06E; }
p { color: rgb(234,192,110); }
H1.HeaderClassName
{
color: #EAC06E;
}
.AnyTagClassName
{
color: #EAC06E;
}
</style>
background-color css
<style>
a { background-color: #EAC06E; }
a { background-color: rgb(234,192,110); }
div.DivClassName
{
background-color: #EAC06E;
}
.BgClassName
{
background-color: #EAC06E;
}
</style>
border-color css
<style>
span { border-color: #EAC06E; }
span { border-color: rgb(234,192,110); }
td.TdClassName
{
border-color: #EAC06E;
}
.TagClassName
{
border-color: #EAC06E;
}
</style>