Shades of Harvest Gold #EEC26D
Tints of Harvest Gold #EEC26D
RGB
CMYK
RGB Variations
Color information
#EEC26D (or 0xEEC26D) is known color: Harvest Gold. HEX triplet: EE, C2 and 6D. RGB value is (238,194,109). Sum of RGB (Red+Green+Blue) = 238+194+109=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 109 (42.97% from 255 or 20.15% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC26D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC26D is #113D92. Grayscale: #C5C5C5. Windows color (decimal): -1129875 or 7193326. OLE color: 7193326.
HSL color Cylindrical-coordinate representation of color #EEC26D: hue angle of 39.53º 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 #EEC26D is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 109 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.07 |
| HSL | 39.53º | 0.79% | 0.68% | - |
| HSV(B) | 39.53º | 0.54% | 0.93% | - |
| XYZ | 57.31 | 57.86 | 22.62 | - |
| YUV | 197.47 | 78.08 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 109 | 0 | 0.18 | 0.54 | 0.07 | 39.53 | 0.79 | 0.68 |
| Hex | EE | C2 | 6D | 0 | 12 | 36 | 7 | 28 | 4F | 44 |
| Octal | 356 | 302 | 155 | 0 | 22 | 66 | 7 | 50 | 117 | 104 |
| Binary | 11101110 | 11000010 | 1101101 | 0 | 10010 | 110110 | 111 | 101000 | 1001111 | 1000100 |
Color Harmonies of #EEC26D
Complementary color
Monochromatic Colors of #EEC26D
Black with #EEC26D
Text Example
Text Example
White with #EEC26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC26D; }
p { color: rgb(238,194,109); }
H1.HeaderClassName
{
color: #EEC26D;
}
.AnyTagClassName
{
color: #EEC26D;
}
</style>
background-color css
<style>
a { background-color: #EEC26D; }
a { background-color: rgb(238,194,109); }
div.DivClassName
{
background-color: #EEC26D;
}
.BgClassName
{
background-color: #EEC26D;
}
</style>
border-color css
<style>
span { border-color: #EEC26D; }
span { border-color: rgb(238,194,109); }
td.TdClassName
{
border-color: #EEC26D;
}
.TagClassName
{
border-color: #EEC26D;
}
</style>