Shades of Marzipan #EECE80
Tints of Marzipan #EECE80
RGB
CMYK
RGB Variations
Color information
#EECE80 (or 0xEECE80) is known color: Marzipan. HEX triplet: EE, CE and 80. RGB value is (238,206,128). Sum of RGB (Red+Green+Blue) = 238+206+128=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 128 (50.39% from 255 or 22.38% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECE80 is #11317F. Grayscale: #CFCFCF. Windows color (decimal): -1126784 or 8441582. OLE color: 8441582.
HSL color Cylindrical-coordinate representation of color #EECE80: hue angle of 42.55º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EECE80 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 128 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.07 |
| HSL | 42.55º | 0.76% | 0.72% | - |
| HSV(B) | 42.55º | 0.46% | 0.93% | - |
| XYZ | 61.23 | 63.88 | 29.52 | - |
| YUV | 206.68 | 83.6 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 128 | 0 | 0.13 | 0.46 | 0.07 | 42.55 | 0.76 | 0.72 |
| Hex | EE | CE | 80 | 0 | D | 2E | 7 | 2B | 4C | 48 |
| Octal | 356 | 316 | 200 | 0 | 15 | 56 | 7 | 53 | 114 | 110 |
| Binary | 11101110 | 11001110 | 10000000 | 0 | 1101 | 101110 | 111 | 101011 | 1001100 | 1001000 |
Color Harmonies of #EECE80
Complementary color
Monochromatic Colors of #EECE80
Black with #EECE80
Text Example
Text Example
White with #EECE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE80; }
p { color: rgb(238,206,128); }
H1.HeaderClassName
{
color: #EECE80;
}
.AnyTagClassName
{
color: #EECE80;
}
</style>
background-color css
<style>
a { background-color: #EECE80; }
a { background-color: rgb(238,206,128); }
div.DivClassName
{
background-color: #EECE80;
}
.BgClassName
{
background-color: #EECE80;
}
</style>
border-color css
<style>
span { border-color: #EECE80; }
span { border-color: rgb(238,206,128); }
td.TdClassName
{
border-color: #EECE80;
}
.TagClassName
{
border-color: #EECE80;
}
</style>