Shades of Marzipan #EEC686
Tints of Marzipan #EEC686
RGB
CMYK
RGB Variations
Color information
#EEC686 (or 0xEEC686) is known color: Marzipan. HEX triplet: EE, C6 and 86. RGB value is (238,198,134). Sum of RGB (Red+Green+Blue) = 238+198+134=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 134 (52.73% from 255 or 23.51% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC686 is #113979. Grayscale: #CACACA. Windows color (decimal): -1128826 or 8832750. OLE color: 8832750.
HSL color Cylindrical-coordinate representation of color #EEC686: hue angle of 36.92º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEC686 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 134 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.07 |
| HSL | 36.92º | 0.75% | 0.73% | - |
| HSV(B) | 36.92º | 0.44% | 0.93% | - |
| XYZ | 59.76 | 60.29 | 31.04 | - |
| YUV | 202.66 | 89.25 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 134 | 0 | 0.17 | 0.44 | 0.07 | 36.92 | 0.75 | 0.73 |
| Hex | EE | C6 | 86 | 0 | 11 | 2C | 7 | 25 | 4B | 49 |
| Octal | 356 | 306 | 206 | 0 | 21 | 54 | 7 | 45 | 113 | 111 |
| Binary | 11101110 | 11000110 | 10000110 | 0 | 10001 | 101100 | 111 | 100101 | 1001011 | 1001001 |
Color Harmonies of #EEC686
Complementary color
Monochromatic Colors of #EEC686
Black with #EEC686
Text Example
Text Example
White with #EEC686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC686; }
p { color: rgb(238,198,134); }
H1.HeaderClassName
{
color: #EEC686;
}
.AnyTagClassName
{
color: #EEC686;
}
</style>
background-color css
<style>
a { background-color: #EEC686; }
a { background-color: rgb(238,198,134); }
div.DivClassName
{
background-color: #EEC686;
}
.BgClassName
{
background-color: #EEC686;
}
</style>
border-color css
<style>
span { border-color: #EEC686; }
span { border-color: rgb(238,198,134); }
td.TdClassName
{
border-color: #EEC686;
}
.TagClassName
{
border-color: #EEC686;
}
</style>