Shades of Marzipan #EECE7F
Tints of Marzipan #EECE7F
RGB
CMYK
RGB Variations
Color information
#EECE7F (or 0xEECE7F) is known color: Marzipan. HEX triplet: EE, CE and 7F. RGB value is (238,206,127). Sum of RGB (Red+Green+Blue) = 238+206+127=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 127 (50% from 255 or 22.24% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECE7F is #113180. Grayscale: #CECECE. Windows color (decimal): -1126785 or 8376046. OLE color: 8376046.
HSL color Cylindrical-coordinate representation of color #EECE7F: hue angle of 42.7º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EECE7F is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 127 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.07 |
| HSL | 42.7º | 0.77% | 0.72% | - |
| HSV(B) | 42.7º | 0.47% | 0.93% | - |
| XYZ | 61.16 | 63.85 | 29.18 | - |
| YUV | 206.56 | 83.1 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 127 | 0 | 0.13 | 0.47 | 0.07 | 42.7 | 0.77 | 0.72 |
| Hex | EE | CE | 7F | 0 | D | 2F | 7 | 2B | 4D | 48 |
| Octal | 356 | 316 | 177 | 0 | 15 | 57 | 7 | 53 | 115 | 110 |
| Binary | 11101110 | 11001110 | 1111111 | 0 | 1101 | 101111 | 111 | 101011 | 1001101 | 1001000 |
Color Harmonies of #EECE7F
Complementary color
Monochromatic Colors of #EECE7F
Black with #EECE7F
Text Example
Text Example
White with #EECE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE7F; }
p { color: rgb(238,206,127); }
H1.HeaderClassName
{
color: #EECE7F;
}
.AnyTagClassName
{
color: #EECE7F;
}
</style>
background-color css
<style>
a { background-color: #EECE7F; }
a { background-color: rgb(238,206,127); }
div.DivClassName
{
background-color: #EECE7F;
}
.BgClassName
{
background-color: #EECE7F;
}
</style>
border-color css
<style>
span { border-color: #EECE7F; }
span { border-color: rgb(238,206,127); }
td.TdClassName
{
border-color: #EECE7F;
}
.TagClassName
{
border-color: #EECE7F;
}
</style>