Shades of Harvest Gold #EAC16C
Tints of Harvest Gold #EAC16C
RGB
CMYK
RGB Variations
Color information
#EAC16C (or 0xEAC16C) is known color: Harvest Gold. HEX triplet: EA, C1 and 6C. RGB value is (234,193,108). Sum of RGB (Red+Green+Blue) = 234+193+108=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC16C is #153E93. Grayscale: #C3C3C3. Windows color (decimal): -1392276 or 7127530. OLE color: 7127530.
HSL color Cylindrical-coordinate representation of color #EAC16C: hue angle of 40.48º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EAC16C is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 108 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.08 |
| HSL | 40.48º | 0.75% | 0.67% | - |
| HSV(B) | 40.48º | 0.54% | 0.92% | - |
| XYZ | 55.71 | 56.72 | 22.2 | - |
| YUV | 195.57 | 78.58 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 108 | 0 | 0.18 | 0.54 | 0.08 | 40.48 | 0.75 | 0.67 |
| Hex | EA | C1 | 6C | 0 | 12 | 36 | 8 | 28 | 4B | 43 |
| Octal | 352 | 301 | 154 | 0 | 22 | 66 | 10 | 50 | 113 | 103 |
| Binary | 11101010 | 11000001 | 1101100 | 0 | 10010 | 110110 | 1000 | 101000 | 1001011 | 1000011 |
Color Harmonies of #EAC16C
Complementary color
Monochromatic Colors of #EAC16C
Black with #EAC16C
Text Example
Text Example
White with #EAC16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC16C; }
p { color: rgb(234,193,108); }
H1.HeaderClassName
{
color: #EAC16C;
}
.AnyTagClassName
{
color: #EAC16C;
}
</style>
background-color css
<style>
a { background-color: #EAC16C; }
a { background-color: rgb(234,193,108); }
div.DivClassName
{
background-color: #EAC16C;
}
.BgClassName
{
background-color: #EAC16C;
}
</style>
border-color css
<style>
span { border-color: #EAC16C; }
span { border-color: rgb(234,193,108); }
td.TdClassName
{
border-color: #EAC16C;
}
.TagClassName
{
border-color: #EAC16C;
}
</style>