Shades of Marzipan #EAC981
Tints of Marzipan #EAC981
RGB
CMYK
RGB Variations
Color information
#EAC981 (or 0xEAC981) is known color: Marzipan. HEX triplet: EA, C9 and 81. RGB value is (234,201,129). Sum of RGB (Red+Green+Blue) = 234+201+129=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 129 (50.78% from 255 or 22.87% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC981 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC981 is #15367E. Grayscale: #CACACA. Windows color (decimal): -1390207 or 8505834. OLE color: 8505834.
HSL color Cylindrical-coordinate representation of color #EAC981: hue angle of 41.14º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAC981 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 129 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.08 |
| HSL | 41.14º | 0.71% | 0.71% | - |
| HSV(B) | 41.14º | 0.45% | 0.92% | - |
| XYZ | 58.78 | 60.85 | 29.42 | - |
| YUV | 202.66 | 86.43 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 129 | 0 | 0.14 | 0.45 | 0.08 | 41.14 | 0.71 | 0.71 |
| Hex | EA | C9 | 81 | 0 | E | 2D | 8 | 29 | 47 | 47 |
| Octal | 352 | 311 | 201 | 0 | 16 | 55 | 10 | 51 | 107 | 107 |
| Binary | 11101010 | 11001001 | 10000001 | 0 | 1110 | 101101 | 1000 | 101001 | 1000111 | 1000111 |
Color Harmonies of #EAC981
Complementary color
Monochromatic Colors of #EAC981
Black with #EAC981
Text Example
Text Example
White with #EAC981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC981; }
p { color: rgb(234,201,129); }
H1.HeaderClassName
{
color: #EAC981;
}
.AnyTagClassName
{
color: #EAC981;
}
</style>
background-color css
<style>
a { background-color: #EAC981; }
a { background-color: rgb(234,201,129); }
div.DivClassName
{
background-color: #EAC981;
}
.BgClassName
{
background-color: #EAC981;
}
</style>
border-color css
<style>
span { border-color: #EAC981; }
span { border-color: rgb(234,201,129); }
td.TdClassName
{
border-color: #EAC981;
}
.TagClassName
{
border-color: #EAC981;
}
</style>