Shades of Marzipan #ECCE8A
Tints of Marzipan #ECCE8A
RGB
CMYK
RGB Variations
Color information
#ECCE8A (or 0xECCE8A) is known color: Marzipan. HEX triplet: EC, CE and 8A. RGB value is (236,206,138). Sum of RGB (Red+Green+Blue) = 236+206+138=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 138 (54.30% from 255 or 23.79% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCE8A is #133175. Grayscale: #CFCFCF. Windows color (decimal): -1257846 or 9096940. OLE color: 9096940.
HSL color Cylindrical-coordinate representation of color #ECCE8A: hue angle of 41.63º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECCE8A is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 138 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.07 |
| HSL | 41.63º | 0.72% | 0.73% | - |
| HSV(B) | 41.63º | 0.42% | 0.93% | - |
| XYZ | 61.25 | 63.81 | 33.13 | - |
| YUV | 207.22 | 88.94 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 138 | 0 | 0.13 | 0.42 | 0.07 | 41.63 | 0.72 | 0.73 |
| Hex | EC | CE | 8A | 0 | D | 2A | 7 | 2A | 48 | 49 |
| Octal | 354 | 316 | 212 | 0 | 15 | 52 | 7 | 52 | 110 | 111 |
| Binary | 11101100 | 11001110 | 10001010 | 0 | 1101 | 101010 | 111 | 101010 | 1001000 | 1001001 |
Color Harmonies of #ECCE8A
Complementary color
Monochromatic Colors of #ECCE8A
Black with #ECCE8A
Text Example
Text Example
White with #ECCE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE8A; }
p { color: rgb(236,206,138); }
H1.HeaderClassName
{
color: #ECCE8A;
}
.AnyTagClassName
{
color: #ECCE8A;
}
</style>
background-color css
<style>
a { background-color: #ECCE8A; }
a { background-color: rgb(236,206,138); }
div.DivClassName
{
background-color: #ECCE8A;
}
.BgClassName
{
background-color: #ECCE8A;
}
</style>
border-color css
<style>
span { border-color: #ECCE8A; }
span { border-color: rgb(236,206,138); }
td.TdClassName
{
border-color: #ECCE8A;
}
.TagClassName
{
border-color: #ECCE8A;
}
</style>