Shades of Marzipan #EECC8C
Tints of Marzipan #EECC8C
RGB
CMYK
RGB Variations
Color information
#EECC8C (or 0xEECC8C) is known color: Marzipan. HEX triplet: EE, CC and 8C. RGB value is (238,204,140). Sum of RGB (Red+Green+Blue) = 238+204+140=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 140 (55.08% from 255 or 24.05% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECC8C is #113373. Grayscale: #CFCFCF. Windows color (decimal): -1127284 or 9227502. OLE color: 9227502.
HSL color Cylindrical-coordinate representation of color #EECC8C: hue angle of 39.18º 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 #EECC8C is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 140 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.07 |
| HSL | 39.18º | 0.74% | 0.74% | - |
| HSV(B) | 39.18º | 0.41% | 0.93% | - |
| XYZ | 61.59 | 63.26 | 33.77 | - |
| YUV | 206.87 | 90.26 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 140 | 0 | 0.14 | 0.41 | 0.07 | 39.18 | 0.74 | 0.74 |
| Hex | EE | CC | 8C | 0 | E | 29 | 7 | 27 | 4A | 4A |
| Octal | 356 | 314 | 214 | 0 | 16 | 51 | 7 | 47 | 112 | 112 |
| Binary | 11101110 | 11001100 | 10001100 | 0 | 1110 | 101001 | 111 | 100111 | 1001010 | 1001010 |
Color Harmonies of #EECC8C
Complementary color
Monochromatic Colors of #EECC8C
Black with #EECC8C
Text Example
Text Example
White with #EECC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECC8C; }
p { color: rgb(238,204,140); }
H1.HeaderClassName
{
color: #EECC8C;
}
.AnyTagClassName
{
color: #EECC8C;
}
</style>
background-color css
<style>
a { background-color: #EECC8C; }
a { background-color: rgb(238,204,140); }
div.DivClassName
{
background-color: #EECC8C;
}
.BgClassName
{
background-color: #EECC8C;
}
</style>
border-color css
<style>
span { border-color: #EECC8C; }
span { border-color: rgb(238,204,140); }
td.TdClassName
{
border-color: #EECC8C;
}
.TagClassName
{
border-color: #EECC8C;
}
</style>