Shades of Marzipan #ECC275
Tints of Marzipan #ECC275
RGB
CMYK
RGB Variations
Color information
#ECC275 (or 0xECC275) is known color: Marzipan. HEX triplet: EC, C2 and 75. RGB value is (236,194,117). Sum of RGB (Red+Green+Blue) = 236+194+117=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 117 (46.09% from 255 or 21.39% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC275 is #133D8A. Grayscale: #C6C6C6. Windows color (decimal): -1260939 or 7717612. OLE color: 7717612.
HSL color Cylindrical-coordinate representation of color #ECC275: hue angle of 38.82º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECC275 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 117 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.07 |
| HSL | 38.82º | 0.76% | 0.69% | - |
| HSV(B) | 38.82º | 0.5% | 0.93% | - |
| XYZ | 57.09 | 57.7 | 24.96 | - |
| YUV | 197.78 | 82.41 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 117 | 0 | 0.18 | 0.50 | 0.07 | 38.82 | 0.76 | 0.69 |
| Hex | EC | C2 | 75 | 0 | 12 | 32 | 7 | 27 | 4C | 45 |
| Octal | 354 | 302 | 165 | 0 | 22 | 62 | 7 | 47 | 114 | 105 |
| Binary | 11101100 | 11000010 | 1110101 | 0 | 10010 | 110010 | 111 | 100111 | 1001100 | 1000101 |
Color Harmonies of #ECC275
Complementary color
Monochromatic Colors of #ECC275
Black with #ECC275
Text Example
Text Example
White with #ECC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC275; }
p { color: rgb(236,194,117); }
H1.HeaderClassName
{
color: #ECC275;
}
.AnyTagClassName
{
color: #ECC275;
}
</style>
background-color css
<style>
a { background-color: #ECC275; }
a { background-color: rgb(236,194,117); }
div.DivClassName
{
background-color: #ECC275;
}
.BgClassName
{
background-color: #ECC275;
}
</style>
border-color css
<style>
span { border-color: #ECC275; }
span { border-color: rgb(236,194,117); }
td.TdClassName
{
border-color: #ECC275;
}
.TagClassName
{
border-color: #ECC275;
}
</style>