Shades of Marzipan #EAC881
Tints of Marzipan #EAC881
RGB
CMYK
RGB Variations
Color information
#EAC881 (or 0xEAC881) is known color: Marzipan. HEX triplet: EA, C8 and 81. RGB value is (234,200,129). Sum of RGB (Red+Green+Blue) = 234+200+129=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 129 (50.78% from 255 or 22.91% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC881 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC881 is #15377E. Grayscale: #CACACA. Windows color (decimal): -1390463 or 8505578. OLE color: 8505578.
HSL color Cylindrical-coordinate representation of color #EAC881: hue angle of 40.57º 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 #EAC881 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 129 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.08 |
| HSL | 40.57º | 0.71% | 0.71% | - |
| HSV(B) | 40.57º | 0.45% | 0.92% | - |
| XYZ | 58.55 | 60.39 | 29.34 | - |
| YUV | 202.07 | 86.76 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 129 | 0 | 0.15 | 0.45 | 0.08 | 40.57 | 0.71 | 0.71 |
| Hex | EA | C8 | 81 | 0 | F | 2D | 8 | 29 | 47 | 47 |
| Octal | 352 | 310 | 201 | 0 | 17 | 55 | 10 | 51 | 107 | 107 |
| Binary | 11101010 | 11001000 | 10000001 | 0 | 1111 | 101101 | 1000 | 101001 | 1000111 | 1000111 |
Color Harmonies of #EAC881
Complementary color
Monochromatic Colors of #EAC881
Black with #EAC881
Text Example
Text Example
White with #EAC881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC881; }
p { color: rgb(234,200,129); }
H1.HeaderClassName
{
color: #EAC881;
}
.AnyTagClassName
{
color: #EAC881;
}
</style>
background-color css
<style>
a { background-color: #EAC881; }
a { background-color: rgb(234,200,129); }
div.DivClassName
{
background-color: #EAC881;
}
.BgClassName
{
background-color: #EAC881;
}
</style>
border-color css
<style>
span { border-color: #EAC881; }
span { border-color: rgb(234,200,129); }
td.TdClassName
{
border-color: #EAC881;
}
.TagClassName
{
border-color: #EAC881;
}
</style>