Shades of Marzipan #EEC578
Tints of Marzipan #EEC578
RGB
CMYK
RGB Variations
Color information
#EEC578 (or 0xEEC578) is known color: Marzipan. HEX triplet: EE, C5 and 78. RGB value is (238,197,120). Sum of RGB (Red+Green+Blue) = 238+197+120=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 120 (47.27% from 255 or 21.62% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC578 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC578 is #113A87. Grayscale: #C8C8C8. Windows color (decimal): -1129096 or 7914990. OLE color: 7914990.
HSL color Cylindrical-coordinate representation of color #EEC578: hue angle of 39.15º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEC578 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 120 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.07 |
| HSL | 39.15º | 0.78% | 0.7% | - |
| HSV(B) | 39.15º | 0.5% | 0.93% | - |
| XYZ | 58.62 | 59.47 | 26.16 | - |
| YUV | 200.48 | 82.58 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 120 | 0 | 0.17 | 0.50 | 0.07 | 39.15 | 0.78 | 0.7 |
| Hex | EE | C5 | 78 | 0 | 11 | 32 | 7 | 27 | 4E | 46 |
| Octal | 356 | 305 | 170 | 0 | 21 | 62 | 7 | 47 | 116 | 106 |
| Binary | 11101110 | 11000101 | 1111000 | 0 | 10001 | 110010 | 111 | 100111 | 1001110 | 1000110 |
Color Harmonies of #EEC578
Complementary color
Monochromatic Colors of #EEC578
Black with #EEC578
Text Example
Text Example
White with #EEC578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC578; }
p { color: rgb(238,197,120); }
H1.HeaderClassName
{
color: #EEC578;
}
.AnyTagClassName
{
color: #EEC578;
}
</style>
background-color css
<style>
a { background-color: #EEC578; }
a { background-color: rgb(238,197,120); }
div.DivClassName
{
background-color: #EEC578;
}
.BgClassName
{
background-color: #EEC578;
}
</style>
border-color css
<style>
span { border-color: #EEC578; }
span { border-color: rgb(238,197,120); }
td.TdClassName
{
border-color: #EEC578;
}
.TagClassName
{
border-color: #EEC578;
}
</style>