Shades of Marzipan #EEC885
Tints of Marzipan #EEC885
RGB
CMYK
RGB Variations
Color information
#EEC885 (or 0xEEC885) is known color: Marzipan. HEX triplet: EE, C8 and 85. RGB value is (238,200,133). Sum of RGB (Red+Green+Blue) = 238+200+133=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 133 (52.34% from 255 or 23.29% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC885 is #11377A. Grayscale: #CCCCCC. Windows color (decimal): -1128315 or 8767726. OLE color: 8767726.
HSL color Cylindrical-coordinate representation of color #EEC885: hue angle of 38.29º degrees, saturation: 0.76, 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 #EEC885 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 133 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.07 |
| HSL | 38.29º | 0.76% | 0.73% | - |
| HSV(B) | 38.29º | 0.44% | 0.93% | - |
| XYZ | 60.15 | 61.18 | 30.83 | - |
| YUV | 203.72 | 88.09 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 133 | 0 | 0.16 | 0.44 | 0.07 | 38.29 | 0.76 | 0.73 |
| Hex | EE | C8 | 85 | 0 | 10 | 2C | 7 | 26 | 4C | 49 |
| Octal | 356 | 310 | 205 | 0 | 20 | 54 | 7 | 46 | 114 | 111 |
| Binary | 11101110 | 11001000 | 10000101 | 0 | 10000 | 101100 | 111 | 100110 | 1001100 | 1001001 |
Color Harmonies of #EEC885
Complementary color
Monochromatic Colors of #EEC885
Black with #EEC885
Text Example
Text Example
White with #EEC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC885; }
p { color: rgb(238,200,133); }
H1.HeaderClassName
{
color: #EEC885;
}
.AnyTagClassName
{
color: #EEC885;
}
</style>
background-color css
<style>
a { background-color: #EEC885; }
a { background-color: rgb(238,200,133); }
div.DivClassName
{
background-color: #EEC885;
}
.BgClassName
{
background-color: #EEC885;
}
</style>
border-color css
<style>
span { border-color: #EEC885; }
span { border-color: rgb(238,200,133); }
td.TdClassName
{
border-color: #EEC885;
}
.TagClassName
{
border-color: #EEC885;
}
</style>