Shades of Marzipan #ECCD83
Tints of Marzipan #ECCD83
RGB
CMYK
RGB Variations
Color information
#ECCD83 (or 0xECCD83) is known color: Marzipan. HEX triplet: EC, CD and 83. RGB value is (236,205,131). Sum of RGB (Red+Green+Blue) = 236+205+131=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 131 (51.56% from 255 or 22.90% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCD83 is #13327C. Grayscale: #CECECE. Windows color (decimal): -1258109 or 8637932. OLE color: 8637932.
HSL color Cylindrical-coordinate representation of color #ECCD83: hue angle of 42.29º 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 #ECCD83 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 131 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.07 |
| HSL | 42.29º | 0.73% | 0.72% | - |
| HSV(B) | 42.29º | 0.44% | 0.93% | - |
| XYZ | 60.52 | 63.13 | 30.47 | - |
| YUV | 205.83 | 85.77 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 131 | 0 | 0.13 | 0.44 | 0.07 | 42.29 | 0.73 | 0.72 |
| Hex | EC | CD | 83 | 0 | D | 2C | 7 | 2A | 49 | 48 |
| Octal | 354 | 315 | 203 | 0 | 15 | 54 | 7 | 52 | 111 | 110 |
| Binary | 11101100 | 11001101 | 10000011 | 0 | 1101 | 101100 | 111 | 101010 | 1001001 | 1001000 |
Color Harmonies of #ECCD83
Complementary color
Monochromatic Colors of #ECCD83
Black with #ECCD83
Text Example
Text Example
White with #ECCD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD83; }
p { color: rgb(236,205,131); }
H1.HeaderClassName
{
color: #ECCD83;
}
.AnyTagClassName
{
color: #ECCD83;
}
</style>
background-color css
<style>
a { background-color: #ECCD83; }
a { background-color: rgb(236,205,131); }
div.DivClassName
{
background-color: #ECCD83;
}
.BgClassName
{
background-color: #ECCD83;
}
</style>
border-color css
<style>
span { border-color: #ECCD83; }
span { border-color: rgb(236,205,131); }
td.TdClassName
{
border-color: #ECCD83;
}
.TagClassName
{
border-color: #ECCD83;
}
</style>