Shades of Marzipan #EBCC8C
Tints of Marzipan #EBCC8C
RGB
CMYK
RGB Variations
Color information
#EBCC8C (or 0xEBCC8C) is known color: Marzipan. HEX triplet: EB, CC and 8C. RGB value is (235,204,140). Sum of RGB (Red+Green+Blue) = 235+204+140=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCC8C is #143373. Grayscale: #CECECE. Windows color (decimal): -1323892 or 9227499. OLE color: 9227499.
HSL color Cylindrical-coordinate representation of color #EBCC8C: hue angle of 40.42º 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 #EBCC8C is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 204 | 140 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.08 |
| HSL | 40.42º | 0.7% | 0.74% | - |
| HSV(B) | 40.42º | 0.4% | 0.92% | - |
| XYZ | 60.59 | 62.74 | 33.73 | - |
| YUV | 205.97 | 90.77 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 204 | 140 | 0 | 0.13 | 0.40 | 0.08 | 40.42 | 0.7 | 0.74 |
| Hex | EB | CC | 8C | 0 | D | 28 | 8 | 28 | 46 | 4A |
| Octal | 353 | 314 | 214 | 0 | 15 | 50 | 10 | 50 | 106 | 112 |
| Binary | 11101011 | 11001100 | 10001100 | 0 | 1101 | 101000 | 1000 | 101000 | 1000110 | 1001010 |
Color Harmonies of #EBCC8C
Complementary color
Monochromatic Colors of #EBCC8C
Black with #EBCC8C
Text Example
Text Example
White with #EBCC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCC8C; }
p { color: rgb(235,204,140); }
H1.HeaderClassName
{
color: #EBCC8C;
}
.AnyTagClassName
{
color: #EBCC8C;
}
</style>
background-color css
<style>
a { background-color: #EBCC8C; }
a { background-color: rgb(235,204,140); }
div.DivClassName
{
background-color: #EBCC8C;
}
.BgClassName
{
background-color: #EBCC8C;
}
</style>
border-color css
<style>
span { border-color: #EBCC8C; }
span { border-color: rgb(235,204,140); }
td.TdClassName
{
border-color: #EBCC8C;
}
.TagClassName
{
border-color: #EBCC8C;
}
</style>