Shades of Marzipan #EECA8B
Tints of Marzipan #EECA8B
RGB
CMYK
RGB Variations
Color information
#EECA8B (or 0xEECA8B) is known color: Marzipan. HEX triplet: EE, CA and 8B. RGB value is (238,202,139). Sum of RGB (Red+Green+Blue) = 238+202+139=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 139 (54.69% from 255 or 24.01% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECA8B is #113574. Grayscale: #CDCDCD. Windows color (decimal): -1127797 or 9161454. OLE color: 9161454.
HSL color Cylindrical-coordinate representation of color #EECA8B: hue angle of 38.18º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EECA8B is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 139 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.07 |
| HSL | 38.18º | 0.74% | 0.74% | - |
| HSV(B) | 38.18º | 0.42% | 0.93% | - |
| XYZ | 61.04 | 62.28 | 33.23 | - |
| YUV | 205.58 | 90.43 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 139 | 0 | 0.15 | 0.42 | 0.07 | 38.18 | 0.74 | 0.74 |
| Hex | EE | CA | 8B | 0 | F | 2A | 7 | 26 | 4A | 4A |
| Octal | 356 | 312 | 213 | 0 | 17 | 52 | 7 | 46 | 112 | 112 |
| Binary | 11101110 | 11001010 | 10001011 | 0 | 1111 | 101010 | 111 | 100110 | 1001010 | 1001010 |
Color Harmonies of #EECA8B
Complementary color
Monochromatic Colors of #EECA8B
Black with #EECA8B
Text Example
Text Example
White with #EECA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA8B; }
p { color: rgb(238,202,139); }
H1.HeaderClassName
{
color: #EECA8B;
}
.AnyTagClassName
{
color: #EECA8B;
}
</style>
background-color css
<style>
a { background-color: #EECA8B; }
a { background-color: rgb(238,202,139); }
div.DivClassName
{
background-color: #EECA8B;
}
.BgClassName
{
background-color: #EECA8B;
}
</style>
border-color css
<style>
span { border-color: #EECA8B; }
span { border-color: rgb(238,202,139); }
td.TdClassName
{
border-color: #EECA8B;
}
.TagClassName
{
border-color: #EECA8B;
}
</style>