Shades of Marzipan #EBC47D
Tints of Marzipan #EBC47D
RGB
CMYK
RGB Variations
Color information
#EBC47D (or 0xEBC47D) is known color: Marzipan. HEX triplet: EB, C4 and 7D. RGB value is (235,196,125). Sum of RGB (Red+Green+Blue) = 235+196+125=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC47D is #143B82. Grayscale: #C7C7C7. Windows color (decimal): -1325955 or 8242411. OLE color: 8242411.
HSL color Cylindrical-coordinate representation of color #EBC47D: hue angle of 38.73º 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 #EBC47D is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 125 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.08 |
| HSL | 38.73º | 0.73% | 0.71% | - |
| HSV(B) | 38.73º | 0.47% | 0.92% | - |
| XYZ | 57.7 | 58.62 | 27.68 | - |
| YUV | 199.57 | 85.92 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 125 | 0 | 0.17 | 0.47 | 0.08 | 38.73 | 0.73 | 0.71 |
| Hex | EB | C4 | 7D | 0 | 11 | 2F | 8 | 27 | 49 | 47 |
| Octal | 353 | 304 | 175 | 0 | 21 | 57 | 10 | 47 | 111 | 107 |
| Binary | 11101011 | 11000100 | 1111101 | 0 | 10001 | 101111 | 1000 | 100111 | 1001001 | 1000111 |
Color Harmonies of #EBC47D
Complementary color
Monochromatic Colors of #EBC47D
Black with #EBC47D
Text Example
Text Example
White with #EBC47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC47D; }
p { color: rgb(235,196,125); }
H1.HeaderClassName
{
color: #EBC47D;
}
.AnyTagClassName
{
color: #EBC47D;
}
</style>
background-color css
<style>
a { background-color: #EBC47D; }
a { background-color: rgb(235,196,125); }
div.DivClassName
{
background-color: #EBC47D;
}
.BgClassName
{
background-color: #EBC47D;
}
</style>
border-color css
<style>
span { border-color: #EBC47D; }
span { border-color: rgb(235,196,125); }
td.TdClassName
{
border-color: #EBC47D;
}
.TagClassName
{
border-color: #EBC47D;
}
</style>