Shades of Marzipan #ECC573
Tints of Marzipan #ECC573
RGB
CMYK
RGB Variations
Color information
#ECC573 (or 0xECC573) is known color: Marzipan. HEX triplet: EC, C5 and 73. RGB value is (236,197,115). Sum of RGB (Red+Green+Blue) = 236+197+115=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 115 (45.31% from 255 or 20.99% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC573 is #133A8C. Grayscale: #C7C7C7. Windows color (decimal): -1260173 or 7587308. OLE color: 7587308.
HSL color Cylindrical-coordinate representation of color #ECC573: hue angle of 40.66º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECC573 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 115 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.07 |
| HSL | 40.66º | 0.76% | 0.69% | - |
| HSV(B) | 40.66º | 0.51% | 0.93% | - |
| XYZ | 57.65 | 59 | 24.57 | - |
| YUV | 199.31 | 80.42 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 115 | 0 | 0.17 | 0.51 | 0.07 | 40.66 | 0.76 | 0.69 |
| Hex | EC | C5 | 73 | 0 | 11 | 33 | 7 | 29 | 4C | 45 |
| Octal | 354 | 305 | 163 | 0 | 21 | 63 | 7 | 51 | 114 | 105 |
| Binary | 11101100 | 11000101 | 1110011 | 0 | 10001 | 110011 | 111 | 101001 | 1001100 | 1000101 |
Color Harmonies of #ECC573
Complementary color
Monochromatic Colors of #ECC573
Black with #ECC573
Text Example
Text Example
White with #ECC573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC573; }
p { color: rgb(236,197,115); }
H1.HeaderClassName
{
color: #ECC573;
}
.AnyTagClassName
{
color: #ECC573;
}
</style>
background-color css
<style>
a { background-color: #ECC573; }
a { background-color: rgb(236,197,115); }
div.DivClassName
{
background-color: #ECC573;
}
.BgClassName
{
background-color: #ECC573;
}
</style>
border-color css
<style>
span { border-color: #ECC573; }
span { border-color: rgb(236,197,115); }
td.TdClassName
{
border-color: #ECC573;
}
.TagClassName
{
border-color: #ECC573;
}
</style>