Shades of Marzipan #EBC574
Tints of Marzipan #EBC574
RGB
CMYK
RGB Variations
Color information
#EBC574 (or 0xEBC574) is known color: Marzipan. HEX triplet: EB, C5 and 74. RGB value is (235,197,116). Sum of RGB (Red+Green+Blue) = 235+197+116=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 116 (45.70% from 255 or 21.17% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC574 is #143A8B. Grayscale: #C7C7C7. Windows color (decimal): -1325708 or 7652843. OLE color: 7652843.
HSL color Cylindrical-coordinate representation of color #EBC574: hue angle of 40.84º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBC574 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 116 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.08 |
| HSL | 40.84º | 0.75% | 0.69% | - |
| HSV(B) | 40.84º | 0.51% | 0.92% | - |
| XYZ | 57.38 | 58.86 | 24.86 | - |
| YUV | 199.13 | 81.09 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 116 | 0 | 0.16 | 0.51 | 0.08 | 40.84 | 0.75 | 0.69 |
| Hex | EB | C5 | 74 | 0 | 10 | 33 | 8 | 29 | 4B | 45 |
| Octal | 353 | 305 | 164 | 0 | 20 | 63 | 10 | 51 | 113 | 105 |
| Binary | 11101011 | 11000101 | 1110100 | 0 | 10000 | 110011 | 1000 | 101001 | 1001011 | 1000101 |
Color Harmonies of #EBC574
Complementary color
Monochromatic Colors of #EBC574
Black with #EBC574
Text Example
Text Example
White with #EBC574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC574; }
p { color: rgb(235,197,116); }
H1.HeaderClassName
{
color: #EBC574;
}
.AnyTagClassName
{
color: #EBC574;
}
</style>
background-color css
<style>
a { background-color: #EBC574; }
a { background-color: rgb(235,197,116); }
div.DivClassName
{
background-color: #EBC574;
}
.BgClassName
{
background-color: #EBC574;
}
</style>
border-color css
<style>
span { border-color: #EBC574; }
span { border-color: rgb(235,197,116); }
td.TdClassName
{
border-color: #EBC574;
}
.TagClassName
{
border-color: #EBC574;
}
</style>