Shades of Marzipan #EECA78
Tints of Marzipan #EECA78
RGB
CMYK
RGB Variations
Color information
#EECA78 (or 0xEECA78) is known color: Marzipan. HEX triplet: EE, CA and 78. RGB value is (238,202,120). Sum of RGB (Red+Green+Blue) = 238+202+120=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 120 (47.27% from 255 or 21.43% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA78 is #113587. Grayscale: #CBCBCB. Windows color (decimal): -1127816 or 7916270. OLE color: 7916270.
HSL color Cylindrical-coordinate representation of color #EECA78: hue angle of 41.69º 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 #EECA78 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 120 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.07 |
| HSL | 41.69º | 0.78% | 0.7% | - |
| HSV(B) | 41.69º | 0.5% | 0.93% | - |
| XYZ | 59.77 | 61.77 | 26.54 | - |
| YUV | 203.42 | 80.93 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 120 | 0 | 0.15 | 0.50 | 0.07 | 41.69 | 0.78 | 0.7 |
| Hex | EE | CA | 78 | 0 | F | 32 | 7 | 2A | 4E | 46 |
| Octal | 356 | 312 | 170 | 0 | 17 | 62 | 7 | 52 | 116 | 106 |
| Binary | 11101110 | 11001010 | 1111000 | 0 | 1111 | 110010 | 111 | 101010 | 1001110 | 1000110 |
Color Harmonies of #EECA78
Complementary color
Monochromatic Colors of #EECA78
Black with #EECA78
Text Example
Text Example
White with #EECA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA78; }
p { color: rgb(238,202,120); }
H1.HeaderClassName
{
color: #EECA78;
}
.AnyTagClassName
{
color: #EECA78;
}
</style>
background-color css
<style>
a { background-color: #EECA78; }
a { background-color: rgb(238,202,120); }
div.DivClassName
{
background-color: #EECA78;
}
.BgClassName
{
background-color: #EECA78;
}
</style>
border-color css
<style>
span { border-color: #EECA78; }
span { border-color: rgb(238,202,120); }
td.TdClassName
{
border-color: #EECA78;
}
.TagClassName
{
border-color: #EECA78;
}
</style>