Shades of Marzipan #ECC785
Tints of Marzipan #ECC785
RGB
CMYK
RGB Variations
Color information
#ECC785 (or 0xECC785) is known color: Marzipan. HEX triplet: EC, C7 and 85. RGB value is (236,199,133). Sum of RGB (Red+Green+Blue) = 236+199+133=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 199 (78.12% from 255 or 35.04% from 568); Blue value is 133 (52.34% from 255 or 23.42% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC785 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC785 is #13387A. Grayscale: #CACACA. Windows color (decimal): -1259643 or 8767468. OLE color: 8767468.
HSL color Cylindrical-coordinate representation of color #ECC785: hue angle of 38.45º 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 #ECC785 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 133 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.07 |
| HSL | 38.45º | 0.73% | 0.72% | - |
| HSV(B) | 38.45º | 0.44% | 0.93% | - |
| XYZ | 59.25 | 60.37 | 30.72 | - |
| YUV | 202.54 | 88.76 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 133 | 0 | 0.16 | 0.44 | 0.07 | 38.45 | 0.73 | 0.72 |
| Hex | EC | C7 | 85 | 0 | 10 | 2C | 7 | 26 | 49 | 48 |
| Octal | 354 | 307 | 205 | 0 | 20 | 54 | 7 | 46 | 111 | 110 |
| Binary | 11101100 | 11000111 | 10000101 | 0 | 10000 | 101100 | 111 | 100110 | 1001001 | 1001000 |
Color Harmonies of #ECC785
Complementary color
Monochromatic Colors of #ECC785
Black with #ECC785
Text Example
Text Example
White with #ECC785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC785; }
p { color: rgb(236,199,133); }
H1.HeaderClassName
{
color: #ECC785;
}
.AnyTagClassName
{
color: #ECC785;
}
</style>
background-color css
<style>
a { background-color: #ECC785; }
a { background-color: rgb(236,199,133); }
div.DivClassName
{
background-color: #ECC785;
}
.BgClassName
{
background-color: #ECC785;
}
</style>
border-color css
<style>
span { border-color: #ECC785; }
span { border-color: rgb(236,199,133); }
td.TdClassName
{
border-color: #ECC785;
}
.TagClassName
{
border-color: #ECC785;
}
</style>