Shades of Marzipan #EBD08C
Tints of Marzipan #EBD08C
RGB
CMYK
RGB Variations
Color information
#EBD08C (or 0xEBD08C) is known color: Marzipan. HEX triplet: EB, D0 and 8C. RGB value is (235,208,140). Sum of RGB (Red+Green+Blue) = 235+208+140=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 140 (55.08% from 255 or 24.01% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD08C is #142F73. Grayscale: #D0D0D0. Windows color (decimal): -1322868 or 9228523. OLE color: 9228523.
HSL color Cylindrical-coordinate representation of color #EBD08C: hue angle of 42.95º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBD08C is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 208 | 140 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.08 |
| HSL | 42.95º | 0.7% | 0.74% | - |
| HSV(B) | 42.95º | 0.4% | 0.92% | - |
| XYZ | 61.55 | 64.67 | 34.05 | - |
| YUV | 208.32 | 89.45 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 208 | 140 | 0 | 0.11 | 0.40 | 0.08 | 42.95 | 0.7 | 0.74 |
| Hex | EB | D0 | 8C | 0 | B | 28 | 8 | 2B | 46 | 4A |
| Octal | 353 | 320 | 214 | 0 | 13 | 50 | 10 | 53 | 106 | 112 |
| Binary | 11101011 | 11010000 | 10001100 | 0 | 1011 | 101000 | 1000 | 101011 | 1000110 | 1001010 |
Color Harmonies of #EBD08C
Complementary color
Monochromatic Colors of #EBD08C
Black with #EBD08C
Text Example
Text Example
White with #EBD08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD08C; }
p { color: rgb(235,208,140); }
H1.HeaderClassName
{
color: #EBD08C;
}
.AnyTagClassName
{
color: #EBD08C;
}
</style>
background-color css
<style>
a { background-color: #EBD08C; }
a { background-color: rgb(235,208,140); }
div.DivClassName
{
background-color: #EBD08C;
}
.BgClassName
{
background-color: #EBD08C;
}
</style>
border-color css
<style>
span { border-color: #EBD08C; }
span { border-color: rgb(235,208,140); }
td.TdClassName
{
border-color: #EBD08C;
}
.TagClassName
{
border-color: #EBD08C;
}
</style>