Shades of Marzipan #EACD7B
Tints of Marzipan #EACD7B
RGB
CMYK
RGB Variations
Color information
#EACD7B (or 0xEACD7B) is known color: Marzipan. HEX triplet: EA, CD and 7B. RGB value is (234,205,123). Sum of RGB (Red+Green+Blue) = 234+205+123=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 123 (48.44% from 255 or 21.89% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD7B is #153284. Grayscale: #CCCCCC. Windows color (decimal): -1389189 or 8113642. OLE color: 8113642.
HSL color Cylindrical-coordinate representation of color #EACD7B: hue angle of 44.32º degrees, saturation: 0.73, 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 #EACD7B is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 123 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.08 |
| HSL | 44.32º | 0.73% | 0.7% | - |
| HSV(B) | 44.32º | 0.47% | 0.92% | - |
| XYZ | 59.34 | 62.59 | 27.69 | - |
| YUV | 204.32 | 82.11 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 123 | 0 | 0.12 | 0.47 | 0.08 | 44.32 | 0.73 | 0.7 |
| Hex | EA | CD | 7B | 0 | C | 2F | 8 | 2C | 49 | 46 |
| Octal | 352 | 315 | 173 | 0 | 14 | 57 | 10 | 54 | 111 | 106 |
| Binary | 11101010 | 11001101 | 1111011 | 0 | 1100 | 101111 | 1000 | 101100 | 1001001 | 1000110 |
Color Harmonies of #EACD7B
Complementary color
Monochromatic Colors of #EACD7B
Black with #EACD7B
Text Example
Text Example
White with #EACD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD7B; }
p { color: rgb(234,205,123); }
H1.HeaderClassName
{
color: #EACD7B;
}
.AnyTagClassName
{
color: #EACD7B;
}
</style>
background-color css
<style>
a { background-color: #EACD7B; }
a { background-color: rgb(234,205,123); }
div.DivClassName
{
background-color: #EACD7B;
}
.BgClassName
{
background-color: #EACD7B;
}
</style>
border-color css
<style>
span { border-color: #EACD7B; }
span { border-color: rgb(234,205,123); }
td.TdClassName
{
border-color: #EACD7B;
}
.TagClassName
{
border-color: #EACD7B;
}
</style>