Shades of Marzipan #E8CB82
Tints of Marzipan #E8CB82
RGB
CMYK
RGB Variations
Color information
#E8CB82 (or 0xE8CB82) is known color: Marzipan. HEX triplet: E8, CB and 82. RGB value is (232,203,130). Sum of RGB (Red+Green+Blue) = 232+203+130=565 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.06% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 130 (51.17% from 255 or 23.01% from 565); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CB82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CB82 is #17347D. Grayscale: #CBCBCB. Windows color (decimal): -1520766 or 8571880. OLE color: 8571880.
HSL color Cylindrical-coordinate representation of color #E8CB82: hue angle of 42.94º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E8CB82 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 203 | 130 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.09 |
| HSL | 42.94º | 0.69% | 0.71% | - |
| HSV(B) | 42.94º | 0.44% | 0.91% | - |
| XYZ | 58.66 | 61.48 | 29.89 | - |
| YUV | 203.35 | 86.61 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 203 | 130 | 0 | 0.12 | 0.44 | 0.09 | 42.94 | 0.69 | 0.71 |
| Hex | E8 | CB | 82 | 0 | C | 2C | 9 | 2B | 45 | 47 |
| Octal | 350 | 313 | 202 | 0 | 14 | 54 | 11 | 53 | 105 | 107 |
| Binary | 11101000 | 11001011 | 10000010 | 0 | 1100 | 101100 | 1001 | 101011 | 1000101 | 1000111 |
Color Harmonies of #E8CB82
Complementary color
Monochromatic Colors of #E8CB82
Black with #E8CB82
Text Example
Text Example
White with #E8CB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CB82; }
p { color: rgb(232,203,130); }
H1.HeaderClassName
{
color: #E8CB82;
}
.AnyTagClassName
{
color: #E8CB82;
}
</style>
background-color css
<style>
a { background-color: #E8CB82; }
a { background-color: rgb(232,203,130); }
div.DivClassName
{
background-color: #E8CB82;
}
.BgClassName
{
background-color: #E8CB82;
}
</style>
border-color css
<style>
span { border-color: #E8CB82; }
span { border-color: rgb(232,203,130); }
td.TdClassName
{
border-color: #E8CB82;
}
.TagClassName
{
border-color: #E8CB82;
}
</style>