Shades of Marzipan #EACB76
Tints of Marzipan #EACB76
RGB
CMYK
RGB Variations
Color information
#EACB76 (or 0xEACB76) is known color: Marzipan. HEX triplet: EA, CB and 76. RGB value is (234,203,118). Sum of RGB (Red+Green+Blue) = 234+203+118=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 118 (46.48% from 255 or 21.26% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB76 is #153489. Grayscale: #CACACA. Windows color (decimal): -1389706 or 7785450. OLE color: 7785450.
HSL color Cylindrical-coordinate representation of color #EACB76: hue angle of 43.97º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EACB76 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 118 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.08 |
| HSL | 43.97º | 0.73% | 0.69% | - |
| HSV(B) | 43.97º | 0.5% | 0.92% | - |
| XYZ | 58.56 | 61.51 | 25.93 | - |
| YUV | 202.58 | 80.27 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 118 | 0 | 0.13 | 0.50 | 0.08 | 43.97 | 0.73 | 0.69 |
| Hex | EA | CB | 76 | 0 | D | 32 | 8 | 2C | 49 | 45 |
| Octal | 352 | 313 | 166 | 0 | 15 | 62 | 10 | 54 | 111 | 105 |
| Binary | 11101010 | 11001011 | 1110110 | 0 | 1101 | 110010 | 1000 | 101100 | 1001001 | 1000101 |
Color Harmonies of #EACB76
Complementary color
Monochromatic Colors of #EACB76
Black with #EACB76
Text Example
Text Example
White with #EACB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB76; }
p { color: rgb(234,203,118); }
H1.HeaderClassName
{
color: #EACB76;
}
.AnyTagClassName
{
color: #EACB76;
}
</style>
background-color css
<style>
a { background-color: #EACB76; }
a { background-color: rgb(234,203,118); }
div.DivClassName
{
background-color: #EACB76;
}
.BgClassName
{
background-color: #EACB76;
}
</style>
border-color css
<style>
span { border-color: #EACB76; }
span { border-color: rgb(234,203,118); }
td.TdClassName
{
border-color: #EACB76;
}
.TagClassName
{
border-color: #EACB76;
}
</style>