Shades of Harvest Gold #EEC266
Tints of Harvest Gold #EEC266
RGB
CMYK
RGB Variations
Color information
#EEC266 (or 0xEEC266) is known color: Harvest Gold. HEX triplet: EE, C2 and 66. RGB value is (238,194,102). Sum of RGB (Red+Green+Blue) = 238+194+102=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 102 (40.23% from 255 or 19.10% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC266 is #113D99. Grayscale: #C5C5C5. Windows color (decimal): -1129882 or 6734574. OLE color: 6734574.
HSL color Cylindrical-coordinate representation of color #EEC266: hue angle of 40.59º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EEC266 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 102 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.07 |
| HSL | 40.59º | 0.8% | 0.67% | - |
| HSV(B) | 40.59º | 0.57% | 0.93% | - |
| XYZ | 56.95 | 57.72 | 20.71 | - |
| YUV | 196.67 | 74.58 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 102 | 0 | 0.18 | 0.57 | 0.07 | 40.59 | 0.8 | 0.67 |
| Hex | EE | C2 | 66 | 0 | 12 | 39 | 7 | 29 | 50 | 43 |
| Octal | 356 | 302 | 146 | 0 | 22 | 71 | 7 | 51 | 120 | 103 |
| Binary | 11101110 | 11000010 | 1100110 | 0 | 10010 | 111001 | 111 | 101001 | 1010000 | 1000011 |
Color Harmonies of #EEC266
Complementary color
Monochromatic Colors of #EEC266
Black with #EEC266
Text Example
Text Example
White with #EEC266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC266; }
p { color: rgb(238,194,102); }
H1.HeaderClassName
{
color: #EEC266;
}
.AnyTagClassName
{
color: #EEC266;
}
</style>
background-color css
<style>
a { background-color: #EEC266; }
a { background-color: rgb(238,194,102); }
div.DivClassName
{
background-color: #EEC266;
}
.BgClassName
{
background-color: #EEC266;
}
</style>
border-color css
<style>
span { border-color: #EEC266; }
span { border-color: rgb(238,194,102); }
td.TdClassName
{
border-color: #EEC266;
}
.TagClassName
{
border-color: #EEC266;
}
</style>