Shades of Marzipan #EAC97D
Tints of Marzipan #EAC97D
RGB
CMYK
RGB Variations
Color information
#EAC97D (or 0xEAC97D) is known color: Marzipan. HEX triplet: EA, C9 and 7D. RGB value is (234,201,125). Sum of RGB (Red+Green+Blue) = 234+201+125=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 125 (49.22% from 255 or 22.32% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC97D is #153682. Grayscale: #CACACA. Windows color (decimal): -1390211 or 8243690. OLE color: 8243690.
HSL color Cylindrical-coordinate representation of color #EAC97D: hue angle of 41.83º 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 #EAC97D is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 125 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.08 |
| HSL | 41.83º | 0.72% | 0.7% | - |
| HSV(B) | 41.83º | 0.47% | 0.92% | - |
| XYZ | 58.52 | 60.75 | 28.04 | - |
| YUV | 202.2 | 84.43 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 125 | 0 | 0.14 | 0.47 | 0.08 | 41.83 | 0.72 | 0.7 |
| Hex | EA | C9 | 7D | 0 | E | 2F | 8 | 2A | 48 | 46 |
| Octal | 352 | 311 | 175 | 0 | 16 | 57 | 10 | 52 | 110 | 106 |
| Binary | 11101010 | 11001001 | 1111101 | 0 | 1110 | 101111 | 1000 | 101010 | 1001000 | 1000110 |
Color Harmonies of #EAC97D
Complementary color
Monochromatic Colors of #EAC97D
Black with #EAC97D
Text Example
Text Example
White with #EAC97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC97D; }
p { color: rgb(234,201,125); }
H1.HeaderClassName
{
color: #EAC97D;
}
.AnyTagClassName
{
color: #EAC97D;
}
</style>
background-color css
<style>
a { background-color: #EAC97D; }
a { background-color: rgb(234,201,125); }
div.DivClassName
{
background-color: #EAC97D;
}
.BgClassName
{
background-color: #EAC97D;
}
</style>
border-color css
<style>
span { border-color: #EAC97D; }
span { border-color: rgb(234,201,125); }
td.TdClassName
{
border-color: #EAC97D;
}
.TagClassName
{
border-color: #EAC97D;
}
</style>