Shades of Marzipan #EBC97D
Tints of Marzipan #EBC97D
RGB
CMYK
RGB Variations
Color information
#EBC97D (or 0xEBC97D) is known color: Marzipan. HEX triplet: EB, C9 and 7D. RGB value is (235,201,125). Sum of RGB (Red+Green+Blue) = 235+201+125=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC97D is #143682. Grayscale: #CACACA. Windows color (decimal): -1324675 or 8243691. OLE color: 8243691.
HSL color Cylindrical-coordinate representation of color #EBC97D: hue angle of 41.45º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EBC97D is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 125 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.08 |
| HSL | 41.45º | 0.73% | 0.71% | - |
| HSV(B) | 41.45º | 0.47% | 0.92% | - |
| XYZ | 58.85 | 60.92 | 28.06 | - |
| YUV | 202.5 | 84.26 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 125 | 0 | 0.14 | 0.47 | 0.08 | 41.45 | 0.73 | 0.71 |
| Hex | EB | C9 | 7D | 0 | E | 2F | 8 | 29 | 49 | 47 |
| Octal | 353 | 311 | 175 | 0 | 16 | 57 | 10 | 51 | 111 | 107 |
| Binary | 11101011 | 11001001 | 1111101 | 0 | 1110 | 101111 | 1000 | 101001 | 1001001 | 1000111 |
Color Harmonies of #EBC97D
Complementary color
Monochromatic Colors of #EBC97D
Black with #EBC97D
Text Example
Text Example
White with #EBC97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC97D; }
p { color: rgb(235,201,125); }
H1.HeaderClassName
{
color: #EBC97D;
}
.AnyTagClassName
{
color: #EBC97D;
}
</style>
background-color css
<style>
a { background-color: #EBC97D; }
a { background-color: rgb(235,201,125); }
div.DivClassName
{
background-color: #EBC97D;
}
.BgClassName
{
background-color: #EBC97D;
}
</style>
border-color css
<style>
span { border-color: #EBC97D; }
span { border-color: rgb(235,201,125); }
td.TdClassName
{
border-color: #EBC97D;
}
.TagClassName
{
border-color: #EBC97D;
}
</style>