Shades of Marzipan #ECC27C
Tints of Marzipan #ECC27C
RGB
CMYK
RGB Variations
Color information
#ECC27C (or 0xECC27C) is known color: Marzipan. HEX triplet: EC, C2 and 7C. RGB value is (236,194,124). Sum of RGB (Red+Green+Blue) = 236+194+124=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC27C is #133D83. Grayscale: #C6C6C6. Windows color (decimal): -1260932 or 8176364. OLE color: 8176364.
HSL color Cylindrical-coordinate representation of color #ECC27C: hue angle of 37.5º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECC27C is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 124 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.07 |
| HSL | 37.5º | 0.75% | 0.71% | - |
| HSV(B) | 37.5º | 0.47% | 0.93% | - |
| XYZ | 57.52 | 57.87 | 27.21 | - |
| YUV | 198.58 | 85.91 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 124 | 0 | 0.18 | 0.47 | 0.07 | 37.5 | 0.75 | 0.71 |
| Hex | EC | C2 | 7C | 0 | 12 | 2F | 7 | 26 | 4B | 47 |
| Octal | 354 | 302 | 174 | 0 | 22 | 57 | 7 | 46 | 113 | 107 |
| Binary | 11101100 | 11000010 | 1111100 | 0 | 10010 | 101111 | 111 | 100110 | 1001011 | 1000111 |
Color Harmonies of #ECC27C
Complementary color
Monochromatic Colors of #ECC27C
Black with #ECC27C
Text Example
Text Example
White with #ECC27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC27C; }
p { color: rgb(236,194,124); }
H1.HeaderClassName
{
color: #ECC27C;
}
.AnyTagClassName
{
color: #ECC27C;
}
</style>
background-color css
<style>
a { background-color: #ECC27C; }
a { background-color: rgb(236,194,124); }
div.DivClassName
{
background-color: #ECC27C;
}
.BgClassName
{
background-color: #ECC27C;
}
</style>
border-color css
<style>
span { border-color: #ECC27C; }
span { border-color: rgb(236,194,124); }
td.TdClassName
{
border-color: #ECC27C;
}
.TagClassName
{
border-color: #ECC27C;
}
</style>