Shades of Marzipan #EACB7A
Tints of Marzipan #EACB7A
RGB
CMYK
RGB Variations
Color information
#EACB7A (or 0xEACB7A) is known color: Marzipan. HEX triplet: EA, CB and 7A. RGB value is (234,203,122). Sum of RGB (Red+Green+Blue) = 234+203+122=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 122 (48.05% from 255 or 21.82% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB7A is #153485. Grayscale: #CBCBCB. Windows color (decimal): -1389702 or 8047594. OLE color: 8047594.
HSL color Cylindrical-coordinate representation of color #EACB7A: hue angle of 43.39º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EACB7A is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 122 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.08 |
| HSL | 43.39º | 0.73% | 0.7% | - |
| HSV(B) | 43.39º | 0.48% | 0.92% | - |
| XYZ | 58.8 | 61.61 | 27.21 | - |
| YUV | 203.04 | 82.27 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 122 | 0 | 0.13 | 0.48 | 0.08 | 43.39 | 0.73 | 0.7 |
| Hex | EA | CB | 7A | 0 | D | 30 | 8 | 2B | 49 | 46 |
| Octal | 352 | 313 | 172 | 0 | 15 | 60 | 10 | 53 | 111 | 106 |
| Binary | 11101010 | 11001011 | 1111010 | 0 | 1101 | 110000 | 1000 | 101011 | 1001001 | 1000110 |
Color Harmonies of #EACB7A
Complementary color
Monochromatic Colors of #EACB7A
Black with #EACB7A
Text Example
Text Example
White with #EACB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB7A; }
p { color: rgb(234,203,122); }
H1.HeaderClassName
{
color: #EACB7A;
}
.AnyTagClassName
{
color: #EACB7A;
}
</style>
background-color css
<style>
a { background-color: #EACB7A; }
a { background-color: rgb(234,203,122); }
div.DivClassName
{
background-color: #EACB7A;
}
.BgClassName
{
background-color: #EACB7A;
}
</style>
border-color css
<style>
span { border-color: #EACB7A; }
span { border-color: rgb(234,203,122); }
td.TdClassName
{
border-color: #EACB7A;
}
.TagClassName
{
border-color: #EACB7A;
}
</style>