Shades of Harvest Gold #EEC16D
Tints of Harvest Gold #EEC16D
RGB
CMYK
RGB Variations
Color information
#EEC16D (or 0xEEC16D) is known color: Harvest Gold. HEX triplet: EE, C1 and 6D. RGB value is (238,193,109). Sum of RGB (Red+Green+Blue) = 238+193+109=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 109 (42.97% from 255 or 20.19% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC16D is #113E92. Grayscale: #C5C5C5. Windows color (decimal): -1130131 or 7193070. OLE color: 7193070.
HSL color Cylindrical-coordinate representation of color #EEC16D: hue angle of 39.07º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EEC16D is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 193 | 109 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.07 |
| HSL | 39.07º | 0.79% | 0.68% | - |
| HSV(B) | 39.07º | 0.54% | 0.93% | - |
| XYZ | 57.09 | 57.42 | 22.54 | - |
| YUV | 196.88 | 78.41 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 109 | 0 | 0.19 | 0.54 | 0.07 | 39.07 | 0.79 | 0.68 |
| Hex | EE | C1 | 6D | 0 | 13 | 36 | 7 | 27 | 4F | 44 |
| Octal | 356 | 301 | 155 | 0 | 23 | 66 | 7 | 47 | 117 | 104 |
| Binary | 11101110 | 11000001 | 1101101 | 0 | 10011 | 110110 | 111 | 100111 | 1001111 | 1000100 |
Color Harmonies of #EEC16D
Complementary color
Monochromatic Colors of #EEC16D
Black with #EEC16D
Text Example
Text Example
White with #EEC16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC16D; }
p { color: rgb(238,193,109); }
H1.HeaderClassName
{
color: #EEC16D;
}
.AnyTagClassName
{
color: #EEC16D;
}
</style>
background-color css
<style>
a { background-color: #EEC16D; }
a { background-color: rgb(238,193,109); }
div.DivClassName
{
background-color: #EEC16D;
}
.BgClassName
{
background-color: #EEC16D;
}
</style>
border-color css
<style>
span { border-color: #EEC16D; }
span { border-color: rgb(238,193,109); }
td.TdClassName
{
border-color: #EEC16D;
}
.TagClassName
{
border-color: #EEC16D;
}
</style>