Shades of Marzipan #EECD80
Tints of Marzipan #EECD80
RGB
CMYK
RGB Variations
Color information
#EECD80 (or 0xEECD80) is known color: Marzipan. HEX triplet: EE, CD and 80. RGB value is (238,205,128). Sum of RGB (Red+Green+Blue) = 238+205+128=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECD80 is #11327F. Grayscale: #CECECE. Windows color (decimal): -1127040 or 8441326. OLE color: 8441326.
HSL color Cylindrical-coordinate representation of color #EECD80: hue angle of 42º 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 #EECD80 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 128 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.07 |
| HSL | 42º | 0.76% | 0.72% | - |
| HSV(B) | 42º | 0.46% | 0.93% | - |
| XYZ | 60.99 | 63.4 | 29.44 | - |
| YUV | 206.09 | 83.93 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 128 | 0 | 0.14 | 0.46 | 0.07 | 42 | 0.76 | 0.72 |
| Hex | EE | CD | 80 | 0 | E | 2E | 7 | 2A | 4C | 48 |
| Octal | 356 | 315 | 200 | 0 | 16 | 56 | 7 | 52 | 114 | 110 |
| Binary | 11101110 | 11001101 | 10000000 | 0 | 1110 | 101110 | 111 | 101010 | 1001100 | 1001000 |
Color Harmonies of #EECD80
Complementary color
Monochromatic Colors of #EECD80
Black with #EECD80
Text Example
Text Example
White with #EECD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECD80; }
p { color: rgb(238,205,128); }
H1.HeaderClassName
{
color: #EECD80;
}
.AnyTagClassName
{
color: #EECD80;
}
</style>
background-color css
<style>
a { background-color: #EECD80; }
a { background-color: rgb(238,205,128); }
div.DivClassName
{
background-color: #EECD80;
}
.BgClassName
{
background-color: #EECD80;
}
</style>
border-color css
<style>
span { border-color: #EECD80; }
span { border-color: rgb(238,205,128); }
td.TdClassName
{
border-color: #EECD80;
}
.TagClassName
{
border-color: #EECD80;
}
</style>