Shades of Marzipan #ECCB85
Tints of Marzipan #ECCB85
RGB
CMYK
RGB Variations
Color information
#ECCB85 (or 0xECCB85) is known color: Marzipan. HEX triplet: EC, CB and 85. RGB value is (236,203,133). Sum of RGB (Red+Green+Blue) = 236+203+133=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 133 (52.34% from 255 or 23.25% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCB85 is #13347A. Grayscale: #CDCDCD. Windows color (decimal): -1258619 or 8768492. OLE color: 8768492.
HSL color Cylindrical-coordinate representation of color #ECCB85: hue angle of 40.78º 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 #ECCB85 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 133 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.07 |
| HSL | 40.78º | 0.73% | 0.72% | - |
| HSV(B) | 40.78º | 0.44% | 0.93% | - |
| XYZ | 60.18 | 62.24 | 31.03 | - |
| YUV | 204.89 | 87.43 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 133 | 0 | 0.14 | 0.44 | 0.07 | 40.78 | 0.73 | 0.72 |
| Hex | EC | CB | 85 | 0 | E | 2C | 7 | 29 | 49 | 48 |
| Octal | 354 | 313 | 205 | 0 | 16 | 54 | 7 | 51 | 111 | 110 |
| Binary | 11101100 | 11001011 | 10000101 | 0 | 1110 | 101100 | 111 | 101001 | 1001001 | 1001000 |
Color Harmonies of #ECCB85
Complementary color
Monochromatic Colors of #ECCB85
Black with #ECCB85
Text Example
Text Example
White with #ECCB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB85; }
p { color: rgb(236,203,133); }
H1.HeaderClassName
{
color: #ECCB85;
}
.AnyTagClassName
{
color: #ECCB85;
}
</style>
background-color css
<style>
a { background-color: #ECCB85; }
a { background-color: rgb(236,203,133); }
div.DivClassName
{
background-color: #ECCB85;
}
.BgClassName
{
background-color: #ECCB85;
}
</style>
border-color css
<style>
span { border-color: #ECCB85; }
span { border-color: rgb(236,203,133); }
td.TdClassName
{
border-color: #ECCB85;
}
.TagClassName
{
border-color: #ECCB85;
}
</style>