Shades of Marzipan #ECC284
Tints of Marzipan #ECC284
RGB
CMYK
RGB Variations
Color information
#ECC284 (or 0xECC284) is known color: Marzipan. HEX triplet: EC, C2 and 84. RGB value is (236,194,132). Sum of RGB (Red+Green+Blue) = 236+194+132=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 132 (51.95% from 255 or 23.49% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC284 is #133D7B. Grayscale: #C7C7C7. Windows color (decimal): -1260924 or 8700652. OLE color: 8700652.
HSL color Cylindrical-coordinate representation of color #ECC284: hue angle of 35.77º 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 #ECC284 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 132 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.07 |
| HSL | 35.77º | 0.73% | 0.72% | - |
| HSV(B) | 35.77º | 0.44% | 0.93% | - |
| XYZ | 58.05 | 58.08 | 29.98 | - |
| YUV | 199.49 | 89.91 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 132 | 0 | 0.18 | 0.44 | 0.07 | 35.77 | 0.73 | 0.72 |
| Hex | EC | C2 | 84 | 0 | 12 | 2C | 7 | 24 | 49 | 48 |
| Octal | 354 | 302 | 204 | 0 | 22 | 54 | 7 | 44 | 111 | 110 |
| Binary | 11101100 | 11000010 | 10000100 | 0 | 10010 | 101100 | 111 | 100100 | 1001001 | 1001000 |
Color Harmonies of #ECC284
Complementary color
Monochromatic Colors of #ECC284
Black with #ECC284
Text Example
Text Example
White with #ECC284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC284; }
p { color: rgb(236,194,132); }
H1.HeaderClassName
{
color: #ECC284;
}
.AnyTagClassName
{
color: #ECC284;
}
</style>
background-color css
<style>
a { background-color: #ECC284; }
a { background-color: rgb(236,194,132); }
div.DivClassName
{
background-color: #ECC284;
}
.BgClassName
{
background-color: #ECC284;
}
</style>
border-color css
<style>
span { border-color: #ECC284; }
span { border-color: rgb(236,194,132); }
td.TdClassName
{
border-color: #ECC284;
}
.TagClassName
{
border-color: #ECC284;
}
</style>