Shades of Marzipan #E9CD80
Tints of Marzipan #E9CD80
RGB
CMYK
RGB Variations
Color information
#E9CD80 (or 0xE9CD80) is known color: Marzipan. HEX triplet: E9, CD and 80. RGB value is (233,205,128). Sum of RGB (Red+Green+Blue) = 233+205+128=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 128 (50.39% from 255 or 22.61% from 566); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CD80 is #16327F. Grayscale: #CCCCCC. Windows color (decimal): -1454720 or 8441321. OLE color: 8441321.
HSL color Cylindrical-coordinate representation of color #E9CD80: hue angle of 44º 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 #E9CD80 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 205 | 128 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.09 |
| HSL | 44º | 0.7% | 0.71% | - |
| HSV(B) | 44º | 0.45% | 0.91% | - |
| XYZ | 59.33 | 62.54 | 29.37 | - |
| YUV | 204.59 | 84.78 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 205 | 128 | 0 | 0.12 | 0.45 | 0.09 | 44 | 0.7 | 0.71 |
| Hex | E9 | CD | 80 | 0 | C | 2D | 9 | 2C | 46 | 47 |
| Octal | 351 | 315 | 200 | 0 | 14 | 55 | 11 | 54 | 106 | 107 |
| Binary | 11101001 | 11001101 | 10000000 | 0 | 1100 | 101101 | 1001 | 101100 | 1000110 | 1000111 |
Color Harmonies of #E9CD80
Complementary color
Monochromatic Colors of #E9CD80
Black with #E9CD80
Text Example
Text Example
White with #E9CD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CD80; }
p { color: rgb(233,205,128); }
H1.HeaderClassName
{
color: #E9CD80;
}
.AnyTagClassName
{
color: #E9CD80;
}
</style>
background-color css
<style>
a { background-color: #E9CD80; }
a { background-color: rgb(233,205,128); }
div.DivClassName
{
background-color: #E9CD80;
}
.BgClassName
{
background-color: #E9CD80;
}
</style>
border-color css
<style>
span { border-color: #E9CD80; }
span { border-color: rgb(233,205,128); }
td.TdClassName
{
border-color: #E9CD80;
}
.TagClassName
{
border-color: #E9CD80;
}
</style>