Shades of Marzipan #E8CA78
Tints of Marzipan #E8CA78
RGB
CMYK
RGB Variations
Color information
#E8CA78 (or 0xE8CA78) is known color: Marzipan. HEX triplet: E8, CA and 78. RGB value is (232,202,120). Sum of RGB (Red+Green+Blue) = 232+202+120=554 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.88% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 120 (47.27% from 255 or 21.66% from 554); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CA78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CA78 is #173587. Grayscale: #C9C9C9. Windows color (decimal): -1521032 or 7916264. OLE color: 7916264.
HSL color Cylindrical-coordinate representation of color #E8CA78: hue angle of 43.93º 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 #E8CA78 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 202 | 120 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.09 |
| HSL | 43.93º | 0.71% | 0.69% | - |
| HSV(B) | 43.93º | 0.48% | 0.91% | - |
| XYZ | 57.79 | 60.75 | 26.45 | - |
| YUV | 201.62 | 81.94 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 120 | 0 | 0.13 | 0.48 | 0.09 | 43.93 | 0.71 | 0.69 |
| Hex | E8 | CA | 78 | 0 | D | 30 | 9 | 2C | 47 | 45 |
| Octal | 350 | 312 | 170 | 0 | 15 | 60 | 11 | 54 | 107 | 105 |
| Binary | 11101000 | 11001010 | 1111000 | 0 | 1101 | 110000 | 1001 | 101100 | 1000111 | 1000101 |
Color Harmonies of #E8CA78
Complementary color
Monochromatic Colors of #E8CA78
Black with #E8CA78
Text Example
Text Example
White with #E8CA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CA78; }
p { color: rgb(232,202,120); }
H1.HeaderClassName
{
color: #E8CA78;
}
.AnyTagClassName
{
color: #E8CA78;
}
</style>
background-color css
<style>
a { background-color: #E8CA78; }
a { background-color: rgb(232,202,120); }
div.DivClassName
{
background-color: #E8CA78;
}
.BgClassName
{
background-color: #E8CA78;
}
</style>
border-color css
<style>
span { border-color: #E8CA78; }
span { border-color: rgb(232,202,120); }
td.TdClassName
{
border-color: #E8CA78;
}
.TagClassName
{
border-color: #E8CA78;
}
</style>