Shades of Marzipan #ECCB8D
Tints of Marzipan #ECCB8D
RGB
CMYK
RGB Variations
Color information
#ECCB8D (or 0xECCB8D) is known color: Marzipan. HEX triplet: EC, CB and 8D. RGB value is (236,203,141). Sum of RGB (Red+Green+Blue) = 236+203+141=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCB8D is #133472. Grayscale: #CECECE. Windows color (decimal): -1258611 or 9292780. OLE color: 9292780.
HSL color Cylindrical-coordinate representation of color #ECCB8D: hue angle of 39.16º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECCB8D is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 141 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.07 |
| HSL | 39.16º | 0.71% | 0.74% | - |
| HSV(B) | 39.16º | 0.4% | 0.93% | - |
| XYZ | 60.76 | 62.47 | 34.05 | - |
| YUV | 205.8 | 91.43 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 141 | 0 | 0.14 | 0.40 | 0.07 | 39.16 | 0.71 | 0.74 |
| Hex | EC | CB | 8D | 0 | E | 28 | 7 | 27 | 47 | 4A |
| Octal | 354 | 313 | 215 | 0 | 16 | 50 | 7 | 47 | 107 | 112 |
| Binary | 11101100 | 11001011 | 10001101 | 0 | 1110 | 101000 | 111 | 100111 | 1000111 | 1001010 |
Color Harmonies of #ECCB8D
Complementary color
Monochromatic Colors of #ECCB8D
Black with #ECCB8D
Text Example
Text Example
White with #ECCB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB8D; }
p { color: rgb(236,203,141); }
H1.HeaderClassName
{
color: #ECCB8D;
}
.AnyTagClassName
{
color: #ECCB8D;
}
</style>
background-color css
<style>
a { background-color: #ECCB8D; }
a { background-color: rgb(236,203,141); }
div.DivClassName
{
background-color: #ECCB8D;
}
.BgClassName
{
background-color: #ECCB8D;
}
</style>
border-color css
<style>
span { border-color: #ECCB8D; }
span { border-color: rgb(236,203,141); }
td.TdClassName
{
border-color: #ECCB8D;
}
.TagClassName
{
border-color: #ECCB8D;
}
</style>