Shades of Marzipan #E8CD85
Tints of Marzipan #E8CD85
RGB
CMYK
RGB Variations
Color information
#E8CD85 (or 0xE8CD85) is known color: Marzipan. HEX triplet: E8, CD and 85. RGB value is (232,205,133). Sum of RGB (Red+Green+Blue) = 232+205+133=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CD85 is #17327A. Grayscale: #CDCDCD. Windows color (decimal): -1520251 or 8769000. OLE color: 8769000.
HSL color Cylindrical-coordinate representation of color #E8CD85: hue angle of 43.64º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E8CD85 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 133 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.09 |
| HSL | 43.64º | 0.68% | 0.72% | - |
| HSV(B) | 43.64º | 0.43% | 0.91% | - |
| XYZ | 59.34 | 62.51 | 31.13 | - |
| YUV | 204.87 | 87.45 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 133 | 0 | 0.12 | 0.43 | 0.09 | 43.64 | 0.68 | 0.72 |
| Hex | E8 | CD | 85 | 0 | C | 2B | 9 | 2C | 44 | 48 |
| Octal | 350 | 315 | 205 | 0 | 14 | 53 | 11 | 54 | 104 | 110 |
| Binary | 11101000 | 11001101 | 10000101 | 0 | 1100 | 101011 | 1001 | 101100 | 1000100 | 1001000 |
Color Harmonies of #E8CD85
Complementary color
Monochromatic Colors of #E8CD85
Black with #E8CD85
Text Example
Text Example
White with #E8CD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CD85; }
p { color: rgb(232,205,133); }
H1.HeaderClassName
{
color: #E8CD85;
}
.AnyTagClassName
{
color: #E8CD85;
}
</style>
background-color css
<style>
a { background-color: #E8CD85; }
a { background-color: rgb(232,205,133); }
div.DivClassName
{
background-color: #E8CD85;
}
.BgClassName
{
background-color: #E8CD85;
}
</style>
border-color css
<style>
span { border-color: #E8CD85; }
span { border-color: rgb(232,205,133); }
td.TdClassName
{
border-color: #E8CD85;
}
.TagClassName
{
border-color: #E8CD85;
}
</style>