Shades of Marzipan #EACB8C
Tints of Marzipan #EACB8C
RGB
CMYK
RGB Variations
Color information
#EACB8C (or 0xEACB8C) is known color: Marzipan. HEX triplet: EA, CB and 8C. RGB value is (234,203,140). Sum of RGB (Red+Green+Blue) = 234+203+140=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACB8C is #153473. Grayscale: #CDCDCD. Windows color (decimal): -1389684 or 9227242. OLE color: 9227242.
HSL color Cylindrical-coordinate representation of color #EACB8C: hue angle of 40.21º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EACB8C is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 140 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.08 |
| HSL | 40.21º | 0.69% | 0.73% | - |
| HSV(B) | 40.21º | 0.4% | 0.92% | - |
| XYZ | 60.02 | 62.1 | 33.63 | - |
| YUV | 205.09 | 91.27 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 140 | 0 | 0.13 | 0.40 | 0.08 | 40.21 | 0.69 | 0.73 |
| Hex | EA | CB | 8C | 0 | D | 28 | 8 | 28 | 45 | 49 |
| Octal | 352 | 313 | 214 | 0 | 15 | 50 | 10 | 50 | 105 | 111 |
| Binary | 11101010 | 11001011 | 10001100 | 0 | 1101 | 101000 | 1000 | 101000 | 1000101 | 1001001 |
Color Harmonies of #EACB8C
Complementary color
Monochromatic Colors of #EACB8C
Black with #EACB8C
Text Example
Text Example
White with #EACB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB8C; }
p { color: rgb(234,203,140); }
H1.HeaderClassName
{
color: #EACB8C;
}
.AnyTagClassName
{
color: #EACB8C;
}
</style>
background-color css
<style>
a { background-color: #EACB8C; }
a { background-color: rgb(234,203,140); }
div.DivClassName
{
background-color: #EACB8C;
}
.BgClassName
{
background-color: #EACB8C;
}
</style>
border-color css
<style>
span { border-color: #EACB8C; }
span { border-color: rgb(234,203,140); }
td.TdClassName
{
border-color: #EACB8C;
}
.TagClassName
{
border-color: #EACB8C;
}
</style>