Shades of Marzipan #E9C878
Tints of Marzipan #E9C878
RGB
CMYK
RGB Variations
Color information
#E9C878 (or 0xE9C878) is known color: Marzipan. HEX triplet: E9, C8 and 78. RGB value is (233,200,120). Sum of RGB (Red+Green+Blue) = 233+200+120=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 120 (47.27% from 255 or 21.70% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C878 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C878 is #163787. Grayscale: #C9C9C9. Windows color (decimal): -1456008 or 7915753. OLE color: 7915753.
HSL color Cylindrical-coordinate representation of color #E9C878: hue angle of 42.48º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E9C878 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 200 | 120 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.09 |
| HSL | 42.48º | 0.72% | 0.69% | - |
| HSV(B) | 42.48º | 0.48% | 0.91% | - |
| XYZ | 57.65 | 59.99 | 26.31 | - |
| YUV | 200.75 | 82.43 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 200 | 120 | 0 | 0.14 | 0.48 | 0.09 | 42.48 | 0.72 | 0.69 |
| Hex | E9 | C8 | 78 | 0 | E | 30 | 9 | 2A | 48 | 45 |
| Octal | 351 | 310 | 170 | 0 | 16 | 60 | 11 | 52 | 110 | 105 |
| Binary | 11101001 | 11001000 | 1111000 | 0 | 1110 | 110000 | 1001 | 101010 | 1001000 | 1000101 |
Color Harmonies of #E9C878
Complementary color
Monochromatic Colors of #E9C878
Black with #E9C878
Text Example
Text Example
White with #E9C878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C878; }
p { color: rgb(233,200,120); }
H1.HeaderClassName
{
color: #E9C878;
}
.AnyTagClassName
{
color: #E9C878;
}
</style>
background-color css
<style>
a { background-color: #E9C878; }
a { background-color: rgb(233,200,120); }
div.DivClassName
{
background-color: #E9C878;
}
.BgClassName
{
background-color: #E9C878;
}
</style>
border-color css
<style>
span { border-color: #E9C878; }
span { border-color: rgb(233,200,120); }
td.TdClassName
{
border-color: #E9C878;
}
.TagClassName
{
border-color: #E9C878;
}
</style>