Shades of Harvest Gold #EEC06C
Tints of Harvest Gold #EEC06C
RGB
CMYK
RGB Variations
Color information
#EEC06C (or 0xEEC06C) is known color: Harvest Gold. HEX triplet: EE, C0 and 6C. RGB value is (238,192,108). Sum of RGB (Red+Green+Blue) = 238+192+108=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC06C is #113F93. Grayscale: #C4C4C4. Windows color (decimal): -1130388 or 7127278. OLE color: 7127278.
HSL color Cylindrical-coordinate representation of color #EEC06C: hue angle of 38.77º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEC06C is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 108 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.07 |
| HSL | 38.77º | 0.79% | 0.68% | - |
| HSV(B) | 38.77º | 0.55% | 0.93% | - |
| XYZ | 56.82 | 56.96 | 22.19 | - |
| YUV | 196.18 | 78.24 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 108 | 0 | 0.19 | 0.55 | 0.07 | 38.77 | 0.79 | 0.68 |
| Hex | EE | C0 | 6C | 0 | 13 | 37 | 7 | 27 | 4F | 44 |
| Octal | 356 | 300 | 154 | 0 | 23 | 67 | 7 | 47 | 117 | 104 |
| Binary | 11101110 | 11000000 | 1101100 | 0 | 10011 | 110111 | 111 | 100111 | 1001111 | 1000100 |
Color Harmonies of #EEC06C
Complementary color
Monochromatic Colors of #EEC06C
Black with #EEC06C
Text Example
Text Example
White with #EEC06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC06C; }
p { color: rgb(238,192,108); }
H1.HeaderClassName
{
color: #EEC06C;
}
.AnyTagClassName
{
color: #EEC06C;
}
</style>
background-color css
<style>
a { background-color: #EEC06C; }
a { background-color: rgb(238,192,108); }
div.DivClassName
{
background-color: #EEC06C;
}
.BgClassName
{
background-color: #EEC06C;
}
</style>
border-color css
<style>
span { border-color: #EEC06C; }
span { border-color: rgb(238,192,108); }
td.TdClassName
{
border-color: #EEC06C;
}
.TagClassName
{
border-color: #EEC06C;
}
</style>