Shades of Marzipan #EBC889
Tints of Marzipan #EBC889
RGB
CMYK
RGB Variations
Color information
#EBC889 (or 0xEBC889) is known color: Marzipan. HEX triplet: EB, C8 and 89. RGB value is (235,200,137). Sum of RGB (Red+Green+Blue) = 235+200+137=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 137 (53.91% from 255 or 23.95% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC889 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC889 is #143776. Grayscale: #CBCBCB. Windows color (decimal): -1324919 or 9029867. OLE color: 9029867.
HSL color Cylindrical-coordinate representation of color #EBC889: hue angle of 38.57º 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 #EBC889 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 137 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.08 |
| HSL | 38.57º | 0.71% | 0.73% | - |
| HSV(B) | 38.57º | 0.42% | 0.92% | - |
| XYZ | 59.43 | 60.78 | 32.27 | - |
| YUV | 203.28 | 90.6 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 137 | 0 | 0.15 | 0.42 | 0.08 | 38.57 | 0.71 | 0.73 |
| Hex | EB | C8 | 89 | 0 | F | 2A | 8 | 27 | 47 | 49 |
| Octal | 353 | 310 | 211 | 0 | 17 | 52 | 10 | 47 | 107 | 111 |
| Binary | 11101011 | 11001000 | 10001001 | 0 | 1111 | 101010 | 1000 | 100111 | 1000111 | 1001001 |
Color Harmonies of #EBC889
Complementary color
Monochromatic Colors of #EBC889
Black with #EBC889
Text Example
Text Example
White with #EBC889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC889; }
p { color: rgb(235,200,137); }
H1.HeaderClassName
{
color: #EBC889;
}
.AnyTagClassName
{
color: #EBC889;
}
</style>
background-color css
<style>
a { background-color: #EBC889; }
a { background-color: rgb(235,200,137); }
div.DivClassName
{
background-color: #EBC889;
}
.BgClassName
{
background-color: #EBC889;
}
</style>
border-color css
<style>
span { border-color: #EBC889; }
span { border-color: rgb(235,200,137); }
td.TdClassName
{
border-color: #EBC889;
}
.TagClassName
{
border-color: #EBC889;
}
</style>