Shades of Marzipan #ECCB8C
Tints of Marzipan #ECCB8C
RGB
CMYK
RGB Variations
Color information
#ECCB8C (or 0xECCB8C) is known color: Marzipan. HEX triplet: EC, CB and 8C. RGB value is (236,203,140). Sum of RGB (Red+Green+Blue) = 236+203+140=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCB8C is #133473. Grayscale: #CDCDCD. Windows color (decimal): -1258612 or 9227244. OLE color: 9227244.
HSL color Cylindrical-coordinate representation of color #ECCB8C: hue angle of 39.38º degrees, saturation: 0.72, 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 #ECCB8C is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 140 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.07 |
| HSL | 39.38º | 0.72% | 0.74% | - |
| HSV(B) | 39.38º | 0.41% | 0.93% | - |
| XYZ | 60.68 | 62.44 | 33.66 | - |
| YUV | 205.69 | 90.93 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 140 | 0 | 0.14 | 0.41 | 0.07 | 39.38 | 0.72 | 0.74 |
| Hex | EC | CB | 8C | 0 | E | 29 | 7 | 27 | 48 | 4A |
| Octal | 354 | 313 | 214 | 0 | 16 | 51 | 7 | 47 | 110 | 112 |
| Binary | 11101100 | 11001011 | 10001100 | 0 | 1110 | 101001 | 111 | 100111 | 1001000 | 1001010 |
Color Harmonies of #ECCB8C
Complementary color
Monochromatic Colors of #ECCB8C
Black with #ECCB8C
Text Example
Text Example
White with #ECCB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB8C; }
p { color: rgb(236,203,140); }
H1.HeaderClassName
{
color: #ECCB8C;
}
.AnyTagClassName
{
color: #ECCB8C;
}
</style>
background-color css
<style>
a { background-color: #ECCB8C; }
a { background-color: rgb(236,203,140); }
div.DivClassName
{
background-color: #ECCB8C;
}
.BgClassName
{
background-color: #ECCB8C;
}
</style>
border-color css
<style>
span { border-color: #ECCB8C; }
span { border-color: rgb(236,203,140); }
td.TdClassName
{
border-color: #ECCB8C;
}
.TagClassName
{
border-color: #ECCB8C;
}
</style>