Shades of Marzipan #ECD08C
Tints of Marzipan #ECD08C
RGB
CMYK
RGB Variations
Color information
#ECD08C (or 0xECD08C) is known color: Marzipan. HEX triplet: EC, D0 and 8C. RGB value is (236,208,140). Sum of RGB (Red+Green+Blue) = 236+208+140=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 140 (55.08% from 255 or 23.97% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD08C is #132F73. Grayscale: #D0D0D0. Windows color (decimal): -1257332 or 9228524. OLE color: 9228524.
HSL color Cylindrical-coordinate representation of color #ECD08C: hue angle of 42.5º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECD08C is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 140 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.07 |
| HSL | 42.5º | 0.72% | 0.74% | - |
| HSV(B) | 42.5º | 0.41% | 0.93% | - |
| XYZ | 61.88 | 64.84 | 34.06 | - |
| YUV | 208.62 | 89.28 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 140 | 0 | 0.12 | 0.41 | 0.07 | 42.5 | 0.72 | 0.74 |
| Hex | EC | D0 | 8C | 0 | C | 29 | 7 | 2A | 48 | 4A |
| Octal | 354 | 320 | 214 | 0 | 14 | 51 | 7 | 52 | 110 | 112 |
| Binary | 11101100 | 11010000 | 10001100 | 0 | 1100 | 101001 | 111 | 101010 | 1001000 | 1001010 |
Color Harmonies of #ECD08C
Complementary color
Monochromatic Colors of #ECD08C
Black with #ECD08C
Text Example
Text Example
White with #ECD08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD08C; }
p { color: rgb(236,208,140); }
H1.HeaderClassName
{
color: #ECD08C;
}
.AnyTagClassName
{
color: #ECD08C;
}
</style>
background-color css
<style>
a { background-color: #ECD08C; }
a { background-color: rgb(236,208,140); }
div.DivClassName
{
background-color: #ECD08C;
}
.BgClassName
{
background-color: #ECD08C;
}
</style>
border-color css
<style>
span { border-color: #ECD08C; }
span { border-color: rgb(236,208,140); }
td.TdClassName
{
border-color: #ECD08C;
}
.TagClassName
{
border-color: #ECD08C;
}
</style>