Shades of Marzipan #EBC481
Tints of Marzipan #EBC481
RGB
CMYK
RGB Variations
Color information
#EBC481 (or 0xEBC481) is known color: Marzipan. HEX triplet: EB, C4 and 81. RGB value is (235,196,129). Sum of RGB (Red+Green+Blue) = 235+196+129=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 129 (50.78% from 255 or 23.04% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC481 is #143B7E. Grayscale: #C8C8C8. Windows color (decimal): -1325951 or 8504555. OLE color: 8504555.
HSL color Cylindrical-coordinate representation of color #EBC481: hue angle of 37.92º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EBC481 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 129 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.08 |
| HSL | 37.92º | 0.73% | 0.71% | - |
| HSV(B) | 37.92º | 0.45% | 0.92% | - |
| XYZ | 57.96 | 58.73 | 29.05 | - |
| YUV | 200.02 | 87.92 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 129 | 0 | 0.17 | 0.45 | 0.08 | 37.92 | 0.73 | 0.71 |
| Hex | EB | C4 | 81 | 0 | 11 | 2D | 8 | 26 | 49 | 47 |
| Octal | 353 | 304 | 201 | 0 | 21 | 55 | 10 | 46 | 111 | 107 |
| Binary | 11101011 | 11000100 | 10000001 | 0 | 10001 | 101101 | 1000 | 100110 | 1001001 | 1000111 |
Color Harmonies of #EBC481
Complementary color
Monochromatic Colors of #EBC481
Black with #EBC481
Text Example
Text Example
White with #EBC481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC481; }
p { color: rgb(235,196,129); }
H1.HeaderClassName
{
color: #EBC481;
}
.AnyTagClassName
{
color: #EBC481;
}
</style>
background-color css
<style>
a { background-color: #EBC481; }
a { background-color: rgb(235,196,129); }
div.DivClassName
{
background-color: #EBC481;
}
.BgClassName
{
background-color: #EBC481;
}
</style>
border-color css
<style>
span { border-color: #EBC481; }
span { border-color: rgb(235,196,129); }
td.TdClassName
{
border-color: #EBC481;
}
.TagClassName
{
border-color: #EBC481;
}
</style>