Shades of Marzipan #EBC483
Tints of Marzipan #EBC483
RGB
CMYK
RGB Variations
Color information
#EBC483 (or 0xEBC483) is known color: Marzipan. HEX triplet: EB, C4 and 83. RGB value is (235,196,131). Sum of RGB (Red+Green+Blue) = 235+196+131=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 131 (51.56% from 255 or 23.31% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC483 is #143B7C. Grayscale: #C8C8C8. Windows color (decimal): -1325949 or 8635627. OLE color: 8635627.
HSL color Cylindrical-coordinate representation of color #EBC483: hue angle of 37.5º 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 #EBC483 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 131 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.08 |
| HSL | 37.5º | 0.72% | 0.72% | - |
| HSV(B) | 37.5º | 0.44% | 0.92% | - |
| XYZ | 58.1 | 58.78 | 29.76 | - |
| YUV | 200.25 | 88.92 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 131 | 0 | 0.17 | 0.44 | 0.08 | 37.5 | 0.72 | 0.72 |
| Hex | EB | C4 | 83 | 0 | 11 | 2C | 8 | 26 | 48 | 48 |
| Octal | 353 | 304 | 203 | 0 | 21 | 54 | 10 | 46 | 110 | 110 |
| Binary | 11101011 | 11000100 | 10000011 | 0 | 10001 | 101100 | 1000 | 100110 | 1001000 | 1001000 |
Color Harmonies of #EBC483
Complementary color
Monochromatic Colors of #EBC483
Black with #EBC483
Text Example
Text Example
White with #EBC483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC483; }
p { color: rgb(235,196,131); }
H1.HeaderClassName
{
color: #EBC483;
}
.AnyTagClassName
{
color: #EBC483;
}
</style>
background-color css
<style>
a { background-color: #EBC483; }
a { background-color: rgb(235,196,131); }
div.DivClassName
{
background-color: #EBC483;
}
.BgClassName
{
background-color: #EBC483;
}
</style>
border-color css
<style>
span { border-color: #EBC483; }
span { border-color: rgb(235,196,131); }
td.TdClassName
{
border-color: #EBC483;
}
.TagClassName
{
border-color: #EBC483;
}
</style>