Shades of Marzipan #ECD081
Tints of Marzipan #ECD081
RGB
CMYK
RGB Variations
Color information
#ECD081 (or 0xECD081) is known color: Marzipan. HEX triplet: EC, D0 and 81. RGB value is (236,208,129). Sum of RGB (Red+Green+Blue) = 236+208+129=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 129 (50.78% from 255 or 22.51% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD081 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD081 is #132F7E. Grayscale: #CFCFCF. Windows color (decimal): -1257343 or 8507628. OLE color: 8507628.
HSL color Cylindrical-coordinate representation of color #ECD081: hue angle of 44.3º 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 #ECD081 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 129 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.07 |
| HSL | 44.3º | 0.74% | 0.72% | - |
| HSV(B) | 44.3º | 0.45% | 0.93% | - |
| XYZ | 61.11 | 64.53 | 30 | - |
| YUV | 207.37 | 83.78 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 129 | 0 | 0.12 | 0.45 | 0.07 | 44.3 | 0.74 | 0.72 |
| Hex | EC | D0 | 81 | 0 | C | 2D | 7 | 2C | 4A | 48 |
| Octal | 354 | 320 | 201 | 0 | 14 | 55 | 7 | 54 | 112 | 110 |
| Binary | 11101100 | 11010000 | 10000001 | 0 | 1100 | 101101 | 111 | 101100 | 1001010 | 1001000 |
Color Harmonies of #ECD081
Complementary color
Monochromatic Colors of #ECD081
Black with #ECD081
Text Example
Text Example
White with #ECD081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD081; }
p { color: rgb(236,208,129); }
H1.HeaderClassName
{
color: #ECD081;
}
.AnyTagClassName
{
color: #ECD081;
}
</style>
background-color css
<style>
a { background-color: #ECD081; }
a { background-color: rgb(236,208,129); }
div.DivClassName
{
background-color: #ECD081;
}
.BgClassName
{
background-color: #ECD081;
}
</style>
border-color css
<style>
span { border-color: #ECD081; }
span { border-color: rgb(236,208,129); }
td.TdClassName
{
border-color: #ECD081;
}
.TagClassName
{
border-color: #ECD081;
}
</style>