Shades of Marzipan #ECD085
Tints of Marzipan #ECD085
RGB
CMYK
RGB Variations
Color information
#ECD085 (or 0xECD085) is known color: Marzipan. HEX triplet: EC, D0 and 85. RGB value is (236,208,133). Sum of RGB (Red+Green+Blue) = 236+208+133=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 133 (52.34% from 255 or 23.05% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD085 is #132F7A. Grayscale: #D0D0D0. Windows color (decimal): -1257339 or 8769772. OLE color: 8769772.
HSL color Cylindrical-coordinate representation of color #ECD085: hue angle of 43.69º 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 #ECD085 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 133 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.07 |
| HSL | 43.69º | 0.73% | 0.72% | - |
| HSV(B) | 43.69º | 0.44% | 0.93% | - |
| XYZ | 61.38 | 64.64 | 31.43 | - |
| YUV | 207.82 | 85.78 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 133 | 0 | 0.12 | 0.44 | 0.07 | 43.69 | 0.73 | 0.72 |
| Hex | EC | D0 | 85 | 0 | C | 2C | 7 | 2C | 49 | 48 |
| Octal | 354 | 320 | 205 | 0 | 14 | 54 | 7 | 54 | 111 | 110 |
| Binary | 11101100 | 11010000 | 10000101 | 0 | 1100 | 101100 | 111 | 101100 | 1001001 | 1001000 |
Color Harmonies of #ECD085
Complementary color
Monochromatic Colors of #ECD085
Black with #ECD085
Text Example
Text Example
White with #ECD085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD085; }
p { color: rgb(236,208,133); }
H1.HeaderClassName
{
color: #ECD085;
}
.AnyTagClassName
{
color: #ECD085;
}
</style>
background-color css
<style>
a { background-color: #ECD085; }
a { background-color: rgb(236,208,133); }
div.DivClassName
{
background-color: #ECD085;
}
.BgClassName
{
background-color: #ECD085;
}
</style>
border-color css
<style>
span { border-color: #ECD085; }
span { border-color: rgb(236,208,133); }
td.TdClassName
{
border-color: #ECD085;
}
.TagClassName
{
border-color: #ECD085;
}
</style>