Shades of Marzipan #EBC47E
Tints of Marzipan #EBC47E
RGB
CMYK
RGB Variations
Color information
#EBC47E (or 0xEBC47E) is known color: Marzipan. HEX triplet: EB, C4 and 7E. RGB value is (235,196,126). Sum of RGB (Red+Green+Blue) = 235+196+126=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 126 (49.61% from 255 or 22.62% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC47E is #143B81. Grayscale: #C8C8C8. Windows color (decimal): -1325954 or 8307947. OLE color: 8307947.
HSL color Cylindrical-coordinate representation of color #EBC47E: hue angle of 38.53º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBC47E is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 126 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.08 |
| HSL | 38.53º | 0.73% | 0.71% | - |
| HSV(B) | 38.53º | 0.46% | 0.92% | - |
| XYZ | 57.77 | 58.65 | 28.01 | - |
| YUV | 199.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 126 | 0 | 0.17 | 0.46 | 0.08 | 38.53 | 0.73 | 0.71 |
| Hex | EB | C4 | 7E | 0 | 11 | 2E | 8 | 27 | 49 | 47 |
| Octal | 353 | 304 | 176 | 0 | 21 | 56 | 10 | 47 | 111 | 107 |
| Binary | 11101011 | 11000100 | 1111110 | 0 | 10001 | 101110 | 1000 | 100111 | 1001001 | 1000111 |
Color Harmonies of #EBC47E
Complementary color
Monochromatic Colors of #EBC47E
Black with #EBC47E
Text Example
Text Example
White with #EBC47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC47E; }
p { color: rgb(235,196,126); }
H1.HeaderClassName
{
color: #EBC47E;
}
.AnyTagClassName
{
color: #EBC47E;
}
</style>
background-color css
<style>
a { background-color: #EBC47E; }
a { background-color: rgb(235,196,126); }
div.DivClassName
{
background-color: #EBC47E;
}
.BgClassName
{
background-color: #EBC47E;
}
</style>
border-color css
<style>
span { border-color: #EBC47E; }
span { border-color: rgb(235,196,126); }
td.TdClassName
{
border-color: #EBC47E;
}
.TagClassName
{
border-color: #EBC47E;
}
</style>