Shades of Marzipan #EBCE8D
Tints of Marzipan #EBCE8D
RGB
CMYK
RGB Variations
Color information
#EBCE8D (or 0xEBCE8D) is known color: Marzipan. HEX triplet: EB, CE and 8D. RGB value is (235,206,141). Sum of RGB (Red+Green+Blue) = 235+206+141=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCE8D is #143172. Grayscale: #CFCFCF. Windows color (decimal): -1323379 or 9293547. OLE color: 9293547.
HSL color Cylindrical-coordinate representation of color #EBCE8D: hue angle of 41.49º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBCE8D is Cyan = 0, Magento = 0.12, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 206 | 141 | - |
| CMYK | 0 | 0.12 | 0.4 | 0.08 |
| HSL | 41.49º | 0.7% | 0.74% | - |
| HSV(B) | 41.49º | 0.4% | 0.92% | - |
| XYZ | 61.14 | 63.73 | 34.28 | - |
| YUV | 207.26 | 90.61 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 206 | 141 | 0 | 0.12 | 0.4 | 0.08 | 41.49 | 0.7 | 0.74 |
| Hex | EB | CE | 8D | 0 | C | 28 | 8 | 29 | 46 | 4A |
| Octal | 353 | 316 | 215 | 0 | 14 | 50 | 10 | 51 | 106 | 112 |
| Binary | 11101011 | 11001110 | 10001101 | 0 | 1100 | 101000 | 1000 | 101001 | 1000110 | 1001010 |
Color Harmonies of #EBCE8D
Complementary color
Monochromatic Colors of #EBCE8D
Black with #EBCE8D
Text Example
Text Example
White with #EBCE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCE8D; }
p { color: rgb(235,206,141); }
H1.HeaderClassName
{
color: #EBCE8D;
}
.AnyTagClassName
{
color: #EBCE8D;
}
</style>
background-color css
<style>
a { background-color: #EBCE8D; }
a { background-color: rgb(235,206,141); }
div.DivClassName
{
background-color: #EBCE8D;
}
.BgClassName
{
background-color: #EBCE8D;
}
</style>
border-color css
<style>
span { border-color: #EBCE8D; }
span { border-color: rgb(235,206,141); }
td.TdClassName
{
border-color: #EBCE8D;
}
.TagClassName
{
border-color: #EBCE8D;
}
</style>