Shades of Marzipan #EBC681
Tints of Marzipan #EBC681
RGB
CMYK
RGB Variations
Color information
#EBC681 (or 0xEBC681) is known color: Marzipan. HEX triplet: EB, C6 and 81. RGB value is (235,198,129). Sum of RGB (Red+Green+Blue) = 235+198+129=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 129 (50.78% from 255 or 22.95% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC681 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC681 is #14397E. Grayscale: #C9C9C9. Windows color (decimal): -1325439 or 8505067. OLE color: 8505067.
HSL color Cylindrical-coordinate representation of color #EBC681: hue angle of 39.06º 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 #EBC681 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 129 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.08 |
| HSL | 39.06º | 0.73% | 0.71% | - |
| HSV(B) | 39.06º | 0.45% | 0.92% | - |
| XYZ | 58.42 | 59.64 | 29.2 | - |
| YUV | 201.2 | 87.26 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 129 | 0 | 0.16 | 0.45 | 0.08 | 39.06 | 0.73 | 0.71 |
| Hex | EB | C6 | 81 | 0 | 10 | 2D | 8 | 27 | 49 | 47 |
| Octal | 353 | 306 | 201 | 0 | 20 | 55 | 10 | 47 | 111 | 107 |
| Binary | 11101011 | 11000110 | 10000001 | 0 | 10000 | 101101 | 1000 | 100111 | 1001001 | 1000111 |
Color Harmonies of #EBC681
Complementary color
Monochromatic Colors of #EBC681
Black with #EBC681
Text Example
Text Example
White with #EBC681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC681; }
p { color: rgb(235,198,129); }
H1.HeaderClassName
{
color: #EBC681;
}
.AnyTagClassName
{
color: #EBC681;
}
</style>
background-color css
<style>
a { background-color: #EBC681; }
a { background-color: rgb(235,198,129); }
div.DivClassName
{
background-color: #EBC681;
}
.BgClassName
{
background-color: #EBC681;
}
</style>
border-color css
<style>
span { border-color: #EBC681; }
span { border-color: rgb(235,198,129); }
td.TdClassName
{
border-color: #EBC681;
}
.TagClassName
{
border-color: #EBC681;
}
</style>