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