Shades of Marzipan #EECA80
Tints of Marzipan #EECA80
RGB
CMYK
RGB Variations
Color information
#EECA80 (or 0xEECA80) is known color: Marzipan. HEX triplet: EE, CA and 80. RGB value is (238,202,128). Sum of RGB (Red+Green+Blue) = 238+202+128=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 128 (50.39% from 255 or 22.54% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECA80 is #11357F. Grayscale: #CCCCCC. Windows color (decimal): -1127808 or 8440558. OLE color: 8440558.
HSL color Cylindrical-coordinate representation of color #EECA80: hue angle of 40.36º 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 #EECA80 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 128 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.07 |
| HSL | 40.36º | 0.76% | 0.72% | - |
| HSV(B) | 40.36º | 0.46% | 0.93% | - |
| XYZ | 60.28 | 61.98 | 29.21 | - |
| YUV | 204.33 | 84.93 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 128 | 0 | 0.15 | 0.46 | 0.07 | 40.36 | 0.76 | 0.72 |
| Hex | EE | CA | 80 | 0 | F | 2E | 7 | 28 | 4C | 48 |
| Octal | 356 | 312 | 200 | 0 | 17 | 56 | 7 | 50 | 114 | 110 |
| Binary | 11101110 | 11001010 | 10000000 | 0 | 1111 | 101110 | 111 | 101000 | 1001100 | 1001000 |
Color Harmonies of #EECA80
Complementary color
Monochromatic Colors of #EECA80
Black with #EECA80
Text Example
Text Example
White with #EECA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA80; }
p { color: rgb(238,202,128); }
H1.HeaderClassName
{
color: #EECA80;
}
.AnyTagClassName
{
color: #EECA80;
}
</style>
background-color css
<style>
a { background-color: #EECA80; }
a { background-color: rgb(238,202,128); }
div.DivClassName
{
background-color: #EECA80;
}
.BgClassName
{
background-color: #EECA80;
}
</style>
border-color css
<style>
span { border-color: #EECA80; }
span { border-color: rgb(238,202,128); }
td.TdClassName
{
border-color: #EECA80;
}
.TagClassName
{
border-color: #EECA80;
}
</style>