Shades of Marzipan #E8C27C
Tints of Marzipan #E8C27C
RGB
CMYK
RGB Variations
Color information
#E8C27C (or 0xE8C27C) is known color: Marzipan. HEX triplet: E8, C2 and 7C. RGB value is (232,194,124). Sum of RGB (Red+Green+Blue) = 232+194+124=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 124 (48.83% from 255 or 22.55% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C27C is #173D83. Grayscale: #C5C5C5. Windows color (decimal): -1523076 or 8176360. OLE color: 8176360.
HSL color Cylindrical-coordinate representation of color #E8C27C: hue angle of 38.89º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E8C27C is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 194 | 124 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.09 |
| HSL | 38.89º | 0.7% | 0.7% | - |
| HSV(B) | 38.89º | 0.47% | 0.91% | - |
| XYZ | 56.21 | 57.19 | 27.15 | - |
| YUV | 197.38 | 86.59 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 194 | 124 | 0 | 0.16 | 0.47 | 0.09 | 38.89 | 0.7 | 0.7 |
| Hex | E8 | C2 | 7C | 0 | 10 | 2F | 9 | 27 | 46 | 46 |
| Octal | 350 | 302 | 174 | 0 | 20 | 57 | 11 | 47 | 106 | 106 |
| Binary | 11101000 | 11000010 | 1111100 | 0 | 10000 | 101111 | 1001 | 100111 | 1000110 | 1000110 |
Color Harmonies of #E8C27C
Complementary color
Monochromatic Colors of #E8C27C
Black with #E8C27C
Text Example
Text Example
White with #E8C27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C27C; }
p { color: rgb(232,194,124); }
H1.HeaderClassName
{
color: #E8C27C;
}
.AnyTagClassName
{
color: #E8C27C;
}
</style>
background-color css
<style>
a { background-color: #E8C27C; }
a { background-color: rgb(232,194,124); }
div.DivClassName
{
background-color: #E8C27C;
}
.BgClassName
{
background-color: #E8C27C;
}
</style>
border-color css
<style>
span { border-color: #E8C27C; }
span { border-color: rgb(232,194,124); }
td.TdClassName
{
border-color: #E8C27C;
}
.TagClassName
{
border-color: #E8C27C;
}
</style>