Shades of Marzipan #ECC377
Tints of Marzipan #ECC377
RGB
CMYK
RGB Variations
Color information
#ECC377 (or 0xECC377) is known color: Marzipan. HEX triplet: EC, C3 and 77. RGB value is (236,195,119). Sum of RGB (Red+Green+Blue) = 236+195+119=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 119 (46.88% from 255 or 21.64% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC377 is #133C88. Grayscale: #C6C6C6. Windows color (decimal): -1260681 or 7848940. OLE color: 7848940.
HSL color Cylindrical-coordinate representation of color #ECC377: hue angle of 38.97º 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 #ECC377 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 119 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.07 |
| HSL | 38.97º | 0.75% | 0.7% | - |
| HSV(B) | 38.97º | 0.5% | 0.93% | - |
| XYZ | 57.44 | 58.19 | 25.66 | - |
| YUV | 198.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 119 | 0 | 0.17 | 0.50 | 0.07 | 38.97 | 0.75 | 0.7 |
| Hex | EC | C3 | 77 | 0 | 11 | 32 | 7 | 27 | 4B | 46 |
| Octal | 354 | 303 | 167 | 0 | 21 | 62 | 7 | 47 | 113 | 106 |
| Binary | 11101100 | 11000011 | 1110111 | 0 | 10001 | 110010 | 111 | 100111 | 1001011 | 1000110 |
Color Harmonies of #ECC377
Complementary color
Monochromatic Colors of #ECC377
Black with #ECC377
Text Example
Text Example
White with #ECC377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC377; }
p { color: rgb(236,195,119); }
H1.HeaderClassName
{
color: #ECC377;
}
.AnyTagClassName
{
color: #ECC377;
}
</style>
background-color css
<style>
a { background-color: #ECC377; }
a { background-color: rgb(236,195,119); }
div.DivClassName
{
background-color: #ECC377;
}
.BgClassName
{
background-color: #ECC377;
}
</style>
border-color css
<style>
span { border-color: #ECC377; }
span { border-color: rgb(236,195,119); }
td.TdClassName
{
border-color: #ECC377;
}
.TagClassName
{
border-color: #ECC377;
}
</style>