Shades of Harvest Gold #EEC26E
Tints of Harvest Gold #EEC26E
RGB
CMYK
RGB Variations
Color information
#EEC26E (or 0xEEC26E) is known color: Harvest Gold. HEX triplet: EE, C2 and 6E. RGB value is (238,194,110). Sum of RGB (Red+Green+Blue) = 238+194+110=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 110 (43.36% from 255 or 20.30% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC26E is #113D91. Grayscale: #C5C5C5. Windows color (decimal): -1129874 or 7258862. OLE color: 7258862.
HSL color Cylindrical-coordinate representation of color #EEC26E: hue angle of 39.38º 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 #EEC26E is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 110 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.07 |
| HSL | 39.38º | 0.79% | 0.68% | - |
| HSV(B) | 39.38º | 0.54% | 0.93% | - |
| XYZ | 57.37 | 57.89 | 22.9 | - |
| YUV | 197.58 | 78.58 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 110 | 0 | 0.18 | 0.54 | 0.07 | 39.38 | 0.79 | 0.68 |
| Hex | EE | C2 | 6E | 0 | 12 | 36 | 7 | 27 | 4F | 44 |
| Octal | 356 | 302 | 156 | 0 | 22 | 66 | 7 | 47 | 117 | 104 |
| Binary | 11101110 | 11000010 | 1101110 | 0 | 10010 | 110110 | 111 | 100111 | 1001111 | 1000100 |
Color Harmonies of #EEC26E
Complementary color
Monochromatic Colors of #EEC26E
Black with #EEC26E
Text Example
Text Example
White with #EEC26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC26E; }
p { color: rgb(238,194,110); }
H1.HeaderClassName
{
color: #EEC26E;
}
.AnyTagClassName
{
color: #EEC26E;
}
</style>
background-color css
<style>
a { background-color: #EEC26E; }
a { background-color: rgb(238,194,110); }
div.DivClassName
{
background-color: #EEC26E;
}
.BgClassName
{
background-color: #EEC26E;
}
</style>
border-color css
<style>
span { border-color: #EEC26E; }
span { border-color: rgb(238,194,110); }
td.TdClassName
{
border-color: #EEC26E;
}
.TagClassName
{
border-color: #EEC26E;
}
</style>