Shades of Marzipan #ECC384
Tints of Marzipan #ECC384
RGB
CMYK
RGB Variations
Color information
#ECC384 (or 0xECC384) is known color: Marzipan. HEX triplet: EC, C3 and 84. RGB value is (236,195,132). Sum of RGB (Red+Green+Blue) = 236+195+132=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 132 (51.95% from 255 or 23.45% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC384 is #133C7B. Grayscale: #C8C8C8. Windows color (decimal): -1260668 or 8700908. OLE color: 8700908.
HSL color Cylindrical-coordinate representation of color #ECC384: hue angle of 36.35º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECC384 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 132 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.07 |
| HSL | 36.35º | 0.73% | 0.72% | - |
| HSV(B) | 36.35º | 0.44% | 0.93% | - |
| XYZ | 58.27 | 58.53 | 30.06 | - |
| YUV | 200.08 | 89.58 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 132 | 0 | 0.17 | 0.44 | 0.07 | 36.35 | 0.73 | 0.72 |
| Hex | EC | C3 | 84 | 0 | 11 | 2C | 7 | 24 | 49 | 48 |
| Octal | 354 | 303 | 204 | 0 | 21 | 54 | 7 | 44 | 111 | 110 |
| Binary | 11101100 | 11000011 | 10000100 | 0 | 10001 | 101100 | 111 | 100100 | 1001001 | 1001000 |
Color Harmonies of #ECC384
Complementary color
Monochromatic Colors of #ECC384
Black with #ECC384
Text Example
Text Example
White with #ECC384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC384; }
p { color: rgb(236,195,132); }
H1.HeaderClassName
{
color: #ECC384;
}
.AnyTagClassName
{
color: #ECC384;
}
</style>
background-color css
<style>
a { background-color: #ECC384; }
a { background-color: rgb(236,195,132); }
div.DivClassName
{
background-color: #ECC384;
}
.BgClassName
{
background-color: #ECC384;
}
</style>
border-color css
<style>
span { border-color: #ECC384; }
span { border-color: rgb(236,195,132); }
td.TdClassName
{
border-color: #ECC384;
}
.TagClassName
{
border-color: #ECC384;
}
</style>