Shades of Marzipan #E5C97D
Tints of Marzipan #E5C97D
RGB
CMYK
RGB Variations
Color information
#E5C97D (or 0xE5C97D) is known color: Marzipan. HEX triplet: E5, C9 and 7D. RGB value is (229,201,125). Sum of RGB (Red+Green+Blue) = 229+201+125=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C97D is #1A3682. Grayscale: #C9C9C9. Windows color (decimal): -1717891 or 8243685. OLE color: 8243685.
HSL color Cylindrical-coordinate representation of color #E5C97D: hue angle of 43.85º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5C97D is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 201 | 125 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.10 |
| HSL | 43.85º | 0.67% | 0.69% | - |
| HSV(B) | 43.85º | 0.45% | 0.9% | - |
| XYZ | 56.9 | 59.91 | 27.97 | - |
| YUV | 200.71 | 85.28 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 201 | 125 | 0 | 0.12 | 0.45 | 0.10 | 43.85 | 0.67 | 0.69 |
| Hex | E5 | C9 | 7D | 0 | C | 2D | A | 2C | 43 | 45 |
| Octal | 345 | 311 | 175 | 0 | 14 | 55 | 12 | 54 | 103 | 105 |
| Binary | 11100101 | 11001001 | 1111101 | 0 | 1100 | 101101 | 1010 | 101100 | 1000011 | 1000101 |
Color Harmonies of #E5C97D
Complementary color
Monochromatic Colors of #E5C97D
Black with #E5C97D
Text Example
Text Example
White with #E5C97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C97D; }
p { color: rgb(229,201,125); }
H1.HeaderClassName
{
color: #E5C97D;
}
.AnyTagClassName
{
color: #E5C97D;
}
</style>
background-color css
<style>
a { background-color: #E5C97D; }
a { background-color: rgb(229,201,125); }
div.DivClassName
{
background-color: #E5C97D;
}
.BgClassName
{
background-color: #E5C97D;
}
</style>
border-color css
<style>
span { border-color: #E5C97D; }
span { border-color: rgb(229,201,125); }
td.TdClassName
{
border-color: #E5C97D;
}
.TagClassName
{
border-color: #E5C97D;
}
</style>