Shades of Harvest Gold #EAC16F
Tints of Harvest Gold #EAC16F
RGB
CMYK
RGB Variations
Color information
#EAC16F (or 0xEAC16F) is known color: Harvest Gold. HEX triplet: EA, C1 and 6F. RGB value is (234,193,111). Sum of RGB (Red+Green+Blue) = 234+193+111=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 111 (43.75% from 255 or 20.63% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC16F is #153E90. Grayscale: #C4C4C4. Windows color (decimal): -1392273 or 7324138. OLE color: 7324138.
HSL color Cylindrical-coordinate representation of color #EAC16F: hue angle of 40º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAC16F is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 111 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.08 |
| HSL | 40º | 0.75% | 0.68% | - |
| HSV(B) | 40º | 0.53% | 0.92% | - |
| XYZ | 55.87 | 56.78 | 23.05 | - |
| YUV | 195.91 | 80.08 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 111 | 0 | 0.18 | 0.53 | 0.08 | 40 | 0.75 | 0.68 |
| Hex | EA | C1 | 6F | 0 | 12 | 35 | 8 | 28 | 4B | 44 |
| Octal | 352 | 301 | 157 | 0 | 22 | 65 | 10 | 50 | 113 | 104 |
| Binary | 11101010 | 11000001 | 1101111 | 0 | 10010 | 110101 | 1000 | 101000 | 1001011 | 1000100 |
Color Harmonies of #EAC16F
Complementary color
Monochromatic Colors of #EAC16F
Black with #EAC16F
Text Example
Text Example
White with #EAC16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC16F; }
p { color: rgb(234,193,111); }
H1.HeaderClassName
{
color: #EAC16F;
}
.AnyTagClassName
{
color: #EAC16F;
}
</style>
background-color css
<style>
a { background-color: #EAC16F; }
a { background-color: rgb(234,193,111); }
div.DivClassName
{
background-color: #EAC16F;
}
.BgClassName
{
background-color: #EAC16F;
}
</style>
border-color css
<style>
span { border-color: #EAC16F; }
span { border-color: rgb(234,193,111); }
td.TdClassName
{
border-color: #EAC16F;
}
.TagClassName
{
border-color: #EAC16F;
}
</style>