Shades of Marzipan #EBC47B
Tints of Marzipan #EBC47B
RGB
CMYK
RGB Variations
Color information
#EBC47B (or 0xEBC47B) is known color: Marzipan. HEX triplet: EB, C4 and 7B. RGB value is (235,196,123). Sum of RGB (Red+Green+Blue) = 235+196+123=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 123 (48.44% from 255 or 22.20% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC47B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC47B is #143B84. Grayscale: #C7C7C7. Windows color (decimal): -1325957 or 8111339. OLE color: 8111339.
HSL color Cylindrical-coordinate representation of color #EBC47B: hue angle of 39.11º 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 #EBC47B is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 123 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.08 |
| HSL | 39.11º | 0.74% | 0.7% | - |
| HSV(B) | 39.11º | 0.48% | 0.92% | - |
| XYZ | 57.58 | 58.57 | 27.01 | - |
| YUV | 199.34 | 84.92 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 123 | 0 | 0.17 | 0.48 | 0.08 | 39.11 | 0.74 | 0.7 |
| Hex | EB | C4 | 7B | 0 | 11 | 30 | 8 | 27 | 4A | 46 |
| Octal | 353 | 304 | 173 | 0 | 21 | 60 | 10 | 47 | 112 | 106 |
| Binary | 11101011 | 11000100 | 1111011 | 0 | 10001 | 110000 | 1000 | 100111 | 1001010 | 1000110 |
Color Harmonies of #EBC47B
Complementary color
Monochromatic Colors of #EBC47B
Black with #EBC47B
Text Example
Text Example
White with #EBC47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC47B; }
p { color: rgb(235,196,123); }
H1.HeaderClassName
{
color: #EBC47B;
}
.AnyTagClassName
{
color: #EBC47B;
}
</style>
background-color css
<style>
a { background-color: #EBC47B; }
a { background-color: rgb(235,196,123); }
div.DivClassName
{
background-color: #EBC47B;
}
.BgClassName
{
background-color: #EBC47B;
}
</style>
border-color css
<style>
span { border-color: #EBC47B; }
span { border-color: rgb(235,196,123); }
td.TdClassName
{
border-color: #EBC47B;
}
.TagClassName
{
border-color: #EBC47B;
}
</style>