Shades of Marzipan #EAC984
Tints of Marzipan #EAC984
RGB
CMYK
RGB Variations
Color information
#EAC984 (or 0xEAC984) is known color: Marzipan. HEX triplet: EA, C9 and 84. RGB value is (234,201,132). Sum of RGB (Red+Green+Blue) = 234+201+132=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 132 (51.95% from 255 or 23.28% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC984 is #15367B. Grayscale: #CBCBCB. Windows color (decimal): -1390204 or 8702442. OLE color: 8702442.
HSL color Cylindrical-coordinate representation of color #EAC984: hue angle of 40.59º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAC984 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 132 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.08 |
| HSL | 40.59º | 0.71% | 0.72% | - |
| HSV(B) | 40.59º | 0.44% | 0.92% | - |
| XYZ | 58.98 | 60.93 | 30.48 | - |
| YUV | 203 | 87.93 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 132 | 0 | 0.14 | 0.44 | 0.08 | 40.59 | 0.71 | 0.72 |
| Hex | EA | C9 | 84 | 0 | E | 2C | 8 | 29 | 47 | 48 |
| Octal | 352 | 311 | 204 | 0 | 16 | 54 | 10 | 51 | 107 | 110 |
| Binary | 11101010 | 11001001 | 10000100 | 0 | 1110 | 101100 | 1000 | 101001 | 1000111 | 1001000 |
Color Harmonies of #EAC984
Complementary color
Monochromatic Colors of #EAC984
Black with #EAC984
Text Example
Text Example
White with #EAC984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC984; }
p { color: rgb(234,201,132); }
H1.HeaderClassName
{
color: #EAC984;
}
.AnyTagClassName
{
color: #EAC984;
}
</style>
background-color css
<style>
a { background-color: #EAC984; }
a { background-color: rgb(234,201,132); }
div.DivClassName
{
background-color: #EAC984;
}
.BgClassName
{
background-color: #EAC984;
}
</style>
border-color css
<style>
span { border-color: #EAC984; }
span { border-color: rgb(234,201,132); }
td.TdClassName
{
border-color: #EAC984;
}
.TagClassName
{
border-color: #EAC984;
}
</style>