Shades of Marzipan #EACB8B
Tints of Marzipan #EACB8B
RGB
CMYK
RGB Variations
Color information
#EACB8B (or 0xEACB8B) is known color: Marzipan. HEX triplet: EA, CB and 8B. RGB value is (234,203,139). Sum of RGB (Red+Green+Blue) = 234+203+139=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 139 (54.69% from 255 or 24.13% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACB8B is #153474. Grayscale: #CDCDCD. Windows color (decimal): -1389685 or 9161706. OLE color: 9161706.
HSL color Cylindrical-coordinate representation of color #EACB8B: hue angle of 40.42º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EACB8B is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 139 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.08 |
| HSL | 40.42º | 0.69% | 0.73% | - |
| HSV(B) | 40.42º | 0.41% | 0.92% | - |
| XYZ | 59.95 | 62.07 | 33.25 | - |
| YUV | 204.97 | 90.77 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 139 | 0 | 0.13 | 0.41 | 0.08 | 40.42 | 0.69 | 0.73 |
| Hex | EA | CB | 8B | 0 | D | 29 | 8 | 28 | 45 | 49 |
| Octal | 352 | 313 | 213 | 0 | 15 | 51 | 10 | 50 | 105 | 111 |
| Binary | 11101010 | 11001011 | 10001011 | 0 | 1101 | 101001 | 1000 | 101000 | 1000101 | 1001001 |
Color Harmonies of #EACB8B
Complementary color
Monochromatic Colors of #EACB8B
Black with #EACB8B
Text Example
Text Example
White with #EACB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB8B; }
p { color: rgb(234,203,139); }
H1.HeaderClassName
{
color: #EACB8B;
}
.AnyTagClassName
{
color: #EACB8B;
}
</style>
background-color css
<style>
a { background-color: #EACB8B; }
a { background-color: rgb(234,203,139); }
div.DivClassName
{
background-color: #EACB8B;
}
.BgClassName
{
background-color: #EACB8B;
}
</style>
border-color css
<style>
span { border-color: #EACB8B; }
span { border-color: rgb(234,203,139); }
td.TdClassName
{
border-color: #EACB8B;
}
.TagClassName
{
border-color: #EACB8B;
}
</style>