Shades of Marzipan #E5C97C
Tints of Marzipan #E5C97C
RGB
CMYK
RGB Variations
Color information
#E5C97C (or 0xE5C97C) is known color: Marzipan. HEX triplet: E5, C9 and 7C. RGB value is (229,201,124). Sum of RGB (Red+Green+Blue) = 229+201+124=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C97C is #1A3683. Grayscale: #C8C8C8. Windows color (decimal): -1717892 or 8178149. OLE color: 8178149.
HSL color Cylindrical-coordinate representation of color #E5C97C: hue angle of 44º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E5C97C is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 201 | 124 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.10 |
| HSL | 44º | 0.67% | 0.69% | - |
| HSV(B) | 44º | 0.46% | 0.9% | - |
| XYZ | 56.84 | 59.89 | 27.63 | - |
| YUV | 200.59 | 84.78 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 201 | 124 | 0 | 0.12 | 0.46 | 0.10 | 44 | 0.67 | 0.69 |
| Hex | E5 | C9 | 7C | 0 | C | 2E | A | 2C | 43 | 45 |
| Octal | 345 | 311 | 174 | 0 | 14 | 56 | 12 | 54 | 103 | 105 |
| Binary | 11100101 | 11001001 | 1111100 | 0 | 1100 | 101110 | 1010 | 101100 | 1000011 | 1000101 |
Color Harmonies of #E5C97C
Complementary color
Monochromatic Colors of #E5C97C
Black with #E5C97C
Text Example
Text Example
White with #E5C97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C97C; }
p { color: rgb(229,201,124); }
H1.HeaderClassName
{
color: #E5C97C;
}
.AnyTagClassName
{
color: #E5C97C;
}
</style>
background-color css
<style>
a { background-color: #E5C97C; }
a { background-color: rgb(229,201,124); }
div.DivClassName
{
background-color: #E5C97C;
}
.BgClassName
{
background-color: #E5C97C;
}
</style>
border-color css
<style>
span { border-color: #E5C97C; }
span { border-color: rgb(229,201,124); }
td.TdClassName
{
border-color: #E5C97C;
}
.TagClassName
{
border-color: #E5C97C;
}
</style>