Shades of Marzipan #E8D08B
Tints of Marzipan #E8D08B
RGB
CMYK
RGB Variations
Color information
#E8D08B (or 0xE8D08B) is known color: Marzipan. HEX triplet: E8, D0 and 8B. RGB value is (232,208,139). Sum of RGB (Red+Green+Blue) = 232+208+139=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 139 (54.69% from 255 or 24.01% from 579); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D08B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D08B is #172F74. Grayscale: #CFCFCF. Windows color (decimal): -1519477 or 9162984. OLE color: 9162984.
HSL color Cylindrical-coordinate representation of color #E8D08B: hue angle of 44.52º 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 #E8D08B is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 208 | 139 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.09 |
| HSL | 44.52º | 0.67% | 0.73% | - |
| HSV(B) | 44.52º | 0.4% | 0.91% | - |
| XYZ | 60.49 | 64.13 | 33.62 | - |
| YUV | 207.31 | 89.45 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 208 | 139 | 0 | 0.10 | 0.40 | 0.09 | 44.52 | 0.67 | 0.73 |
| Hex | E8 | D0 | 8B | 0 | A | 28 | 9 | 2D | 43 | 49 |
| Octal | 350 | 320 | 213 | 0 | 12 | 50 | 11 | 55 | 103 | 111 |
| Binary | 11101000 | 11010000 | 10001011 | 0 | 1010 | 101000 | 1001 | 101101 | 1000011 | 1001001 |
Color Harmonies of #E8D08B
Complementary color
Monochromatic Colors of #E8D08B
Black with #E8D08B
Text Example
Text Example
White with #E8D08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D08B; }
p { color: rgb(232,208,139); }
H1.HeaderClassName
{
color: #E8D08B;
}
.AnyTagClassName
{
color: #E8D08B;
}
</style>
background-color css
<style>
a { background-color: #E8D08B; }
a { background-color: rgb(232,208,139); }
div.DivClassName
{
background-color: #E8D08B;
}
.BgClassName
{
background-color: #E8D08B;
}
</style>
border-color css
<style>
span { border-color: #E8D08B; }
span { border-color: rgb(232,208,139); }
td.TdClassName
{
border-color: #E8D08B;
}
.TagClassName
{
border-color: #E8D08B;
}
</style>