Shades of Marzipan #EAC880
Tints of Marzipan #EAC880
RGB
CMYK
RGB Variations
Color information
#EAC880 (or 0xEAC880) is known color: Marzipan. HEX triplet: EA, C8 and 80. RGB value is (234,200,128). Sum of RGB (Red+Green+Blue) = 234+200+128=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC880 is #15377F. Grayscale: #CACACA. Windows color (decimal): -1390464 or 8440042. OLE color: 8440042.
HSL color Cylindrical-coordinate representation of color #EAC880: hue angle of 40.75º degrees, saturation: 0.72, 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 #EAC880 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 128 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.08 |
| HSL | 40.75º | 0.72% | 0.71% | - |
| HSV(B) | 40.75º | 0.45% | 0.92% | - |
| XYZ | 58.48 | 60.36 | 28.99 | - |
| YUV | 201.96 | 86.26 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 128 | 0 | 0.15 | 0.45 | 0.08 | 40.75 | 0.72 | 0.71 |
| Hex | EA | C8 | 80 | 0 | F | 2D | 8 | 29 | 48 | 47 |
| Octal | 352 | 310 | 200 | 0 | 17 | 55 | 10 | 51 | 110 | 107 |
| Binary | 11101010 | 11001000 | 10000000 | 0 | 1111 | 101101 | 1000 | 101001 | 1001000 | 1000111 |
Color Harmonies of #EAC880
Complementary color
Monochromatic Colors of #EAC880
Black with #EAC880
Text Example
Text Example
White with #EAC880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC880; }
p { color: rgb(234,200,128); }
H1.HeaderClassName
{
color: #EAC880;
}
.AnyTagClassName
{
color: #EAC880;
}
</style>
background-color css
<style>
a { background-color: #EAC880; }
a { background-color: rgb(234,200,128); }
div.DivClassName
{
background-color: #EAC880;
}
.BgClassName
{
background-color: #EAC880;
}
</style>
border-color css
<style>
span { border-color: #EAC880; }
span { border-color: rgb(234,200,128); }
td.TdClassName
{
border-color: #EAC880;
}
.TagClassName
{
border-color: #EAC880;
}
</style>