Shades of Harvest Gold #EEC26C
Tints of Harvest Gold #EEC26C
RGB
CMYK
RGB Variations
Color information
#EEC26C (or 0xEEC26C) is known color: Harvest Gold. HEX triplet: EE, C2 and 6C. RGB value is (238,194,108). Sum of RGB (Red+Green+Blue) = 238+194+108=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 108 (42.58% from 255 or 20% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC26C is #113D93. Grayscale: #C5C5C5. Windows color (decimal): -1129876 or 7127790. OLE color: 7127790.
HSL color Cylindrical-coordinate representation of color #EEC26C: hue angle of 39.69º 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 #EEC26C is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 108 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.07 |
| HSL | 39.69º | 0.79% | 0.68% | - |
| HSV(B) | 39.69º | 0.55% | 0.93% | - |
| XYZ | 57.26 | 57.84 | 22.33 | - |
| YUV | 197.35 | 77.58 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 108 | 0 | 0.18 | 0.55 | 0.07 | 39.69 | 0.79 | 0.68 |
| Hex | EE | C2 | 6C | 0 | 12 | 37 | 7 | 28 | 4F | 44 |
| Octal | 356 | 302 | 154 | 0 | 22 | 67 | 7 | 50 | 117 | 104 |
| Binary | 11101110 | 11000010 | 1101100 | 0 | 10010 | 110111 | 111 | 101000 | 1001111 | 1000100 |
Color Harmonies of #EEC26C
Complementary color
Monochromatic Colors of #EEC26C
Black with #EEC26C
Text Example
Text Example
White with #EEC26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC26C; }
p { color: rgb(238,194,108); }
H1.HeaderClassName
{
color: #EEC26C;
}
.AnyTagClassName
{
color: #EEC26C;
}
</style>
background-color css
<style>
a { background-color: #EEC26C; }
a { background-color: rgb(238,194,108); }
div.DivClassName
{
background-color: #EEC26C;
}
.BgClassName
{
background-color: #EEC26C;
}
</style>
border-color css
<style>
span { border-color: #EEC26C; }
span { border-color: rgb(238,194,108); }
td.TdClassName
{
border-color: #EEC26C;
}
.TagClassName
{
border-color: #EEC26C;
}
</style>