Shades of Marzipan #EBC575
Tints of Marzipan #EBC575
RGB
CMYK
RGB Variations
Color information
#EBC575 (or 0xEBC575) is known color: Marzipan. HEX triplet: EB, C5 and 75. RGB value is (235,197,117). Sum of RGB (Red+Green+Blue) = 235+197+117=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC575 is #143A8A. Grayscale: #C7C7C7. Windows color (decimal): -1325707 or 7718379. OLE color: 7718379.
HSL color Cylindrical-coordinate representation of color #EBC575: hue angle of 40.68º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBC575 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 117 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.08 |
| HSL | 40.68º | 0.75% | 0.69% | - |
| HSV(B) | 40.68º | 0.5% | 0.92% | - |
| XYZ | 57.44 | 58.88 | 25.17 | - |
| YUV | 199.24 | 81.59 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 117 | 0 | 0.16 | 0.50 | 0.08 | 40.68 | 0.75 | 0.69 |
| Hex | EB | C5 | 75 | 0 | 10 | 32 | 8 | 29 | 4B | 45 |
| Octal | 353 | 305 | 165 | 0 | 20 | 62 | 10 | 51 | 113 | 105 |
| Binary | 11101011 | 11000101 | 1110101 | 0 | 10000 | 110010 | 1000 | 101001 | 1001011 | 1000101 |
Color Harmonies of #EBC575
Complementary color
Monochromatic Colors of #EBC575
Black with #EBC575
Text Example
Text Example
White with #EBC575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC575; }
p { color: rgb(235,197,117); }
H1.HeaderClassName
{
color: #EBC575;
}
.AnyTagClassName
{
color: #EBC575;
}
</style>
background-color css
<style>
a { background-color: #EBC575; }
a { background-color: rgb(235,197,117); }
div.DivClassName
{
background-color: #EBC575;
}
.BgClassName
{
background-color: #EBC575;
}
</style>
border-color css
<style>
span { border-color: #EBC575; }
span { border-color: rgb(235,197,117); }
td.TdClassName
{
border-color: #EBC575;
}
.TagClassName
{
border-color: #EBC575;
}
</style>