Shades of Marzipan #EACB8A
Tints of Marzipan #EACB8A
RGB
CMYK
RGB Variations
Color information
#EACB8A (or 0xEACB8A) is known color: Marzipan. HEX triplet: EA, CB and 8A. RGB value is (234,203,138). Sum of RGB (Red+Green+Blue) = 234+203+138=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACB8A is #153475. Grayscale: #CDCDCD. Windows color (decimal): -1389686 or 9096170. OLE color: 9096170.
HSL color Cylindrical-coordinate representation of color #EACB8A: hue angle of 40.62º degrees, saturation: 0.7, 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 #EACB8A is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 138 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.08 |
| HSL | 40.63º | 0.7% | 0.73% | - |
| HSV(B) | 40.63º | 0.41% | 0.92% | - |
| XYZ | 59.88 | 62.04 | 32.86 | - |
| YUV | 204.86 | 90.27 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 138 | 0 | 0.13 | 0.41 | 0.08 | 40.63 | 0.7 | 0.73 |
| Hex | EA | CB | 8A | 0 | D | 29 | 8 | 29 | 46 | 49 |
| Octal | 352 | 313 | 212 | 0 | 15 | 51 | 10 | 51 | 106 | 111 |
| Binary | 11101010 | 11001011 | 10001010 | 0 | 1101 | 101001 | 1000 | 101001 | 1000110 | 1001001 |
Color Harmonies of #EACB8A
Complementary color
Monochromatic Colors of #EACB8A
Black with #EACB8A
Text Example
Text Example
White with #EACB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB8A; }
p { color: rgb(234,203,138); }
H1.HeaderClassName
{
color: #EACB8A;
}
.AnyTagClassName
{
color: #EACB8A;
}
</style>
background-color css
<style>
a { background-color: #EACB8A; }
a { background-color: rgb(234,203,138); }
div.DivClassName
{
background-color: #EACB8A;
}
.BgClassName
{
background-color: #EACB8A;
}
</style>
border-color css
<style>
span { border-color: #EACB8A; }
span { border-color: rgb(234,203,138); }
td.TdClassName
{
border-color: #EACB8A;
}
.TagClassName
{
border-color: #EACB8A;
}
</style>