Shades of Marzipan #EAC47C
Tints of Marzipan #EAC47C
RGB
CMYK
RGB Variations
Color information
#EAC47C (or 0xEAC47C) is known color: Marzipan. HEX triplet: EA, C4 and 7C. RGB value is (234,196,124). Sum of RGB (Red+Green+Blue) = 234+196+124=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC47C is #153B83. Grayscale: #C7C7C7. Windows color (decimal): -1391492 or 8176874. OLE color: 8176874.
HSL color Cylindrical-coordinate representation of color #EAC47C: hue angle of 39.27º 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 #EAC47C is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 124 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.08 |
| HSL | 39.27º | 0.72% | 0.7% | - |
| HSV(B) | 39.27º | 0.47% | 0.92% | - |
| XYZ | 57.31 | 58.43 | 27.33 | - |
| YUV | 199.15 | 85.59 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 124 | 0 | 0.16 | 0.47 | 0.08 | 39.27 | 0.72 | 0.7 |
| Hex | EA | C4 | 7C | 0 | 10 | 2F | 8 | 27 | 48 | 46 |
| Octal | 352 | 304 | 174 | 0 | 20 | 57 | 10 | 47 | 110 | 106 |
| Binary | 11101010 | 11000100 | 1111100 | 0 | 10000 | 101111 | 1000 | 100111 | 1001000 | 1000110 |
Color Harmonies of #EAC47C
Complementary color
Monochromatic Colors of #EAC47C
Black with #EAC47C
Text Example
Text Example
White with #EAC47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC47C; }
p { color: rgb(234,196,124); }
H1.HeaderClassName
{
color: #EAC47C;
}
.AnyTagClassName
{
color: #EAC47C;
}
</style>
background-color css
<style>
a { background-color: #EAC47C; }
a { background-color: rgb(234,196,124); }
div.DivClassName
{
background-color: #EAC47C;
}
.BgClassName
{
background-color: #EAC47C;
}
</style>
border-color css
<style>
span { border-color: #EAC47C; }
span { border-color: rgb(234,196,124); }
td.TdClassName
{
border-color: #EAC47C;
}
.TagClassName
{
border-color: #EAC47C;
}
</style>