Shades of Marzipan #ECC585
Tints of Marzipan #ECC585
RGB
CMYK
RGB Variations
Color information
#ECC585 (or 0xECC585) is known color: Marzipan. HEX triplet: EC, C5 and 85. RGB value is (236,197,133). Sum of RGB (Red+Green+Blue) = 236+197+133=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC585 is #133A7A. Grayscale: #C9C9C9. Windows color (decimal): -1260155 or 8766956. OLE color: 8766956.
HSL color Cylindrical-coordinate representation of color #ECC585: hue angle of 37.28º 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 #ECC585 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 133 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.07 |
| HSL | 37.28º | 0.73% | 0.72% | - |
| HSV(B) | 37.28º | 0.44% | 0.93% | - |
| XYZ | 58.79 | 59.46 | 30.57 | - |
| YUV | 201.37 | 89.42 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 133 | 0 | 0.17 | 0.44 | 0.07 | 37.28 | 0.73 | 0.72 |
| Hex | EC | C5 | 85 | 0 | 11 | 2C | 7 | 25 | 49 | 48 |
| Octal | 354 | 305 | 205 | 0 | 21 | 54 | 7 | 45 | 111 | 110 |
| Binary | 11101100 | 11000101 | 10000101 | 0 | 10001 | 101100 | 111 | 100101 | 1001001 | 1001000 |
Color Harmonies of #ECC585
Complementary color
Monochromatic Colors of #ECC585
Black with #ECC585
Text Example
Text Example
White with #ECC585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC585; }
p { color: rgb(236,197,133); }
H1.HeaderClassName
{
color: #ECC585;
}
.AnyTagClassName
{
color: #ECC585;
}
</style>
background-color css
<style>
a { background-color: #ECC585; }
a { background-color: rgb(236,197,133); }
div.DivClassName
{
background-color: #ECC585;
}
.BgClassName
{
background-color: #ECC585;
}
</style>
border-color css
<style>
span { border-color: #ECC585; }
span { border-color: rgb(236,197,133); }
td.TdClassName
{
border-color: #ECC585;
}
.TagClassName
{
border-color: #ECC585;
}
</style>