Shades of Marzipan #ECC882
Tints of Marzipan #ECC882
RGB
CMYK
RGB Variations
Color information
#ECC882 (or 0xECC882) is known color: Marzipan. HEX triplet: EC, C8 and 82. RGB value is (236,200,130). Sum of RGB (Red+Green+Blue) = 236+200+130=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 130 (51.17% from 255 or 22.97% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC882 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC882 is #13377D. Grayscale: #CBCBCB. Windows color (decimal): -1259390 or 8571116. OLE color: 8571116.
HSL color Cylindrical-coordinate representation of color #ECC882: hue angle of 39.62º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECC882 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 130 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.07 |
| HSL | 39.62º | 0.74% | 0.72% | - |
| HSV(B) | 39.62º | 0.45% | 0.93% | - |
| XYZ | 59.28 | 60.75 | 29.72 | - |
| YUV | 202.78 | 86.93 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 130 | 0 | 0.15 | 0.45 | 0.07 | 39.62 | 0.74 | 0.72 |
| Hex | EC | C8 | 82 | 0 | F | 2D | 7 | 28 | 4A | 48 |
| Octal | 354 | 310 | 202 | 0 | 17 | 55 | 7 | 50 | 112 | 110 |
| Binary | 11101100 | 11001000 | 10000010 | 0 | 1111 | 101101 | 111 | 101000 | 1001010 | 1001000 |
Color Harmonies of #ECC882
Complementary color
Monochromatic Colors of #ECC882
Black with #ECC882
Text Example
Text Example
White with #ECC882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC882; }
p { color: rgb(236,200,130); }
H1.HeaderClassName
{
color: #ECC882;
}
.AnyTagClassName
{
color: #ECC882;
}
</style>
background-color css
<style>
a { background-color: #ECC882; }
a { background-color: rgb(236,200,130); }
div.DivClassName
{
background-color: #ECC882;
}
.BgClassName
{
background-color: #ECC882;
}
</style>
border-color css
<style>
span { border-color: #ECC882; }
span { border-color: rgb(236,200,130); }
td.TdClassName
{
border-color: #ECC882;
}
.TagClassName
{
border-color: #ECC882;
}
</style>