Shades of Marzipan #EBC788
Tints of Marzipan #EBC788
RGB
CMYK
RGB Variations
Color information
#EBC788 (or 0xEBC788) is known color: Marzipan. HEX triplet: EB, C7 and 88. RGB value is (235,199,136). Sum of RGB (Red+Green+Blue) = 235+199+136=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 136 (53.52% from 255 or 23.86% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC788 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC788 is #143877. Grayscale: #CACACA. Windows color (decimal): -1325176 or 8964075. OLE color: 8964075.
HSL color Cylindrical-coordinate representation of color #EBC788: hue angle of 38.18º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EBC788 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 136 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.08 |
| HSL | 38.18º | 0.71% | 0.73% | - |
| HSV(B) | 38.18º | 0.42% | 0.92% | - |
| XYZ | 59.13 | 60.29 | 31.81 | - |
| YUV | 202.58 | 90.43 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 136 | 0 | 0.15 | 0.42 | 0.08 | 38.18 | 0.71 | 0.73 |
| Hex | EB | C7 | 88 | 0 | F | 2A | 8 | 26 | 47 | 49 |
| Octal | 353 | 307 | 210 | 0 | 17 | 52 | 10 | 46 | 107 | 111 |
| Binary | 11101011 | 11000111 | 10001000 | 0 | 1111 | 101010 | 1000 | 100110 | 1000111 | 1001001 |
Color Harmonies of #EBC788
Complementary color
Monochromatic Colors of #EBC788
Black with #EBC788
Text Example
Text Example
White with #EBC788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC788; }
p { color: rgb(235,199,136); }
H1.HeaderClassName
{
color: #EBC788;
}
.AnyTagClassName
{
color: #EBC788;
}
</style>
background-color css
<style>
a { background-color: #EBC788; }
a { background-color: rgb(235,199,136); }
div.DivClassName
{
background-color: #EBC788;
}
.BgClassName
{
background-color: #EBC788;
}
</style>
border-color css
<style>
span { border-color: #EBC788; }
span { border-color: rgb(235,199,136); }
td.TdClassName
{
border-color: #EBC788;
}
.TagClassName
{
border-color: #EBC788;
}
</style>