Shades of Marzipan #E8CB8B
Tints of Marzipan #E8CB8B
RGB
CMYK
RGB Variations
Color information
#E8CB8B (or 0xE8CB8B) is known color: Marzipan. HEX triplet: E8, CB and 8B. RGB value is (232,203,139). Sum of RGB (Red+Green+Blue) = 232+203+139=574 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.42% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 139 (54.69% from 255 or 24.22% from 574); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CB8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CB8B is #173474. Grayscale: #CCCCCC. Windows color (decimal): -1520757 or 9161704. OLE color: 9161704.
HSL color Cylindrical-coordinate representation of color #E8CB8B: hue angle of 41.29º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E8CB8B is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 203 | 139 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.09 |
| HSL | 41.29º | 0.67% | 0.73% | - |
| HSV(B) | 41.29º | 0.4% | 0.91% | - |
| XYZ | 59.29 | 61.73 | 33.22 | - |
| YUV | 204.38 | 91.11 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 203 | 139 | 0 | 0.12 | 0.40 | 0.09 | 41.29 | 0.67 | 0.73 |
| Hex | E8 | CB | 8B | 0 | C | 28 | 9 | 29 | 43 | 49 |
| Octal | 350 | 313 | 213 | 0 | 14 | 50 | 11 | 51 | 103 | 111 |
| Binary | 11101000 | 11001011 | 10001011 | 0 | 1100 | 101000 | 1001 | 101001 | 1000011 | 1001001 |
Color Harmonies of #E8CB8B
Complementary color
Monochromatic Colors of #E8CB8B
Black with #E8CB8B
Text Example
Text Example
White with #E8CB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CB8B; }
p { color: rgb(232,203,139); }
H1.HeaderClassName
{
color: #E8CB8B;
}
.AnyTagClassName
{
color: #E8CB8B;
}
</style>
background-color css
<style>
a { background-color: #E8CB8B; }
a { background-color: rgb(232,203,139); }
div.DivClassName
{
background-color: #E8CB8B;
}
.BgClassName
{
background-color: #E8CB8B;
}
</style>
border-color css
<style>
span { border-color: #E8CB8B; }
span { border-color: rgb(232,203,139); }
td.TdClassName
{
border-color: #E8CB8B;
}
.TagClassName
{
border-color: #E8CB8B;
}
</style>