Shades of Marzipan #EACB7D
Tints of Marzipan #EACB7D
RGB
CMYK
RGB Variations
Color information
#EACB7D (or 0xEACB7D) is known color: Marzipan. HEX triplet: EA, CB and 7D. RGB value is (234,203,125). Sum of RGB (Red+Green+Blue) = 234+203+125=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB7D is #153482. Grayscale: #CBCBCB. Windows color (decimal): -1389699 or 8244202. OLE color: 8244202.
HSL color Cylindrical-coordinate representation of color #EACB7D: hue angle of 42.94º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EACB7D is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 125 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.08 |
| HSL | 42.94º | 0.72% | 0.7% | - |
| HSV(B) | 42.94º | 0.47% | 0.92% | - |
| XYZ | 58.99 | 61.68 | 28.2 | - |
| YUV | 203.38 | 83.77 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 125 | 0 | 0.13 | 0.47 | 0.08 | 42.94 | 0.72 | 0.7 |
| Hex | EA | CB | 7D | 0 | D | 2F | 8 | 2B | 48 | 46 |
| Octal | 352 | 313 | 175 | 0 | 15 | 57 | 10 | 53 | 110 | 106 |
| Binary | 11101010 | 11001011 | 1111101 | 0 | 1101 | 101111 | 1000 | 101011 | 1001000 | 1000110 |
Color Harmonies of #EACB7D
Complementary color
Monochromatic Colors of #EACB7D
Black with #EACB7D
Text Example
Text Example
White with #EACB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB7D; }
p { color: rgb(234,203,125); }
H1.HeaderClassName
{
color: #EACB7D;
}
.AnyTagClassName
{
color: #EACB7D;
}
</style>
background-color css
<style>
a { background-color: #EACB7D; }
a { background-color: rgb(234,203,125); }
div.DivClassName
{
background-color: #EACB7D;
}
.BgClassName
{
background-color: #EACB7D;
}
</style>
border-color css
<style>
span { border-color: #EACB7D; }
span { border-color: rgb(234,203,125); }
td.TdClassName
{
border-color: #EACB7D;
}
.TagClassName
{
border-color: #EACB7D;
}
</style>