Shades of Marzipan #EBD081
Tints of Marzipan #EBD081
RGB
CMYK
RGB Variations
Color information
#EBD081 (or 0xEBD081) is known color: Marzipan. HEX triplet: EB, D0 and 81. RGB value is (235,208,129). Sum of RGB (Red+Green+Blue) = 235+208+129=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 129 (50.78% from 255 or 22.55% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD081 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD081 is #142F7E. Grayscale: #CFCFCF. Windows color (decimal): -1322879 or 8507627. OLE color: 8507627.
HSL color Cylindrical-coordinate representation of color #EBD081: hue angle of 44.72º 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 #EBD081 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 208 | 129 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.08 |
| HSL | 44.72º | 0.73% | 0.71% | - |
| HSV(B) | 44.72º | 0.45% | 0.92% | - |
| XYZ | 60.78 | 64.36 | 29.99 | - |
| YUV | 207.07 | 83.95 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 208 | 129 | 0 | 0.11 | 0.45 | 0.08 | 44.72 | 0.73 | 0.71 |
| Hex | EB | D0 | 81 | 0 | B | 2D | 8 | 2D | 49 | 47 |
| Octal | 353 | 320 | 201 | 0 | 13 | 55 | 10 | 55 | 111 | 107 |
| Binary | 11101011 | 11010000 | 10000001 | 0 | 1011 | 101101 | 1000 | 101101 | 1001001 | 1000111 |
Color Harmonies of #EBD081
Complementary color
Monochromatic Colors of #EBD081
Black with #EBD081
Text Example
Text Example
White with #EBD081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD081; }
p { color: rgb(235,208,129); }
H1.HeaderClassName
{
color: #EBD081;
}
.AnyTagClassName
{
color: #EBD081;
}
</style>
background-color css
<style>
a { background-color: #EBD081; }
a { background-color: rgb(235,208,129); }
div.DivClassName
{
background-color: #EBD081;
}
.BgClassName
{
background-color: #EBD081;
}
</style>
border-color css
<style>
span { border-color: #EBD081; }
span { border-color: rgb(235,208,129); }
td.TdClassName
{
border-color: #EBD081;
}
.TagClassName
{
border-color: #EBD081;
}
</style>