Shades of Marzipan #E8CE7A
Tints of Marzipan #E8CE7A
RGB
CMYK
RGB Variations
Color information
#E8CE7A (or 0xE8CE7A) is known color: Marzipan. HEX triplet: E8, CE and 7A. RGB value is (232,206,122). Sum of RGB (Red+Green+Blue) = 232+206+122=560 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.43% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CE7A is #173185. Grayscale: #CCCCCC. Windows color (decimal): -1520006 or 8048360. OLE color: 8048360.
HSL color Cylindrical-coordinate representation of color #E8CE7A: hue angle of 45.82º 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 #E8CE7A is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 206 | 122 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.09 |
| HSL | 45.82º | 0.71% | 0.69% | - |
| HSV(B) | 45.82º | 0.47% | 0.91% | - |
| XYZ | 58.86 | 62.7 | 27.41 | - |
| YUV | 204.2 | 81.61 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 122 | 0 | 0.11 | 0.47 | 0.09 | 45.82 | 0.71 | 0.69 |
| Hex | E8 | CE | 7A | 0 | B | 2F | 9 | 2E | 47 | 45 |
| Octal | 350 | 316 | 172 | 0 | 13 | 57 | 11 | 56 | 107 | 105 |
| Binary | 11101000 | 11001110 | 1111010 | 0 | 1011 | 101111 | 1001 | 101110 | 1000111 | 1000101 |
Color Harmonies of #E8CE7A
Complementary color
Monochromatic Colors of #E8CE7A
Black with #E8CE7A
Text Example
Text Example
White with #E8CE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CE7A; }
p { color: rgb(232,206,122); }
H1.HeaderClassName
{
color: #E8CE7A;
}
.AnyTagClassName
{
color: #E8CE7A;
}
</style>
background-color css
<style>
a { background-color: #E8CE7A; }
a { background-color: rgb(232,206,122); }
div.DivClassName
{
background-color: #E8CE7A;
}
.BgClassName
{
background-color: #E8CE7A;
}
</style>
border-color css
<style>
span { border-color: #E8CE7A; }
span { border-color: rgb(232,206,122); }
td.TdClassName
{
border-color: #E8CE7A;
}
.TagClassName
{
border-color: #E8CE7A;
}
</style>