Shades of Marzipan #EECE7C
Tints of Marzipan #EECE7C
RGB
CMYK
RGB Variations
Color information
#EECE7C (or 0xEECE7C) is known color: Marzipan. HEX triplet: EE, CE and 7C. RGB value is (238,206,124). Sum of RGB (Red+Green+Blue) = 238+206+124=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 124 (48.83% from 255 or 21.83% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECE7C is #113183. Grayscale: #CECECE. Windows color (decimal): -1126788 or 8179438. OLE color: 8179438.
HSL color Cylindrical-coordinate representation of color #EECE7C: hue angle of 43.16º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EECE7C is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 124 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.07 |
| HSL | 43.16º | 0.77% | 0.71% | - |
| HSV(B) | 43.16º | 0.48% | 0.93% | - |
| XYZ | 60.97 | 63.77 | 28.17 | - |
| YUV | 206.22 | 81.6 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 124 | 0 | 0.13 | 0.48 | 0.07 | 43.16 | 0.77 | 0.71 |
| Hex | EE | CE | 7C | 0 | D | 30 | 7 | 2B | 4D | 47 |
| Octal | 356 | 316 | 174 | 0 | 15 | 60 | 7 | 53 | 115 | 107 |
| Binary | 11101110 | 11001110 | 1111100 | 0 | 1101 | 110000 | 111 | 101011 | 1001101 | 1000111 |
Color Harmonies of #EECE7C
Complementary color
Monochromatic Colors of #EECE7C
Black with #EECE7C
Text Example
Text Example
White with #EECE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE7C; }
p { color: rgb(238,206,124); }
H1.HeaderClassName
{
color: #EECE7C;
}
.AnyTagClassName
{
color: #EECE7C;
}
</style>
background-color css
<style>
a { background-color: #EECE7C; }
a { background-color: rgb(238,206,124); }
div.DivClassName
{
background-color: #EECE7C;
}
.BgClassName
{
background-color: #EECE7C;
}
</style>
border-color css
<style>
span { border-color: #EECE7C; }
span { border-color: rgb(238,206,124); }
td.TdClassName
{
border-color: #EECE7C;
}
.TagClassName
{
border-color: #EECE7C;
}
</style>