Shades of Marzipan #EBC785
Tints of Marzipan #EBC785
RGB
CMYK
RGB Variations
Color information
#EBC785 (or 0xEBC785) is known color: Marzipan. HEX triplet: EB, C7 and 85. RGB value is (235,199,133). Sum of RGB (Red+Green+Blue) = 235+199+133=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC785 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC785 is #14387A. Grayscale: #CACACA. Windows color (decimal): -1325179 or 8767467. OLE color: 8767467.
HSL color Cylindrical-coordinate representation of color #EBC785: hue angle of 38.82º 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 #EBC785 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 133 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.08 |
| HSL | 38.82º | 0.72% | 0.72% | - |
| HSV(B) | 38.82º | 0.43% | 0.92% | - |
| XYZ | 58.92 | 60.2 | 30.71 | - |
| YUV | 202.24 | 88.93 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 133 | 0 | 0.15 | 0.43 | 0.08 | 38.82 | 0.72 | 0.72 |
| Hex | EB | C7 | 85 | 0 | F | 2B | 8 | 27 | 48 | 48 |
| Octal | 353 | 307 | 205 | 0 | 17 | 53 | 10 | 47 | 110 | 110 |
| Binary | 11101011 | 11000111 | 10000101 | 0 | 1111 | 101011 | 1000 | 100111 | 1001000 | 1001000 |
Color Harmonies of #EBC785
Complementary color
Monochromatic Colors of #EBC785
Black with #EBC785
Text Example
Text Example
White with #EBC785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC785; }
p { color: rgb(235,199,133); }
H1.HeaderClassName
{
color: #EBC785;
}
.AnyTagClassName
{
color: #EBC785;
}
</style>
background-color css
<style>
a { background-color: #EBC785; }
a { background-color: rgb(235,199,133); }
div.DivClassName
{
background-color: #EBC785;
}
.BgClassName
{
background-color: #EBC785;
}
</style>
border-color css
<style>
span { border-color: #EBC785; }
span { border-color: rgb(235,199,133); }
td.TdClassName
{
border-color: #EBC785;
}
.TagClassName
{
border-color: #EBC785;
}
</style>