Shades of Marzipan #EACB80
Tints of Marzipan #EACB80
RGB
CMYK
RGB Variations
Color information
#EACB80 (or 0xEACB80) is known color: Marzipan. HEX triplet: EA, CB and 80. RGB value is (234,203,128). Sum of RGB (Red+Green+Blue) = 234+203+128=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACB80 is #15347F. Grayscale: #CCCCCC. Windows color (decimal): -1389696 or 8440810. OLE color: 8440810.
HSL color Cylindrical-coordinate representation of color #EACB80: hue angle of 42.45º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EACB80 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 128 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.08 |
| HSL | 42.45º | 0.72% | 0.71% | - |
| HSV(B) | 42.45º | 0.45% | 0.92% | - |
| XYZ | 59.18 | 61.76 | 29.22 | - |
| YUV | 203.72 | 85.27 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 128 | 0 | 0.13 | 0.45 | 0.08 | 42.45 | 0.72 | 0.71 |
| Hex | EA | CB | 80 | 0 | D | 2D | 8 | 2A | 48 | 47 |
| Octal | 352 | 313 | 200 | 0 | 15 | 55 | 10 | 52 | 110 | 107 |
| Binary | 11101010 | 11001011 | 10000000 | 0 | 1101 | 101101 | 1000 | 101010 | 1001000 | 1000111 |
Color Harmonies of #EACB80
Complementary color
Monochromatic Colors of #EACB80
Black with #EACB80
Text Example
Text Example
White with #EACB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB80; }
p { color: rgb(234,203,128); }
H1.HeaderClassName
{
color: #EACB80;
}
.AnyTagClassName
{
color: #EACB80;
}
</style>
background-color css
<style>
a { background-color: #EACB80; }
a { background-color: rgb(234,203,128); }
div.DivClassName
{
background-color: #EACB80;
}
.BgClassName
{
background-color: #EACB80;
}
</style>
border-color css
<style>
span { border-color: #EACB80; }
span { border-color: rgb(234,203,128); }
td.TdClassName
{
border-color: #EACB80;
}
.TagClassName
{
border-color: #EACB80;
}
</style>