Shades of Marzipan #EEC778
Tints of Marzipan #EEC778
RGB
CMYK
RGB Variations
Color information
#EEC778 (or 0xEEC778) is known color: Marzipan. HEX triplet: EE, C7 and 78. RGB value is (238,199,120). Sum of RGB (Red+Green+Blue) = 238+199+120=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 120 (47.27% from 255 or 21.54% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC778 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC778 is #113887. Grayscale: #CACACA. Windows color (decimal): -1128584 or 7915502. OLE color: 7915502.
HSL color Cylindrical-coordinate representation of color #EEC778: hue angle of 40.17º 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 #EEC778 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 120 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.07 |
| HSL | 40.17º | 0.78% | 0.7% | - |
| HSV(B) | 40.17º | 0.5% | 0.93% | - |
| XYZ | 59.07 | 60.38 | 26.31 | - |
| YUV | 201.66 | 81.92 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 120 | 0 | 0.16 | 0.50 | 0.07 | 40.17 | 0.78 | 0.7 |
| Hex | EE | C7 | 78 | 0 | 10 | 32 | 7 | 28 | 4E | 46 |
| Octal | 356 | 307 | 170 | 0 | 20 | 62 | 7 | 50 | 116 | 106 |
| Binary | 11101110 | 11000111 | 1111000 | 0 | 10000 | 110010 | 111 | 101000 | 1001110 | 1000110 |
Color Harmonies of #EEC778
Complementary color
Monochromatic Colors of #EEC778
Black with #EEC778
Text Example
Text Example
White with #EEC778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC778; }
p { color: rgb(238,199,120); }
H1.HeaderClassName
{
color: #EEC778;
}
.AnyTagClassName
{
color: #EEC778;
}
</style>
background-color css
<style>
a { background-color: #EEC778; }
a { background-color: rgb(238,199,120); }
div.DivClassName
{
background-color: #EEC778;
}
.BgClassName
{
background-color: #EEC778;
}
</style>
border-color css
<style>
span { border-color: #EEC778; }
span { border-color: rgb(238,199,120); }
td.TdClassName
{
border-color: #EEC778;
}
.TagClassName
{
border-color: #EEC778;
}
</style>