Shades of Marzipan #EECE86
Tints of Marzipan #EECE86
RGB
CMYK
RGB Variations
Color information
#EECE86 (or 0xEECE86) is known color: Marzipan. HEX triplet: EE, CE and 86. RGB value is (238,206,134). Sum of RGB (Red+Green+Blue) = 238+206+134=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 134 (52.73% from 255 or 23.18% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECE86 is #113179. Grayscale: #CFCFCF. Windows color (decimal): -1126778 or 8834798. OLE color: 8834798.
HSL color Cylindrical-coordinate representation of color #EECE86: hue angle of 41.54º 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 #EECE86 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 134 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.07 |
| HSL | 41.54º | 0.75% | 0.73% | - |
| HSV(B) | 41.54º | 0.44% | 0.93% | - |
| XYZ | 61.63 | 64.04 | 31.67 | - |
| YUV | 207.36 | 86.6 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 134 | 0 | 0.13 | 0.44 | 0.07 | 41.54 | 0.75 | 0.73 |
| Hex | EE | CE | 86 | 0 | D | 2C | 7 | 2A | 4B | 49 |
| Octal | 356 | 316 | 206 | 0 | 15 | 54 | 7 | 52 | 113 | 111 |
| Binary | 11101110 | 11001110 | 10000110 | 0 | 1101 | 101100 | 111 | 101010 | 1001011 | 1001001 |
Color Harmonies of #EECE86
Complementary color
Monochromatic Colors of #EECE86
Black with #EECE86
Text Example
Text Example
White with #EECE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE86; }
p { color: rgb(238,206,134); }
H1.HeaderClassName
{
color: #EECE86;
}
.AnyTagClassName
{
color: #EECE86;
}
</style>
background-color css
<style>
a { background-color: #EECE86; }
a { background-color: rgb(238,206,134); }
div.DivClassName
{
background-color: #EECE86;
}
.BgClassName
{
background-color: #EECE86;
}
</style>
border-color css
<style>
span { border-color: #EECE86; }
span { border-color: rgb(238,206,134); }
td.TdClassName
{
border-color: #EECE86;
}
.TagClassName
{
border-color: #EECE86;
}
</style>