Shades of Marzipan #ECC881
Tints of Marzipan #ECC881
RGB
CMYK
RGB Variations
Color information
#ECC881 (or 0xECC881) is known color: Marzipan. HEX triplet: EC, C8 and 81. RGB value is (236,200,129). Sum of RGB (Red+Green+Blue) = 236+200+129=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 129 (50.78% from 255 or 22.83% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC881 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC881 is #13377E. Grayscale: #CACACA. Windows color (decimal): -1259391 or 8505580. OLE color: 8505580.
HSL color Cylindrical-coordinate representation of color #ECC881: hue angle of 39.81º 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 #ECC881 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 129 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.07 |
| HSL | 39.81º | 0.74% | 0.72% | - |
| HSV(B) | 39.81º | 0.45% | 0.93% | - |
| XYZ | 59.21 | 60.73 | 29.37 | - |
| YUV | 202.67 | 86.43 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 129 | 0 | 0.15 | 0.45 | 0.07 | 39.81 | 0.74 | 0.72 |
| Hex | EC | C8 | 81 | 0 | F | 2D | 7 | 28 | 4A | 48 |
| Octal | 354 | 310 | 201 | 0 | 17 | 55 | 7 | 50 | 112 | 110 |
| Binary | 11101100 | 11001000 | 10000001 | 0 | 1111 | 101101 | 111 | 101000 | 1001010 | 1001000 |
Color Harmonies of #ECC881
Complementary color
Monochromatic Colors of #ECC881
Black with #ECC881
Text Example
Text Example
White with #ECC881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC881; }
p { color: rgb(236,200,129); }
H1.HeaderClassName
{
color: #ECC881;
}
.AnyTagClassName
{
color: #ECC881;
}
</style>
background-color css
<style>
a { background-color: #ECC881; }
a { background-color: rgb(236,200,129); }
div.DivClassName
{
background-color: #ECC881;
}
.BgClassName
{
background-color: #ECC881;
}
</style>
border-color css
<style>
span { border-color: #ECC881; }
span { border-color: rgb(236,200,129); }
td.TdClassName
{
border-color: #ECC881;
}
.TagClassName
{
border-color: #ECC881;
}
</style>