Shades of Marzipan #ECC485
Tints of Marzipan #ECC485
RGB
CMYK
RGB Variations
Color information
#ECC485 (or 0xECC485) is known color: Marzipan. HEX triplet: EC, C4 and 85. RGB value is (236,196,133). Sum of RGB (Red+Green+Blue) = 236+196+133=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC485 is #133B7A. Grayscale: #C9C9C9. Windows color (decimal): -1260411 or 8766700. OLE color: 8766700.
HSL color Cylindrical-coordinate representation of color #ECC485: hue angle of 36.7º 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 #ECC485 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 133 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.07 |
| HSL | 36.7º | 0.73% | 0.72% | - |
| HSV(B) | 36.7º | 0.44% | 0.93% | - |
| XYZ | 58.57 | 59.01 | 30.49 | - |
| YUV | 200.78 | 89.75 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 133 | 0 | 0.17 | 0.44 | 0.07 | 36.7 | 0.73 | 0.72 |
| Hex | EC | C4 | 85 | 0 | 11 | 2C | 7 | 25 | 49 | 48 |
| Octal | 354 | 304 | 205 | 0 | 21 | 54 | 7 | 45 | 111 | 110 |
| Binary | 11101100 | 11000100 | 10000101 | 0 | 10001 | 101100 | 111 | 100101 | 1001001 | 1001000 |
Color Harmonies of #ECC485
Complementary color
Monochromatic Colors of #ECC485
Black with #ECC485
Text Example
Text Example
White with #ECC485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC485; }
p { color: rgb(236,196,133); }
H1.HeaderClassName
{
color: #ECC485;
}
.AnyTagClassName
{
color: #ECC485;
}
</style>
background-color css
<style>
a { background-color: #ECC485; }
a { background-color: rgb(236,196,133); }
div.DivClassName
{
background-color: #ECC485;
}
.BgClassName
{
background-color: #ECC485;
}
</style>
border-color css
<style>
span { border-color: #ECC485; }
span { border-color: rgb(236,196,133); }
td.TdClassName
{
border-color: #ECC485;
}
.TagClassName
{
border-color: #ECC485;
}
</style>