Shades of Marzipan #ECCC81
Tints of Marzipan #ECCC81
RGB
CMYK
RGB Variations
Color information
#ECCC81 (or 0xECCC81) is known color: Marzipan. HEX triplet: EC, CC and 81. RGB value is (236,204,129). Sum of RGB (Red+Green+Blue) = 236+204+129=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 129 (50.78% from 255 or 22.67% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCC81 is #13337E. Grayscale: #CDCDCD. Windows color (decimal): -1258367 or 8506604. OLE color: 8506604.
HSL color Cylindrical-coordinate representation of color #ECCC81: hue angle of 42.06º 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 #ECCC81 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 129 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.07 |
| HSL | 42.06º | 0.74% | 0.72% | - |
| HSV(B) | 42.06º | 0.45% | 0.93% | - |
| XYZ | 60.15 | 62.6 | 29.68 | - |
| YUV | 205.02 | 85.1 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 129 | 0 | 0.14 | 0.45 | 0.07 | 42.06 | 0.74 | 0.72 |
| Hex | EC | CC | 81 | 0 | E | 2D | 7 | 2A | 4A | 48 |
| Octal | 354 | 314 | 201 | 0 | 16 | 55 | 7 | 52 | 112 | 110 |
| Binary | 11101100 | 11001100 | 10000001 | 0 | 1110 | 101101 | 111 | 101010 | 1001010 | 1001000 |
Color Harmonies of #ECCC81
Complementary color
Monochromatic Colors of #ECCC81
Black with #ECCC81
Text Example
Text Example
White with #ECCC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC81; }
p { color: rgb(236,204,129); }
H1.HeaderClassName
{
color: #ECCC81;
}
.AnyTagClassName
{
color: #ECCC81;
}
</style>
background-color css
<style>
a { background-color: #ECCC81; }
a { background-color: rgb(236,204,129); }
div.DivClassName
{
background-color: #ECCC81;
}
.BgClassName
{
background-color: #ECCC81;
}
</style>
border-color css
<style>
span { border-color: #ECCC81; }
span { border-color: rgb(236,204,129); }
td.TdClassName
{
border-color: #ECCC81;
}
.TagClassName
{
border-color: #ECCC81;
}
</style>