Shades of Marzipan #EACB8D
Tints of Marzipan #EACB8D
RGB
CMYK
RGB Variations
Color information
#EACB8D (or 0xEACB8D) is known color: Marzipan. HEX triplet: EA, CB and 8D. RGB value is (234,203,141). Sum of RGB (Red+Green+Blue) = 234+203+141=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 141 (55.47% from 255 or 24.39% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACB8D is #153472. Grayscale: #CDCDCD. Windows color (decimal): -1389683 or 9292778. OLE color: 9292778.
HSL color Cylindrical-coordinate representation of color #EACB8D: hue angle of 40º 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 #EACB8D is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 141 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.08 |
| HSL | 40º | 0.69% | 0.74% | - |
| HSV(B) | 40º | 0.4% | 0.92% | - |
| XYZ | 60.1 | 62.13 | 34.02 | - |
| YUV | 205.2 | 91.77 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 141 | 0 | 0.13 | 0.40 | 0.08 | 40 | 0.69 | 0.74 |
| Hex | EA | CB | 8D | 0 | D | 28 | 8 | 28 | 45 | 4A |
| Octal | 352 | 313 | 215 | 0 | 15 | 50 | 10 | 50 | 105 | 112 |
| Binary | 11101010 | 11001011 | 10001101 | 0 | 1101 | 101000 | 1000 | 101000 | 1000101 | 1001010 |
Color Harmonies of #EACB8D
Complementary color
Monochromatic Colors of #EACB8D
Black with #EACB8D
Text Example
Text Example
White with #EACB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB8D; }
p { color: rgb(234,203,141); }
H1.HeaderClassName
{
color: #EACB8D;
}
.AnyTagClassName
{
color: #EACB8D;
}
</style>
background-color css
<style>
a { background-color: #EACB8D; }
a { background-color: rgb(234,203,141); }
div.DivClassName
{
background-color: #EACB8D;
}
.BgClassName
{
background-color: #EACB8D;
}
</style>
border-color css
<style>
span { border-color: #EACB8D; }
span { border-color: rgb(234,203,141); }
td.TdClassName
{
border-color: #EACB8D;
}
.TagClassName
{
border-color: #EACB8D;
}
</style>