Shades of Marzipan #EACB85
Tints of Marzipan #EACB85
RGB
CMYK
RGB Variations
Color information
#EACB85 (or 0xEACB85) is known color: Marzipan. HEX triplet: EA, CB and 85. RGB value is (234,203,133). Sum of RGB (Red+Green+Blue) = 234+203+133=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACB85 is #15347A. Grayscale: #CCCCCC. Windows color (decimal): -1389691 or 8768490. OLE color: 8768490.
HSL color Cylindrical-coordinate representation of color #EACB85: hue angle of 41.58º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EACB85 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 133 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.08 |
| HSL | 41.58º | 0.71% | 0.72% | - |
| HSV(B) | 41.58º | 0.43% | 0.92% | - |
| XYZ | 59.52 | 61.9 | 31 | - |
| YUV | 204.29 | 87.77 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 133 | 0 | 0.13 | 0.43 | 0.08 | 41.58 | 0.71 | 0.72 |
| Hex | EA | CB | 85 | 0 | D | 2B | 8 | 2A | 47 | 48 |
| Octal | 352 | 313 | 205 | 0 | 15 | 53 | 10 | 52 | 107 | 110 |
| Binary | 11101010 | 11001011 | 10000101 | 0 | 1101 | 101011 | 1000 | 101010 | 1000111 | 1001000 |
Color Harmonies of #EACB85
Complementary color
Monochromatic Colors of #EACB85
Black with #EACB85
Text Example
Text Example
White with #EACB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB85; }
p { color: rgb(234,203,133); }
H1.HeaderClassName
{
color: #EACB85;
}
.AnyTagClassName
{
color: #EACB85;
}
</style>
background-color css
<style>
a { background-color: #EACB85; }
a { background-color: rgb(234,203,133); }
div.DivClassName
{
background-color: #EACB85;
}
.BgClassName
{
background-color: #EACB85;
}
</style>
border-color css
<style>
span { border-color: #EACB85; }
span { border-color: rgb(234,203,133); }
td.TdClassName
{
border-color: #EACB85;
}
.TagClassName
{
border-color: #EACB85;
}
</style>