Shades of Harvest Gold #EEC16C
Tints of Harvest Gold #EEC16C
RGB
CMYK
RGB Variations
Color information
#EEC16C (or 0xEEC16C) is known color: Harvest Gold. HEX triplet: EE, C1 and 6C. RGB value is (238,193,108). Sum of RGB (Red+Green+Blue) = 238+193+108=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC16C is #113E93. Grayscale: #C5C5C5. Windows color (decimal): -1130132 or 7127534. OLE color: 7127534.
HSL color Cylindrical-coordinate representation of color #EEC16C: hue angle of 39.23º 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 #EEC16C is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 193 | 108 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.07 |
| HSL | 39.23º | 0.79% | 0.68% | - |
| HSV(B) | 39.23º | 0.55% | 0.93% | - |
| XYZ | 57.04 | 57.4 | 22.26 | - |
| YUV | 196.77 | 77.91 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 108 | 0 | 0.19 | 0.55 | 0.07 | 39.23 | 0.79 | 0.68 |
| Hex | EE | C1 | 6C | 0 | 13 | 37 | 7 | 27 | 4F | 44 |
| Octal | 356 | 301 | 154 | 0 | 23 | 67 | 7 | 47 | 117 | 104 |
| Binary | 11101110 | 11000001 | 1101100 | 0 | 10011 | 110111 | 111 | 100111 | 1001111 | 1000100 |
Color Harmonies of #EEC16C
Complementary color
Monochromatic Colors of #EEC16C
Black with #EEC16C
Text Example
Text Example
White with #EEC16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC16C; }
p { color: rgb(238,193,108); }
H1.HeaderClassName
{
color: #EEC16C;
}
.AnyTagClassName
{
color: #EEC16C;
}
</style>
background-color css
<style>
a { background-color: #EEC16C; }
a { background-color: rgb(238,193,108); }
div.DivClassName
{
background-color: #EEC16C;
}
.BgClassName
{
background-color: #EEC16C;
}
</style>
border-color css
<style>
span { border-color: #EEC16C; }
span { border-color: rgb(238,193,108); }
td.TdClassName
{
border-color: #EEC16C;
}
.TagClassName
{
border-color: #EEC16C;
}
</style>