Shades of Marzipan #E8CD80
Tints of Marzipan #E8CD80
RGB
CMYK
RGB Variations
Color information
#E8CD80 (or 0xE8CD80) is known color: Marzipan. HEX triplet: E8, CD and 80. RGB value is (232,205,128). Sum of RGB (Red+Green+Blue) = 232+205+128=565 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.06% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CD80 is #17327F. Grayscale: #CCCCCC. Windows color (decimal): -1520256 or 8441320. OLE color: 8441320.
HSL color Cylindrical-coordinate representation of color #E8CD80: hue angle of 44.42º degrees, saturation: 0.69, 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 #E8CD80 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 128 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.09 |
| HSL | 44.42º | 0.69% | 0.71% | - |
| HSV(B) | 44.42º | 0.45% | 0.91% | - |
| XYZ | 59.01 | 62.38 | 29.35 | - |
| YUV | 204.3 | 84.95 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 128 | 0 | 0.12 | 0.45 | 0.09 | 44.42 | 0.69 | 0.71 |
| Hex | E8 | CD | 80 | 0 | C | 2D | 9 | 2C | 45 | 47 |
| Octal | 350 | 315 | 200 | 0 | 14 | 55 | 11 | 54 | 105 | 107 |
| Binary | 11101000 | 11001101 | 10000000 | 0 | 1100 | 101101 | 1001 | 101100 | 1000101 | 1000111 |
Color Harmonies of #E8CD80
Complementary color
Monochromatic Colors of #E8CD80
Black with #E8CD80
Text Example
Text Example
White with #E8CD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CD80; }
p { color: rgb(232,205,128); }
H1.HeaderClassName
{
color: #E8CD80;
}
.AnyTagClassName
{
color: #E8CD80;
}
</style>
background-color css
<style>
a { background-color: #E8CD80; }
a { background-color: rgb(232,205,128); }
div.DivClassName
{
background-color: #E8CD80;
}
.BgClassName
{
background-color: #E8CD80;
}
</style>
border-color css
<style>
span { border-color: #E8CD80; }
span { border-color: rgb(232,205,128); }
td.TdClassName
{
border-color: #E8CD80;
}
.TagClassName
{
border-color: #E8CD80;
}
</style>