Shades of Marzipan #EAC27C
Tints of Marzipan #EAC27C
RGB
CMYK
RGB Variations
Color information
#EAC27C (or 0xEAC27C) is known color: Marzipan. HEX triplet: EA, C2 and 7C. RGB value is (234,194,124). Sum of RGB (Red+Green+Blue) = 234+194+124=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC27C is #153D83. Grayscale: #C6C6C6. Windows color (decimal): -1392004 or 8176362. OLE color: 8176362.
HSL color Cylindrical-coordinate representation of color #EAC27C: hue angle of 38.18º 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 #EAC27C is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 124 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.08 |
| HSL | 38.18º | 0.72% | 0.7% | - |
| HSV(B) | 38.18º | 0.47% | 0.92% | - |
| XYZ | 56.86 | 57.53 | 27.18 | - |
| YUV | 197.98 | 86.25 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 124 | 0 | 0.17 | 0.47 | 0.08 | 38.18 | 0.72 | 0.7 |
| Hex | EA | C2 | 7C | 0 | 11 | 2F | 8 | 26 | 48 | 46 |
| Octal | 352 | 302 | 174 | 0 | 21 | 57 | 10 | 46 | 110 | 106 |
| Binary | 11101010 | 11000010 | 1111100 | 0 | 10001 | 101111 | 1000 | 100110 | 1001000 | 1000110 |
Color Harmonies of #EAC27C
Complementary color
Monochromatic Colors of #EAC27C
Black with #EAC27C
Text Example
Text Example
White with #EAC27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC27C; }
p { color: rgb(234,194,124); }
H1.HeaderClassName
{
color: #EAC27C;
}
.AnyTagClassName
{
color: #EAC27C;
}
</style>
background-color css
<style>
a { background-color: #EAC27C; }
a { background-color: rgb(234,194,124); }
div.DivClassName
{
background-color: #EAC27C;
}
.BgClassName
{
background-color: #EAC27C;
}
</style>
border-color css
<style>
span { border-color: #EAC27C; }
span { border-color: rgb(234,194,124); }
td.TdClassName
{
border-color: #EAC27C;
}
.TagClassName
{
border-color: #EAC27C;
}
</style>