Shades of Marzipan #ECC978
Tints of Marzipan #ECC978
RGB
CMYK
RGB Variations
Color information
#ECC978 (or 0xECC978) is known color: Marzipan. HEX triplet: EC, C9 and 78. RGB value is (236,201,120). Sum of RGB (Red+Green+Blue) = 236+201+120=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 120 (47.27% from 255 or 21.54% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC978 is #133687. Grayscale: #CACACA. Windows color (decimal): -1259144 or 7916012. OLE color: 7916012.
HSL color Cylindrical-coordinate representation of color #ECC978: hue angle of 41.9º 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 #ECC978 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 120 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.07 |
| HSL | 41.9º | 0.75% | 0.7% | - |
| HSV(B) | 41.9º | 0.49% | 0.93% | - |
| XYZ | 58.87 | 60.96 | 26.43 | - |
| YUV | 202.23 | 81.6 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 120 | 0 | 0.15 | 0.49 | 0.07 | 41.9 | 0.75 | 0.7 |
| Hex | EC | C9 | 78 | 0 | F | 31 | 7 | 2A | 4B | 46 |
| Octal | 354 | 311 | 170 | 0 | 17 | 61 | 7 | 52 | 113 | 106 |
| Binary | 11101100 | 11001001 | 1111000 | 0 | 1111 | 110001 | 111 | 101010 | 1001011 | 1000110 |
Color Harmonies of #ECC978
Complementary color
Monochromatic Colors of #ECC978
Black with #ECC978
Text Example
Text Example
White with #ECC978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC978; }
p { color: rgb(236,201,120); }
H1.HeaderClassName
{
color: #ECC978;
}
.AnyTagClassName
{
color: #ECC978;
}
</style>
background-color css
<style>
a { background-color: #ECC978; }
a { background-color: rgb(236,201,120); }
div.DivClassName
{
background-color: #ECC978;
}
.BgClassName
{
background-color: #ECC978;
}
</style>
border-color css
<style>
span { border-color: #ECC978; }
span { border-color: rgb(236,201,120); }
td.TdClassName
{
border-color: #ECC978;
}
.TagClassName
{
border-color: #ECC978;
}
</style>