Shades of Marzipan #EECA8C
Tints of Marzipan #EECA8C
RGB
CMYK
RGB Variations
Color information
#EECA8C (or 0xEECA8C) is known color: Marzipan. HEX triplet: EE, CA and 8C. RGB value is (238,202,140). Sum of RGB (Red+Green+Blue) = 238+202+140=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECA8C is #113573. Grayscale: #CDCDCD. Windows color (decimal): -1127796 or 9226990. OLE color: 9226990.
HSL color Cylindrical-coordinate representation of color #EECA8C: hue angle of 37.96º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EECA8C is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 140 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.07 |
| HSL | 37.96º | 0.74% | 0.74% | - |
| HSV(B) | 37.96º | 0.41% | 0.93% | - |
| XYZ | 61.11 | 62.31 | 33.62 | - |
| YUV | 205.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 140 | 0 | 0.15 | 0.41 | 0.07 | 37.96 | 0.74 | 0.74 |
| Hex | EE | CA | 8C | 0 | F | 29 | 7 | 26 | 4A | 4A |
| Octal | 356 | 312 | 214 | 0 | 17 | 51 | 7 | 46 | 112 | 112 |
| Binary | 11101110 | 11001010 | 10001100 | 0 | 1111 | 101001 | 111 | 100110 | 1001010 | 1001010 |
Color Harmonies of #EECA8C
Complementary color
Monochromatic Colors of #EECA8C
Black with #EECA8C
Text Example
Text Example
White with #EECA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA8C; }
p { color: rgb(238,202,140); }
H1.HeaderClassName
{
color: #EECA8C;
}
.AnyTagClassName
{
color: #EECA8C;
}
</style>
background-color css
<style>
a { background-color: #EECA8C; }
a { background-color: rgb(238,202,140); }
div.DivClassName
{
background-color: #EECA8C;
}
.BgClassName
{
background-color: #EECA8C;
}
</style>
border-color css
<style>
span { border-color: #EECA8C; }
span { border-color: rgb(238,202,140); }
td.TdClassName
{
border-color: #EECA8C;
}
.TagClassName
{
border-color: #EECA8C;
}
</style>