Shades of Marzipan #EBC57B
Tints of Marzipan #EBC57B
RGB
CMYK
RGB Variations
Color information
#EBC57B (or 0xEBC57B) is known color: Marzipan. HEX triplet: EB, C5 and 7B. RGB value is (235,197,123). Sum of RGB (Red+Green+Blue) = 235+197+123=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 123 (48.44% from 255 or 22.16% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC57B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC57B is #143A84. Grayscale: #C8C8C8. Windows color (decimal): -1325701 or 8111595. OLE color: 8111595.
HSL color Cylindrical-coordinate representation of color #EBC57B: hue angle of 39.64º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EBC57B is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 123 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.08 |
| HSL | 39.64º | 0.74% | 0.7% | - |
| HSV(B) | 39.64º | 0.48% | 0.92% | - |
| XYZ | 57.8 | 59.02 | 27.09 | - |
| YUV | 199.93 | 84.59 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 123 | 0 | 0.16 | 0.48 | 0.08 | 39.64 | 0.74 | 0.7 |
| Hex | EB | C5 | 7B | 0 | 10 | 30 | 8 | 28 | 4A | 46 |
| Octal | 353 | 305 | 173 | 0 | 20 | 60 | 10 | 50 | 112 | 106 |
| Binary | 11101011 | 11000101 | 1111011 | 0 | 10000 | 110000 | 1000 | 101000 | 1001010 | 1000110 |
Color Harmonies of #EBC57B
Complementary color
Monochromatic Colors of #EBC57B
Black with #EBC57B
Text Example
Text Example
White with #EBC57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC57B; }
p { color: rgb(235,197,123); }
H1.HeaderClassName
{
color: #EBC57B;
}
.AnyTagClassName
{
color: #EBC57B;
}
</style>
background-color css
<style>
a { background-color: #EBC57B; }
a { background-color: rgb(235,197,123); }
div.DivClassName
{
background-color: #EBC57B;
}
.BgClassName
{
background-color: #EBC57B;
}
</style>
border-color css
<style>
span { border-color: #EBC57B; }
span { border-color: rgb(235,197,123); }
td.TdClassName
{
border-color: #EBC57B;
}
.TagClassName
{
border-color: #EBC57B;
}
</style>