Shades of Marzipan #ECC280
Tints of Marzipan #ECC280
RGB
CMYK
RGB Variations
Color information
#ECC280 (or 0xECC280) is known color: Marzipan. HEX triplet: EC, C2 and 80. RGB value is (236,194,128). Sum of RGB (Red+Green+Blue) = 236+194+128=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC280 is #133D7F. Grayscale: #C7C7C7. Windows color (decimal): -1260928 or 8438508. OLE color: 8438508.
HSL color Cylindrical-coordinate representation of color #ECC280: hue angle of 36.67º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECC280 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 128 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.07 |
| HSL | 36.67º | 0.74% | 0.71% | - |
| HSV(B) | 36.67º | 0.46% | 0.93% | - |
| XYZ | 57.78 | 57.97 | 28.57 | - |
| YUV | 199.03 | 87.91 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 128 | 0 | 0.18 | 0.46 | 0.07 | 36.67 | 0.74 | 0.71 |
| Hex | EC | C2 | 80 | 0 | 12 | 2E | 7 | 25 | 4A | 47 |
| Octal | 354 | 302 | 200 | 0 | 22 | 56 | 7 | 45 | 112 | 107 |
| Binary | 11101100 | 11000010 | 10000000 | 0 | 10010 | 101110 | 111 | 100101 | 1001010 | 1000111 |
Color Harmonies of #ECC280
Complementary color
Monochromatic Colors of #ECC280
Black with #ECC280
Text Example
Text Example
White with #ECC280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC280; }
p { color: rgb(236,194,128); }
H1.HeaderClassName
{
color: #ECC280;
}
.AnyTagClassName
{
color: #ECC280;
}
</style>
background-color css
<style>
a { background-color: #ECC280; }
a { background-color: rgb(236,194,128); }
div.DivClassName
{
background-color: #ECC280;
}
.BgClassName
{
background-color: #ECC280;
}
</style>
border-color css
<style>
span { border-color: #ECC280; }
span { border-color: rgb(236,194,128); }
td.TdClassName
{
border-color: #ECC280;
}
.TagClassName
{
border-color: #ECC280;
}
</style>