Shades of Marzipan #E8CB81
Tints of Marzipan #E8CB81
RGB
CMYK
RGB Variations
Color information
#E8CB81 (or 0xE8CB81) is known color: Marzipan. HEX triplet: E8, CB and 81. RGB value is (232,203,129). Sum of RGB (Red+Green+Blue) = 232+203+129=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 129 (50.78% from 255 or 22.87% from 564); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CB81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CB81 is #17347E. Grayscale: #CBCBCB. Windows color (decimal): -1520767 or 8506344. OLE color: 8506344.
HSL color Cylindrical-coordinate representation of color #E8CB81: hue angle of 43.11º 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 #E8CB81 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 203 | 129 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.09 |
| HSL | 43.11º | 0.69% | 0.71% | - |
| HSV(B) | 43.11º | 0.44% | 0.91% | - |
| XYZ | 58.6 | 61.45 | 29.54 | - |
| YUV | 203.24 | 86.11 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 203 | 129 | 0 | 0.12 | 0.44 | 0.09 | 43.11 | 0.69 | 0.71 |
| Hex | E8 | CB | 81 | 0 | C | 2C | 9 | 2B | 45 | 47 |
| Octal | 350 | 313 | 201 | 0 | 14 | 54 | 11 | 53 | 105 | 107 |
| Binary | 11101000 | 11001011 | 10000001 | 0 | 1100 | 101100 | 1001 | 101011 | 1000101 | 1000111 |
Color Harmonies of #E8CB81
Complementary color
Monochromatic Colors of #E8CB81
Black with #E8CB81
Text Example
Text Example
White with #E8CB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CB81; }
p { color: rgb(232,203,129); }
H1.HeaderClassName
{
color: #E8CB81;
}
.AnyTagClassName
{
color: #E8CB81;
}
</style>
background-color css
<style>
a { background-color: #E8CB81; }
a { background-color: rgb(232,203,129); }
div.DivClassName
{
background-color: #E8CB81;
}
.BgClassName
{
background-color: #E8CB81;
}
</style>
border-color css
<style>
span { border-color: #E8CB81; }
span { border-color: rgb(232,203,129); }
td.TdClassName
{
border-color: #E8CB81;
}
.TagClassName
{
border-color: #E8CB81;
}
</style>