Shades of Marzipan #EBC883
Tints of Marzipan #EBC883
RGB
CMYK
RGB Variations
Color information
#EBC883 (or 0xEBC883) is known color: Marzipan. HEX triplet: EB, C8 and 83. RGB value is (235,200,131). Sum of RGB (Red+Green+Blue) = 235+200+131=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 131 (51.56% from 255 or 23.14% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC883 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC883 is #14377C. Grayscale: #CACACA. Windows color (decimal): -1324925 or 8636651. OLE color: 8636651.
HSL color Cylindrical-coordinate representation of color #EBC883: hue angle of 39.81º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EBC883 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 131 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.08 |
| HSL | 39.81º | 0.72% | 0.72% | - |
| HSV(B) | 39.81º | 0.44% | 0.92% | - |
| XYZ | 59.01 | 60.61 | 30.06 | - |
| YUV | 202.6 | 87.6 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 131 | 0 | 0.15 | 0.44 | 0.08 | 39.81 | 0.72 | 0.72 |
| Hex | EB | C8 | 83 | 0 | F | 2C | 8 | 28 | 48 | 48 |
| Octal | 353 | 310 | 203 | 0 | 17 | 54 | 10 | 50 | 110 | 110 |
| Binary | 11101011 | 11001000 | 10000011 | 0 | 1111 | 101100 | 1000 | 101000 | 1001000 | 1001000 |
Color Harmonies of #EBC883
Complementary color
Monochromatic Colors of #EBC883
Black with #EBC883
Text Example
Text Example
White with #EBC883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC883; }
p { color: rgb(235,200,131); }
H1.HeaderClassName
{
color: #EBC883;
}
.AnyTagClassName
{
color: #EBC883;
}
</style>
background-color css
<style>
a { background-color: #EBC883; }
a { background-color: rgb(235,200,131); }
div.DivClassName
{
background-color: #EBC883;
}
.BgClassName
{
background-color: #EBC883;
}
</style>
border-color css
<style>
span { border-color: #EBC883; }
span { border-color: rgb(235,200,131); }
td.TdClassName
{
border-color: #EBC883;
}
.TagClassName
{
border-color: #EBC883;
}
</style>