Shades of Marzipan #EACD8D
Tints of Marzipan #EACD8D
RGB
CMYK
RGB Variations
Color information
#EACD8D (or 0xEACD8D) is known color: Marzipan. HEX triplet: EA, CD and 8D. RGB value is (234,205,141). Sum of RGB (Red+Green+Blue) = 234+205+141=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD8D is #153272. Grayscale: #CECECE. Windows color (decimal): -1389171 or 9293290. OLE color: 9293290.
HSL color Cylindrical-coordinate representation of color #EACD8D: hue angle of 41.29º degrees, saturation: 0.69, 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 #EACD8D is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 141 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.08 |
| HSL | 41.29º | 0.69% | 0.74% | - |
| HSV(B) | 41.29º | 0.4% | 0.92% | - |
| XYZ | 60.57 | 63.08 | 34.18 | - |
| YUV | 206.38 | 91.11 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 141 | 0 | 0.12 | 0.40 | 0.08 | 41.29 | 0.69 | 0.74 |
| Hex | EA | CD | 8D | 0 | C | 28 | 8 | 29 | 45 | 4A |
| Octal | 352 | 315 | 215 | 0 | 14 | 50 | 10 | 51 | 105 | 112 |
| Binary | 11101010 | 11001101 | 10001101 | 0 | 1100 | 101000 | 1000 | 101001 | 1000101 | 1001010 |
Color Harmonies of #EACD8D
Complementary color
Monochromatic Colors of #EACD8D
Black with #EACD8D
Text Example
Text Example
White with #EACD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD8D; }
p { color: rgb(234,205,141); }
H1.HeaderClassName
{
color: #EACD8D;
}
.AnyTagClassName
{
color: #EACD8D;
}
</style>
background-color css
<style>
a { background-color: #EACD8D; }
a { background-color: rgb(234,205,141); }
div.DivClassName
{
background-color: #EACD8D;
}
.BgClassName
{
background-color: #EACD8D;
}
</style>
border-color css
<style>
span { border-color: #EACD8D; }
span { border-color: rgb(234,205,141); }
td.TdClassName
{
border-color: #EACD8D;
}
.TagClassName
{
border-color: #EACD8D;
}
</style>