Shades of Marzipan #E8C07B
Tints of Marzipan #E8C07B
RGB
CMYK
RGB Variations
Color information
#E8C07B (or 0xE8C07B) is known color: Marzipan. HEX triplet: E8, C0 and 7B. RGB value is (232,192,123). Sum of RGB (Red+Green+Blue) = 232+192+123=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 123 (48.44% from 255 or 22.49% from 547); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C07B is #173F84. Grayscale: #C4C4C4. Windows color (decimal): -1523589 or 8110312. OLE color: 8110312.
HSL color Cylindrical-coordinate representation of color #E8C07B: hue angle of 37.98º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E8C07B is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 192 | 123 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.09 |
| HSL | 37.98º | 0.7% | 0.7% | - |
| HSV(B) | 37.98º | 0.47% | 0.91% | - |
| XYZ | 55.7 | 56.29 | 26.67 | - |
| YUV | 196.09 | 86.75 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 192 | 123 | 0 | 0.17 | 0.47 | 0.09 | 37.98 | 0.7 | 0.7 |
| Hex | E8 | C0 | 7B | 0 | 11 | 2F | 9 | 26 | 46 | 46 |
| Octal | 350 | 300 | 173 | 0 | 21 | 57 | 11 | 46 | 106 | 106 |
| Binary | 11101000 | 11000000 | 1111011 | 0 | 10001 | 101111 | 1001 | 100110 | 1000110 | 1000110 |
Color Harmonies of #E8C07B
Complementary color
Monochromatic Colors of #E8C07B
Black with #E8C07B
Text Example
Text Example
White with #E8C07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C07B; }
p { color: rgb(232,192,123); }
H1.HeaderClassName
{
color: #E8C07B;
}
.AnyTagClassName
{
color: #E8C07B;
}
</style>
background-color css
<style>
a { background-color: #E8C07B; }
a { background-color: rgb(232,192,123); }
div.DivClassName
{
background-color: #E8C07B;
}
.BgClassName
{
background-color: #E8C07B;
}
</style>
border-color css
<style>
span { border-color: #E8C07B; }
span { border-color: rgb(232,192,123); }
td.TdClassName
{
border-color: #E8C07B;
}
.TagClassName
{
border-color: #E8C07B;
}
</style>