Shades of Marzipan #EBC885
Tints of Marzipan #EBC885
RGB
CMYK
RGB Variations
Color information
#EBC885 (or 0xEBC885) is known color: Marzipan. HEX triplet: EB, C8 and 85. RGB value is (235,200,133). Sum of RGB (Red+Green+Blue) = 235+200+133=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 133 (52.34% from 255 or 23.42% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC885 is #14377A. Grayscale: #CBCBCB. Windows color (decimal): -1324923 or 8767723. OLE color: 8767723.
HSL color Cylindrical-coordinate representation of color #EBC885: hue angle of 39.41º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EBC885 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 133 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.08 |
| HSL | 39.41º | 0.72% | 0.72% | - |
| HSV(B) | 39.41º | 0.43% | 0.92% | - |
| XYZ | 59.15 | 60.66 | 30.78 | - |
| YUV | 202.83 | 88.6 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 133 | 0 | 0.15 | 0.43 | 0.08 | 39.41 | 0.72 | 0.72 |
| Hex | EB | C8 | 85 | 0 | F | 2B | 8 | 27 | 48 | 48 |
| Octal | 353 | 310 | 205 | 0 | 17 | 53 | 10 | 47 | 110 | 110 |
| Binary | 11101011 | 11001000 | 10000101 | 0 | 1111 | 101011 | 1000 | 100111 | 1001000 | 1001000 |
Color Harmonies of #EBC885
Complementary color
Monochromatic Colors of #EBC885
Black with #EBC885
Text Example
Text Example
White with #EBC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC885; }
p { color: rgb(235,200,133); }
H1.HeaderClassName
{
color: #EBC885;
}
.AnyTagClassName
{
color: #EBC885;
}
</style>
background-color css
<style>
a { background-color: #EBC885; }
a { background-color: rgb(235,200,133); }
div.DivClassName
{
background-color: #EBC885;
}
.BgClassName
{
background-color: #EBC885;
}
</style>
border-color css
<style>
span { border-color: #EBC885; }
span { border-color: rgb(235,200,133); }
td.TdClassName
{
border-color: #EBC885;
}
.TagClassName
{
border-color: #EBC885;
}
</style>