Shades of Marzipan #EEC980
Tints of Marzipan #EEC980
RGB
CMYK
RGB Variations
Color information
#EEC980 (or 0xEEC980) is known color: Marzipan. HEX triplet: EE, C9 and 80. RGB value is (238,201,128). Sum of RGB (Red+Green+Blue) = 238+201+128=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 128 (50.39% from 255 or 22.57% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC980 is #11367F. Grayscale: #CCCCCC. Windows color (decimal): -1128064 or 8440302. OLE color: 8440302.
HSL color Cylindrical-coordinate representation of color #EEC980: hue angle of 39.82º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEC980 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 128 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.07 |
| HSL | 39.82º | 0.76% | 0.72% | - |
| HSV(B) | 39.82º | 0.46% | 0.93% | - |
| XYZ | 60.04 | 61.51 | 29.13 | - |
| YUV | 203.74 | 85.26 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 128 | 0 | 0.16 | 0.46 | 0.07 | 39.82 | 0.76 | 0.72 |
| Hex | EE | C9 | 80 | 0 | 10 | 2E | 7 | 28 | 4C | 48 |
| Octal | 356 | 311 | 200 | 0 | 20 | 56 | 7 | 50 | 114 | 110 |
| Binary | 11101110 | 11001001 | 10000000 | 0 | 10000 | 101110 | 111 | 101000 | 1001100 | 1001000 |
Color Harmonies of #EEC980
Complementary color
Monochromatic Colors of #EEC980
Black with #EEC980
Text Example
Text Example
White with #EEC980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC980; }
p { color: rgb(238,201,128); }
H1.HeaderClassName
{
color: #EEC980;
}
.AnyTagClassName
{
color: #EEC980;
}
</style>
background-color css
<style>
a { background-color: #EEC980; }
a { background-color: rgb(238,201,128); }
div.DivClassName
{
background-color: #EEC980;
}
.BgClassName
{
background-color: #EEC980;
}
</style>
border-color css
<style>
span { border-color: #EEC980; }
span { border-color: rgb(238,201,128); }
td.TdClassName
{
border-color: #EEC980;
}
.TagClassName
{
border-color: #EEC980;
}
</style>