Shades of Marzipan #E8CD84
Tints of Marzipan #E8CD84
RGB
CMYK
RGB Variations
Color information
#E8CD84 (or 0xE8CD84) is known color: Marzipan. HEX triplet: E8, CD and 84. RGB value is (232,205,132). Sum of RGB (Red+Green+Blue) = 232+205+132=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CD84 is #17327B. Grayscale: #CDCDCD. Windows color (decimal): -1520252 or 8703464. OLE color: 8703464.
HSL color Cylindrical-coordinate representation of color #E8CD84: hue angle of 43.8º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E8CD84 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 132 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.09 |
| HSL | 43.8º | 0.68% | 0.71% | - |
| HSV(B) | 43.8º | 0.43% | 0.91% | - |
| XYZ | 59.27 | 62.48 | 30.77 | - |
| YUV | 204.75 | 86.95 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 132 | 0 | 0.12 | 0.43 | 0.09 | 43.8 | 0.68 | 0.71 |
| Hex | E8 | CD | 84 | 0 | C | 2B | 9 | 2C | 44 | 47 |
| Octal | 350 | 315 | 204 | 0 | 14 | 53 | 11 | 54 | 104 | 107 |
| Binary | 11101000 | 11001101 | 10000100 | 0 | 1100 | 101011 | 1001 | 101100 | 1000100 | 1000111 |
Color Harmonies of #E8CD84
Complementary color
Monochromatic Colors of #E8CD84
Black with #E8CD84
Text Example
Text Example
White with #E8CD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CD84; }
p { color: rgb(232,205,132); }
H1.HeaderClassName
{
color: #E8CD84;
}
.AnyTagClassName
{
color: #E8CD84;
}
</style>
background-color css
<style>
a { background-color: #E8CD84; }
a { background-color: rgb(232,205,132); }
div.DivClassName
{
background-color: #E8CD84;
}
.BgClassName
{
background-color: #E8CD84;
}
</style>
border-color css
<style>
span { border-color: #E8CD84; }
span { border-color: rgb(232,205,132); }
td.TdClassName
{
border-color: #E8CD84;
}
.TagClassName
{
border-color: #E8CD84;
}
</style>