Shades of Marzipan #E9CE80
Tints of Marzipan #E9CE80
RGB
CMYK
RGB Variations
Color information
#E9CE80 (or 0xE9CE80) is known color: Marzipan. HEX triplet: E9, CE and 80. RGB value is (233,206,128). Sum of RGB (Red+Green+Blue) = 233+206+128=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 128 (50.39% from 255 or 22.57% from 567); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CE80 is #16317F. Grayscale: #CDCDCD. Windows color (decimal): -1454464 or 8441577. OLE color: 8441577.
HSL color Cylindrical-coordinate representation of color #E9CE80: hue angle of 44.57º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E9CE80 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 128 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.09 |
| HSL | 44.57º | 0.7% | 0.71% | - |
| HSV(B) | 44.57º | 0.45% | 0.91% | - |
| XYZ | 59.57 | 63.02 | 29.45 | - |
| YUV | 205.18 | 84.45 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 128 | 0 | 0.12 | 0.45 | 0.09 | 44.57 | 0.7 | 0.71 |
| Hex | E9 | CE | 80 | 0 | C | 2D | 9 | 2D | 46 | 47 |
| Octal | 351 | 316 | 200 | 0 | 14 | 55 | 11 | 55 | 106 | 107 |
| Binary | 11101001 | 11001110 | 10000000 | 0 | 1100 | 101101 | 1001 | 101101 | 1000110 | 1000111 |
Color Harmonies of #E9CE80
Complementary color
Monochromatic Colors of #E9CE80
Black with #E9CE80
Text Example
Text Example
White with #E9CE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CE80; }
p { color: rgb(233,206,128); }
H1.HeaderClassName
{
color: #E9CE80;
}
.AnyTagClassName
{
color: #E9CE80;
}
</style>
background-color css
<style>
a { background-color: #E9CE80; }
a { background-color: rgb(233,206,128); }
div.DivClassName
{
background-color: #E9CE80;
}
.BgClassName
{
background-color: #E9CE80;
}
</style>
border-color css
<style>
span { border-color: #E9CE80; }
span { border-color: rgb(233,206,128); }
td.TdClassName
{
border-color: #E9CE80;
}
.TagClassName
{
border-color: #E9CE80;
}
</style>