Shades of Marzipan #ECC878
Tints of Marzipan #ECC878
RGB
CMYK
RGB Variations
Color information
#ECC878 (or 0xECC878) is known color: Marzipan. HEX triplet: EC, C8 and 78. RGB value is (236,200,120). Sum of RGB (Red+Green+Blue) = 236+200+120=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 120 (47.27% from 255 or 21.58% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC878 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC878 is #133787. Grayscale: #CACACA. Windows color (decimal): -1259400 or 7915756. OLE color: 7915756.
HSL color Cylindrical-coordinate representation of color #ECC878: hue angle of 41.38º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECC878 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 120 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.07 |
| HSL | 41.38º | 0.75% | 0.7% | - |
| HSV(B) | 41.38º | 0.49% | 0.93% | - |
| XYZ | 58.64 | 60.5 | 26.36 | - |
| YUV | 201.64 | 81.93 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 120 | 0 | 0.15 | 0.49 | 0.07 | 41.38 | 0.75 | 0.7 |
| Hex | EC | C8 | 78 | 0 | F | 31 | 7 | 29 | 4B | 46 |
| Octal | 354 | 310 | 170 | 0 | 17 | 61 | 7 | 51 | 113 | 106 |
| Binary | 11101100 | 11001000 | 1111000 | 0 | 1111 | 110001 | 111 | 101001 | 1001011 | 1000110 |
Color Harmonies of #ECC878
Complementary color
Monochromatic Colors of #ECC878
Black with #ECC878
Text Example
Text Example
White with #ECC878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC878; }
p { color: rgb(236,200,120); }
H1.HeaderClassName
{
color: #ECC878;
}
.AnyTagClassName
{
color: #ECC878;
}
</style>
background-color css
<style>
a { background-color: #ECC878; }
a { background-color: rgb(236,200,120); }
div.DivClassName
{
background-color: #ECC878;
}
.BgClassName
{
background-color: #ECC878;
}
</style>
border-color css
<style>
span { border-color: #ECC878; }
span { border-color: rgb(236,200,120); }
td.TdClassName
{
border-color: #ECC878;
}
.TagClassName
{
border-color: #ECC878;
}
</style>