Shades of Marzipan #ECC883
Tints of Marzipan #ECC883
RGB
CMYK
RGB Variations
Color information
#ECC883 (or 0xECC883) is known color: Marzipan. HEX triplet: EC, C8 and 83. RGB value is (236,200,131). Sum of RGB (Red+Green+Blue) = 236+200+131=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 131 (51.56% from 255 or 23.10% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC883 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC883 is #13377C. Grayscale: #CBCBCB. Windows color (decimal): -1259389 or 8636652. OLE color: 8636652.
HSL color Cylindrical-coordinate representation of color #ECC883: hue angle of 39.43º 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 #ECC883 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 131 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.07 |
| HSL | 39.43º | 0.73% | 0.72% | - |
| HSV(B) | 39.43º | 0.44% | 0.93% | - |
| XYZ | 59.34 | 60.78 | 30.08 | - |
| YUV | 202.9 | 87.43 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 131 | 0 | 0.15 | 0.44 | 0.07 | 39.43 | 0.73 | 0.72 |
| Hex | EC | C8 | 83 | 0 | F | 2C | 7 | 27 | 49 | 48 |
| Octal | 354 | 310 | 203 | 0 | 17 | 54 | 7 | 47 | 111 | 110 |
| Binary | 11101100 | 11001000 | 10000011 | 0 | 1111 | 101100 | 111 | 100111 | 1001001 | 1001000 |
Color Harmonies of #ECC883
Complementary color
Monochromatic Colors of #ECC883
Black with #ECC883
Text Example
Text Example
White with #ECC883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC883; }
p { color: rgb(236,200,131); }
H1.HeaderClassName
{
color: #ECC883;
}
.AnyTagClassName
{
color: #ECC883;
}
</style>
background-color css
<style>
a { background-color: #ECC883; }
a { background-color: rgb(236,200,131); }
div.DivClassName
{
background-color: #ECC883;
}
.BgClassName
{
background-color: #ECC883;
}
</style>
border-color css
<style>
span { border-color: #ECC883; }
span { border-color: rgb(236,200,131); }
td.TdClassName
{
border-color: #ECC883;
}
.TagClassName
{
border-color: #ECC883;
}
</style>