Shades of Marzipan #E8C778
Tints of Marzipan #E8C778
RGB
CMYK
RGB Variations
Color information
#E8C778 (or 0xE8C778) is known color: Marzipan. HEX triplet: E8, C7 and 78. RGB value is (232,199,120). Sum of RGB (Red+Green+Blue) = 232+199+120=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 120 (47.27% from 255 or 21.78% from 551); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C778 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C778 is #173887. Grayscale: #C8C8C8. Windows color (decimal): -1521800 or 7915496. OLE color: 7915496.
HSL color Cylindrical-coordinate representation of color #E8C778: hue angle of 42.32º degrees, saturation: 0.71, 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 #E8C778 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 199 | 120 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.09 |
| HSL | 42.32º | 0.71% | 0.69% | - |
| HSV(B) | 42.32º | 0.48% | 0.91% | - |
| XYZ | 57.09 | 59.36 | 26.22 | - |
| YUV | 199.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 199 | 120 | 0 | 0.14 | 0.48 | 0.09 | 42.32 | 0.71 | 0.69 |
| Hex | E8 | C7 | 78 | 0 | E | 30 | 9 | 2A | 47 | 45 |
| Octal | 350 | 307 | 170 | 0 | 16 | 60 | 11 | 52 | 107 | 105 |
| Binary | 11101000 | 11000111 | 1111000 | 0 | 1110 | 110000 | 1001 | 101010 | 1000111 | 1000101 |
Color Harmonies of #E8C778
Complementary color
Monochromatic Colors of #E8C778
Black with #E8C778
Text Example
Text Example
White with #E8C778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C778; }
p { color: rgb(232,199,120); }
H1.HeaderClassName
{
color: #E8C778;
}
.AnyTagClassName
{
color: #E8C778;
}
</style>
background-color css
<style>
a { background-color: #E8C778; }
a { background-color: rgb(232,199,120); }
div.DivClassName
{
background-color: #E8C778;
}
.BgClassName
{
background-color: #E8C778;
}
</style>
border-color css
<style>
span { border-color: #E8C778; }
span { border-color: rgb(232,199,120); }
td.TdClassName
{
border-color: #E8C778;
}
.TagClassName
{
border-color: #E8C778;
}
</style>