Shades of Marzipan #E8C97F
Tints of Marzipan #E8C97F
RGB
CMYK
RGB Variations
Color information
#E8C97F (or 0xE8C97F) is known color: Marzipan. HEX triplet: E8, C9 and 7F. RGB value is (232,201,127). Sum of RGB (Red+Green+Blue) = 232+201+127=560 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.43% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 127 (50% from 255 or 22.68% from 560); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C97F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C97F is #173680. Grayscale: #CACACA. Windows color (decimal): -1521281 or 8374760. OLE color: 8374760.
HSL color Cylindrical-coordinate representation of color #E8C97F: hue angle of 42.29º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E8C97F is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 201 | 127 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.09 |
| HSL | 42.29º | 0.7% | 0.7% | - |
| HSV(B) | 42.29º | 0.45% | 0.91% | - |
| XYZ | 58 | 60.46 | 28.69 | - |
| YUV | 201.83 | 85.77 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 201 | 127 | 0 | 0.13 | 0.45 | 0.09 | 42.29 | 0.7 | 0.7 |
| Hex | E8 | C9 | 7F | 0 | D | 2D | 9 | 2A | 46 | 46 |
| Octal | 350 | 311 | 177 | 0 | 15 | 55 | 11 | 52 | 106 | 106 |
| Binary | 11101000 | 11001001 | 1111111 | 0 | 1101 | 101101 | 1001 | 101010 | 1000110 | 1000110 |
Color Harmonies of #E8C97F
Complementary color
Monochromatic Colors of #E8C97F
Black with #E8C97F
Text Example
Text Example
White with #E8C97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C97F; }
p { color: rgb(232,201,127); }
H1.HeaderClassName
{
color: #E8C97F;
}
.AnyTagClassName
{
color: #E8C97F;
}
</style>
background-color css
<style>
a { background-color: #E8C97F; }
a { background-color: rgb(232,201,127); }
div.DivClassName
{
background-color: #E8C97F;
}
.BgClassName
{
background-color: #E8C97F;
}
</style>
border-color css
<style>
span { border-color: #E8C97F; }
span { border-color: rgb(232,201,127); }
td.TdClassName
{
border-color: #E8C97F;
}
.TagClassName
{
border-color: #E8C97F;
}
</style>