Shades of Marzipan #ECCD77
Tints of Marzipan #ECCD77
RGB
CMYK
RGB Variations
Color information
#ECCD77 (or 0xECCD77) is known color: Marzipan. HEX triplet: EC, CD and 77. RGB value is (236,205,119). Sum of RGB (Red+Green+Blue) = 236+205+119=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 119 (46.88% from 255 or 21.25% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD77 is #133288. Grayscale: #CCCCCC. Windows color (decimal): -1258121 or 7851500. OLE color: 7851500.
HSL color Cylindrical-coordinate representation of color #ECCD77: hue angle of 44.1º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECCD77 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 119 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.07 |
| HSL | 44.1º | 0.75% | 0.7% | - |
| HSV(B) | 44.1º | 0.5% | 0.93% | - |
| XYZ | 59.75 | 62.83 | 26.43 | - |
| YUV | 204.47 | 79.77 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 119 | 0 | 0.13 | 0.50 | 0.07 | 44.1 | 0.75 | 0.7 |
| Hex | EC | CD | 77 | 0 | D | 32 | 7 | 2C | 4B | 46 |
| Octal | 354 | 315 | 167 | 0 | 15 | 62 | 7 | 54 | 113 | 106 |
| Binary | 11101100 | 11001101 | 1110111 | 0 | 1101 | 110010 | 111 | 101100 | 1001011 | 1000110 |
Color Harmonies of #ECCD77
Complementary color
Monochromatic Colors of #ECCD77
Black with #ECCD77
Text Example
Text Example
White with #ECCD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD77; }
p { color: rgb(236,205,119); }
H1.HeaderClassName
{
color: #ECCD77;
}
.AnyTagClassName
{
color: #ECCD77;
}
</style>
background-color css
<style>
a { background-color: #ECCD77; }
a { background-color: rgb(236,205,119); }
div.DivClassName
{
background-color: #ECCD77;
}
.BgClassName
{
background-color: #ECCD77;
}
</style>
border-color css
<style>
span { border-color: #ECCD77; }
span { border-color: rgb(236,205,119); }
td.TdClassName
{
border-color: #ECCD77;
}
.TagClassName
{
border-color: #ECCD77;
}
</style>