Shades of Marzipan #EBCB7C
Tints of Marzipan #EBCB7C
RGB
CMYK
RGB Variations
Color information
#EBCB7C (or 0xEBCB7C) is known color: Marzipan. HEX triplet: EB, CB and 7C. RGB value is (235,203,124). Sum of RGB (Red+Green+Blue) = 235+203+124=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 124 (48.83% from 255 or 22.06% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCB7C is #143483. Grayscale: #CBCBCB. Windows color (decimal): -1324164 or 8178667. OLE color: 8178667.
HSL color Cylindrical-coordinate representation of color #EBCB7C: hue angle of 42.7º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EBCB7C is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 203 | 124 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.08 |
| HSL | 42.7º | 0.74% | 0.7% | - |
| HSV(B) | 42.7º | 0.47% | 0.92% | - |
| XYZ | 59.25 | 61.83 | 27.88 | - |
| YUV | 203.56 | 83.1 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 124 | 0 | 0.14 | 0.47 | 0.08 | 42.7 | 0.74 | 0.7 |
| Hex | EB | CB | 7C | 0 | E | 2F | 8 | 2B | 4A | 46 |
| Octal | 353 | 313 | 174 | 0 | 16 | 57 | 10 | 53 | 112 | 106 |
| Binary | 11101011 | 11001011 | 1111100 | 0 | 1110 | 101111 | 1000 | 101011 | 1001010 | 1000110 |
Color Harmonies of #EBCB7C
Complementary color
Monochromatic Colors of #EBCB7C
Black with #EBCB7C
Text Example
Text Example
White with #EBCB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCB7C; }
p { color: rgb(235,203,124); }
H1.HeaderClassName
{
color: #EBCB7C;
}
.AnyTagClassName
{
color: #EBCB7C;
}
</style>
background-color css
<style>
a { background-color: #EBCB7C; }
a { background-color: rgb(235,203,124); }
div.DivClassName
{
background-color: #EBCB7C;
}
.BgClassName
{
background-color: #EBCB7C;
}
</style>
border-color css
<style>
span { border-color: #EBCB7C; }
span { border-color: rgb(235,203,124); }
td.TdClassName
{
border-color: #EBCB7C;
}
.TagClassName
{
border-color: #EBCB7C;
}
</style>