Shades of Marzipan #ECD183
Tints of Marzipan #ECD183
RGB
CMYK
RGB Variations
Color information
#ECD183 (or 0xECD183) is known color: Marzipan. HEX triplet: EC, D1 and 83. RGB value is (236,209,131). Sum of RGB (Red+Green+Blue) = 236+209+131=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 209 (82.03% from 255 or 36.28% from 576); Blue value is 131 (51.56% from 255 or 22.74% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD183 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD183 is #132E7C. Grayscale: #D0D0D0. Windows color (decimal): -1257085 or 8638956. OLE color: 8638956.
HSL color Cylindrical-coordinate representation of color #ECD183: hue angle of 44.57º 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 #ECD183 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 131 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.07 |
| HSL | 44.57º | 0.73% | 0.72% | - |
| HSV(B) | 44.57º | 0.44% | 0.93% | - |
| XYZ | 61.49 | 65.07 | 30.79 | - |
| YUV | 208.18 | 84.45 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 131 | 0 | 0.11 | 0.44 | 0.07 | 44.57 | 0.73 | 0.72 |
| Hex | EC | D1 | 83 | 0 | B | 2C | 7 | 2D | 49 | 48 |
| Octal | 354 | 321 | 203 | 0 | 13 | 54 | 7 | 55 | 111 | 110 |
| Binary | 11101100 | 11010001 | 10000011 | 0 | 1011 | 101100 | 111 | 101101 | 1001001 | 1001000 |
Color Harmonies of #ECD183
Complementary color
Monochromatic Colors of #ECD183
Black with #ECD183
Text Example
Text Example
White with #ECD183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD183; }
p { color: rgb(236,209,131); }
H1.HeaderClassName
{
color: #ECD183;
}
.AnyTagClassName
{
color: #ECD183;
}
</style>
background-color css
<style>
a { background-color: #ECD183; }
a { background-color: rgb(236,209,131); }
div.DivClassName
{
background-color: #ECD183;
}
.BgClassName
{
background-color: #ECD183;
}
</style>
border-color css
<style>
span { border-color: #ECD183; }
span { border-color: rgb(236,209,131); }
td.TdClassName
{
border-color: #ECD183;
}
.TagClassName
{
border-color: #ECD183;
}
</style>