Shades of Marzipan #ECC380
Tints of Marzipan #ECC380
RGB
CMYK
RGB Variations
Color information
#ECC380 (or 0xECC380) is known color: Marzipan. HEX triplet: EC, C3 and 80. RGB value is (236,195,128). Sum of RGB (Red+Green+Blue) = 236+195+128=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC380 is #133C7F. Grayscale: #C7C7C7. Windows color (decimal): -1260672 or 8438764. OLE color: 8438764.
HSL color Cylindrical-coordinate representation of color #ECC380: hue angle of 37.22º 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 #ECC380 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 128 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.07 |
| HSL | 37.22º | 0.74% | 0.71% | - |
| HSV(B) | 37.22º | 0.46% | 0.93% | - |
| XYZ | 58 | 58.42 | 28.64 | - |
| YUV | 199.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 128 | 0 | 0.17 | 0.46 | 0.07 | 37.22 | 0.74 | 0.71 |
| Hex | EC | C3 | 80 | 0 | 11 | 2E | 7 | 25 | 4A | 47 |
| Octal | 354 | 303 | 200 | 0 | 21 | 56 | 7 | 45 | 112 | 107 |
| Binary | 11101100 | 11000011 | 10000000 | 0 | 10001 | 101110 | 111 | 100101 | 1001010 | 1000111 |
Color Harmonies of #ECC380
Complementary color
Monochromatic Colors of #ECC380
Black with #ECC380
Text Example
Text Example
White with #ECC380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC380; }
p { color: rgb(236,195,128); }
H1.HeaderClassName
{
color: #ECC380;
}
.AnyTagClassName
{
color: #ECC380;
}
</style>
background-color css
<style>
a { background-color: #ECC380; }
a { background-color: rgb(236,195,128); }
div.DivClassName
{
background-color: #ECC380;
}
.BgClassName
{
background-color: #ECC380;
}
</style>
border-color css
<style>
span { border-color: #ECC380; }
span { border-color: rgb(236,195,128); }
td.TdClassName
{
border-color: #ECC380;
}
.TagClassName
{
border-color: #ECC380;
}
</style>