Shades of Marzipan #EECB86
Tints of Marzipan #EECB86
RGB
CMYK
RGB Variations
Color information
#EECB86 (or 0xEECB86) is known color: Marzipan. HEX triplet: EE, CB and 86. RGB value is (238,203,134). Sum of RGB (Red+Green+Blue) = 238+203+134=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 134 (52.73% from 255 or 23.30% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECB86 is #113479. Grayscale: #CDCDCD. Windows color (decimal): -1127546 or 8834030. OLE color: 8834030.
HSL color Cylindrical-coordinate representation of color #EECB86: hue angle of 39.81º 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 #EECB86 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 134 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.07 |
| HSL | 39.81º | 0.75% | 0.73% | - |
| HSV(B) | 39.81º | 0.44% | 0.93% | - |
| XYZ | 60.92 | 62.61 | 31.43 | - |
| YUV | 205.6 | 87.6 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 134 | 0 | 0.15 | 0.44 | 0.07 | 39.81 | 0.75 | 0.73 |
| Hex | EE | CB | 86 | 0 | F | 2C | 7 | 28 | 4B | 49 |
| Octal | 356 | 313 | 206 | 0 | 17 | 54 | 7 | 50 | 113 | 111 |
| Binary | 11101110 | 11001011 | 10000110 | 0 | 1111 | 101100 | 111 | 101000 | 1001011 | 1001001 |
Color Harmonies of #EECB86
Complementary color
Monochromatic Colors of #EECB86
Black with #EECB86
Text Example
Text Example
White with #EECB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB86; }
p { color: rgb(238,203,134); }
H1.HeaderClassName
{
color: #EECB86;
}
.AnyTagClassName
{
color: #EECB86;
}
</style>
background-color css
<style>
a { background-color: #EECB86; }
a { background-color: rgb(238,203,134); }
div.DivClassName
{
background-color: #EECB86;
}
.BgClassName
{
background-color: #EECB86;
}
</style>
border-color css
<style>
span { border-color: #EECB86; }
span { border-color: rgb(238,203,134); }
td.TdClassName
{
border-color: #EECB86;
}
.TagClassName
{
border-color: #EECB86;
}
</style>