Shades of Marzipan #ECC680
Tints of Marzipan #ECC680
RGB
CMYK
RGB Variations
Color information
#ECC680 (or 0xECC680) is known color: Marzipan. HEX triplet: EC, C6 and 80. RGB value is (236,198,128). Sum of RGB (Red+Green+Blue) = 236+198+128=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC680 is #13397F. Grayscale: #C9C9C9. Windows color (decimal): -1259904 or 8439532. OLE color: 8439532.
HSL color Cylindrical-coordinate representation of color #ECC680: hue angle of 38.89º 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 #ECC680 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 128 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.07 |
| HSL | 38.89º | 0.74% | 0.71% | - |
| HSV(B) | 38.89º | 0.46% | 0.93% | - |
| XYZ | 58.68 | 59.78 | 28.87 | - |
| YUV | 201.38 | 86.59 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 128 | 0 | 0.16 | 0.46 | 0.07 | 38.89 | 0.74 | 0.71 |
| Hex | EC | C6 | 80 | 0 | 10 | 2E | 7 | 27 | 4A | 47 |
| Octal | 354 | 306 | 200 | 0 | 20 | 56 | 7 | 47 | 112 | 107 |
| Binary | 11101100 | 11000110 | 10000000 | 0 | 10000 | 101110 | 111 | 100111 | 1001010 | 1000111 |
Color Harmonies of #ECC680
Complementary color
Monochromatic Colors of #ECC680
Black with #ECC680
Text Example
Text Example
White with #ECC680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC680; }
p { color: rgb(236,198,128); }
H1.HeaderClassName
{
color: #ECC680;
}
.AnyTagClassName
{
color: #ECC680;
}
</style>
background-color css
<style>
a { background-color: #ECC680; }
a { background-color: rgb(236,198,128); }
div.DivClassName
{
background-color: #ECC680;
}
.BgClassName
{
background-color: #ECC680;
}
</style>
border-color css
<style>
span { border-color: #ECC680; }
span { border-color: rgb(236,198,128); }
td.TdClassName
{
border-color: #ECC680;
}
.TagClassName
{
border-color: #ECC680;
}
</style>