Shades of Marzipan #E8CB7A
Tints of Marzipan #E8CB7A
RGB
CMYK
RGB Variations
Color information
#E8CB7A (or 0xE8CB7A) is known color: Marzipan. HEX triplet: E8, CB and 7A. RGB value is (232,203,122). Sum of RGB (Red+Green+Blue) = 232+203+122=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 122 (48.05% from 255 or 21.90% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CB7A is #173485. Grayscale: #CACACA. Windows color (decimal): -1520774 or 8047592. OLE color: 8047592.
HSL color Cylindrical-coordinate representation of color #E8CB7A: hue angle of 44.18º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E8CB7A is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 203 | 122 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.09 |
| HSL | 44.18º | 0.71% | 0.69% | - |
| HSV(B) | 44.18º | 0.47% | 0.91% | - |
| XYZ | 58.15 | 61.27 | 27.17 | - |
| YUV | 202.44 | 82.61 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 203 | 122 | 0 | 0.12 | 0.47 | 0.09 | 44.18 | 0.71 | 0.69 |
| Hex | E8 | CB | 7A | 0 | C | 2F | 9 | 2C | 47 | 45 |
| Octal | 350 | 313 | 172 | 0 | 14 | 57 | 11 | 54 | 107 | 105 |
| Binary | 11101000 | 11001011 | 1111010 | 0 | 1100 | 101111 | 1001 | 101100 | 1000111 | 1000101 |
Color Harmonies of #E8CB7A
Complementary color
Monochromatic Colors of #E8CB7A
Black with #E8CB7A
Text Example
Text Example
White with #E8CB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CB7A; }
p { color: rgb(232,203,122); }
H1.HeaderClassName
{
color: #E8CB7A;
}
.AnyTagClassName
{
color: #E8CB7A;
}
</style>
background-color css
<style>
a { background-color: #E8CB7A; }
a { background-color: rgb(232,203,122); }
div.DivClassName
{
background-color: #E8CB7A;
}
.BgClassName
{
background-color: #E8CB7A;
}
</style>
border-color css
<style>
span { border-color: #E8CB7A; }
span { border-color: rgb(232,203,122); }
td.TdClassName
{
border-color: #E8CB7A;
}
.TagClassName
{
border-color: #E8CB7A;
}
</style>