Shades of Marzipan #EECC7C
Tints of Marzipan #EECC7C
RGB
CMYK
RGB Variations
Color information
#EECC7C (or 0xEECC7C) is known color: Marzipan. HEX triplet: EE, CC and 7C. RGB value is (238,204,124). Sum of RGB (Red+Green+Blue) = 238+204+124=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 124 (48.83% from 255 or 21.91% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECC7C is #113383. Grayscale: #CDCDCD. Windows color (decimal): -1127300 or 8178926. OLE color: 8178926.
HSL color Cylindrical-coordinate representation of color #EECC7C: hue angle of 42.11º 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 #EECC7C is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 124 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.07 |
| HSL | 42.11º | 0.77% | 0.71% | - |
| HSV(B) | 42.11º | 0.48% | 0.93% | - |
| XYZ | 60.49 | 62.82 | 28.01 | - |
| YUV | 205.05 | 82.26 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 124 | 0 | 0.14 | 0.48 | 0.07 | 42.11 | 0.77 | 0.71 |
| Hex | EE | CC | 7C | 0 | E | 30 | 7 | 2A | 4D | 47 |
| Octal | 356 | 314 | 174 | 0 | 16 | 60 | 7 | 52 | 115 | 107 |
| Binary | 11101110 | 11001100 | 1111100 | 0 | 1110 | 110000 | 111 | 101010 | 1001101 | 1000111 |
Color Harmonies of #EECC7C
Complementary color
Monochromatic Colors of #EECC7C
Black with #EECC7C
Text Example
Text Example
White with #EECC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECC7C; }
p { color: rgb(238,204,124); }
H1.HeaderClassName
{
color: #EECC7C;
}
.AnyTagClassName
{
color: #EECC7C;
}
</style>
background-color css
<style>
a { background-color: #EECC7C; }
a { background-color: rgb(238,204,124); }
div.DivClassName
{
background-color: #EECC7C;
}
.BgClassName
{
background-color: #EECC7C;
}
</style>
border-color css
<style>
span { border-color: #EECC7C; }
span { border-color: rgb(238,204,124); }
td.TdClassName
{
border-color: #EECC7C;
}
.TagClassName
{
border-color: #EECC7C;
}
</style>