Shades of Marzipan #EBC975
Tints of Marzipan #EBC975
RGB
CMYK
RGB Variations
Color information
#EBC975 (or 0xEBC975) is known color: Marzipan. HEX triplet: EB, C9 and 75. RGB value is (235,201,117). Sum of RGB (Red+Green+Blue) = 235+201+117=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 117 (46.09% from 255 or 21.16% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC975 is #14368A. Grayscale: #C9C9C9. Windows color (decimal): -1324683 or 7719403. OLE color: 7719403.
HSL color Cylindrical-coordinate representation of color #EBC975: hue angle of 42.71º 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 #EBC975 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 117 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.08 |
| HSL | 42.71º | 0.75% | 0.69% | - |
| HSV(B) | 42.71º | 0.5% | 0.92% | - |
| XYZ | 58.36 | 60.72 | 25.47 | - |
| YUV | 201.59 | 80.26 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 117 | 0 | 0.14 | 0.50 | 0.08 | 42.71 | 0.75 | 0.69 |
| Hex | EB | C9 | 75 | 0 | E | 32 | 8 | 2B | 4B | 45 |
| Octal | 353 | 311 | 165 | 0 | 16 | 62 | 10 | 53 | 113 | 105 |
| Binary | 11101011 | 11001001 | 1110101 | 0 | 1110 | 110010 | 1000 | 101011 | 1001011 | 1000101 |
Color Harmonies of #EBC975
Complementary color
Monochromatic Colors of #EBC975
Black with #EBC975
Text Example
Text Example
White with #EBC975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC975; }
p { color: rgb(235,201,117); }
H1.HeaderClassName
{
color: #EBC975;
}
.AnyTagClassName
{
color: #EBC975;
}
</style>
background-color css
<style>
a { background-color: #EBC975; }
a { background-color: rgb(235,201,117); }
div.DivClassName
{
background-color: #EBC975;
}
.BgClassName
{
background-color: #EBC975;
}
</style>
border-color css
<style>
span { border-color: #EBC975; }
span { border-color: rgb(235,201,117); }
td.TdClassName
{
border-color: #EBC975;
}
.TagClassName
{
border-color: #EBC975;
}
</style>