Shades of Marzipan #EBC377
Tints of Marzipan #EBC377
RGB
CMYK
RGB Variations
Color information
#EBC377 (or 0xEBC377) is known color: Marzipan. HEX triplet: EB, C3 and 77. RGB value is (235,195,119). Sum of RGB (Red+Green+Blue) = 235+195+119=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 119 (46.88% from 255 or 21.68% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC377 is #143C88. Grayscale: #C6C6C6. Windows color (decimal): -1326217 or 7848939. OLE color: 7848939.
HSL color Cylindrical-coordinate representation of color #EBC377: hue angle of 39.31º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBC377 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 119 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.08 |
| HSL | 39.31º | 0.74% | 0.69% | - |
| HSV(B) | 39.31º | 0.49% | 0.92% | - |
| XYZ | 57.11 | 58.02 | 25.64 | - |
| YUV | 198.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 119 | 0 | 0.17 | 0.49 | 0.08 | 39.31 | 0.74 | 0.69 |
| Hex | EB | C3 | 77 | 0 | 11 | 31 | 8 | 27 | 4A | 45 |
| Octal | 353 | 303 | 167 | 0 | 21 | 61 | 10 | 47 | 112 | 105 |
| Binary | 11101011 | 11000011 | 1110111 | 0 | 10001 | 110001 | 1000 | 100111 | 1001010 | 1000101 |
Color Harmonies of #EBC377
Complementary color
Monochromatic Colors of #EBC377
Black with #EBC377
Text Example
Text Example
White with #EBC377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC377; }
p { color: rgb(235,195,119); }
H1.HeaderClassName
{
color: #EBC377;
}
.AnyTagClassName
{
color: #EBC377;
}
</style>
background-color css
<style>
a { background-color: #EBC377; }
a { background-color: rgb(235,195,119); }
div.DivClassName
{
background-color: #EBC377;
}
.BgClassName
{
background-color: #EBC377;
}
</style>
border-color css
<style>
span { border-color: #EBC377; }
span { border-color: rgb(235,195,119); }
td.TdClassName
{
border-color: #EBC377;
}
.TagClassName
{
border-color: #EBC377;
}
</style>