Shades of Marzipan #EEC880
Tints of Marzipan #EEC880
RGB
CMYK
RGB Variations
Color information
#EEC880 (or 0xEEC880) is known color: Marzipan. HEX triplet: EE, C8 and 80. RGB value is (238,200,128). Sum of RGB (Red+Green+Blue) = 238+200+128=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 128 (50.39% from 255 or 22.61% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC880 is #11377F. Grayscale: #CBCBCB. Windows color (decimal): -1128320 or 8440046. OLE color: 8440046.
HSL color Cylindrical-coordinate representation of color #EEC880: hue angle of 39.27º 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 #EEC880 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 128 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.07 |
| HSL | 39.27º | 0.76% | 0.72% | - |
| HSV(B) | 39.27º | 0.46% | 0.93% | - |
| XYZ | 59.81 | 61.04 | 29.05 | - |
| YUV | 203.15 | 85.59 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 128 | 0 | 0.16 | 0.46 | 0.07 | 39.27 | 0.76 | 0.72 |
| Hex | EE | C8 | 80 | 0 | 10 | 2E | 7 | 27 | 4C | 48 |
| Octal | 356 | 310 | 200 | 0 | 20 | 56 | 7 | 47 | 114 | 110 |
| Binary | 11101110 | 11001000 | 10000000 | 0 | 10000 | 101110 | 111 | 100111 | 1001100 | 1001000 |
Color Harmonies of #EEC880
Complementary color
Monochromatic Colors of #EEC880
Black with #EEC880
Text Example
Text Example
White with #EEC880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC880; }
p { color: rgb(238,200,128); }
H1.HeaderClassName
{
color: #EEC880;
}
.AnyTagClassName
{
color: #EEC880;
}
</style>
background-color css
<style>
a { background-color: #EEC880; }
a { background-color: rgb(238,200,128); }
div.DivClassName
{
background-color: #EEC880;
}
.BgClassName
{
background-color: #EEC880;
}
</style>
border-color css
<style>
span { border-color: #EEC880; }
span { border-color: rgb(238,200,128); }
td.TdClassName
{
border-color: #EEC880;
}
.TagClassName
{
border-color: #EEC880;
}
</style>