Shades of Marzipan #EBC278
Tints of Marzipan #EBC278
RGB
CMYK
RGB Variations
Color information
#EBC278 (or 0xEBC278) is known color: Marzipan. HEX triplet: EB, C2 and 78. RGB value is (235,194,120). Sum of RGB (Red+Green+Blue) = 235+194+120=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 120 (47.27% from 255 or 21.86% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC278 is #143D87. Grayscale: #C6C6C6. Windows color (decimal): -1326472 or 7914219. OLE color: 7914219.
HSL color Cylindrical-coordinate representation of color #EBC278: hue angle of 38.61º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBC278 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 120 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.08 |
| HSL | 38.61º | 0.74% | 0.7% | - |
| HSV(B) | 38.61º | 0.49% | 0.92% | - |
| XYZ | 56.94 | 57.6 | 25.89 | - |
| YUV | 197.82 | 84.08 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 120 | 0 | 0.17 | 0.49 | 0.08 | 38.61 | 0.74 | 0.7 |
| Hex | EB | C2 | 78 | 0 | 11 | 31 | 8 | 27 | 4A | 46 |
| Octal | 353 | 302 | 170 | 0 | 21 | 61 | 10 | 47 | 112 | 106 |
| Binary | 11101011 | 11000010 | 1111000 | 0 | 10001 | 110001 | 1000 | 100111 | 1001010 | 1000110 |
Color Harmonies of #EBC278
Complementary color
Monochromatic Colors of #EBC278
Black with #EBC278
Text Example
Text Example
White with #EBC278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC278; }
p { color: rgb(235,194,120); }
H1.HeaderClassName
{
color: #EBC278;
}
.AnyTagClassName
{
color: #EBC278;
}
</style>
background-color css
<style>
a { background-color: #EBC278; }
a { background-color: rgb(235,194,120); }
div.DivClassName
{
background-color: #EBC278;
}
.BgClassName
{
background-color: #EBC278;
}
</style>
border-color css
<style>
span { border-color: #EBC278; }
span { border-color: rgb(235,194,120); }
td.TdClassName
{
border-color: #EBC278;
}
.TagClassName
{
border-color: #EBC278;
}
</style>