Shades of Marzipan #EAC47D
Tints of Marzipan #EAC47D
RGB
CMYK
RGB Variations
Color information
#EAC47D (or 0xEAC47D) is known color: Marzipan. HEX triplet: EA, C4 and 7D. RGB value is (234,196,125). Sum of RGB (Red+Green+Blue) = 234+196+125=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC47D is #153B82. Grayscale: #C7C7C7. Windows color (decimal): -1391491 or 8242410. OLE color: 8242410.
HSL color Cylindrical-coordinate representation of color #EAC47D: hue angle of 39.08º 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 #EAC47D is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 125 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.08 |
| HSL | 39.08º | 0.72% | 0.7% | - |
| HSV(B) | 39.08º | 0.47% | 0.92% | - |
| XYZ | 57.37 | 58.45 | 27.66 | - |
| YUV | 199.27 | 86.09 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 125 | 0 | 0.16 | 0.47 | 0.08 | 39.08 | 0.72 | 0.7 |
| Hex | EA | C4 | 7D | 0 | 10 | 2F | 8 | 27 | 48 | 46 |
| Octal | 352 | 304 | 175 | 0 | 20 | 57 | 10 | 47 | 110 | 106 |
| Binary | 11101010 | 11000100 | 1111101 | 0 | 10000 | 101111 | 1000 | 100111 | 1001000 | 1000110 |
Color Harmonies of #EAC47D
Complementary color
Monochromatic Colors of #EAC47D
Black with #EAC47D
Text Example
Text Example
White with #EAC47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC47D; }
p { color: rgb(234,196,125); }
H1.HeaderClassName
{
color: #EAC47D;
}
.AnyTagClassName
{
color: #EAC47D;
}
</style>
background-color css
<style>
a { background-color: #EAC47D; }
a { background-color: rgb(234,196,125); }
div.DivClassName
{
background-color: #EAC47D;
}
.BgClassName
{
background-color: #EAC47D;
}
</style>
border-color css
<style>
span { border-color: #EAC47D; }
span { border-color: rgb(234,196,125); }
td.TdClassName
{
border-color: #EAC47D;
}
.TagClassName
{
border-color: #EAC47D;
}
</style>