Shades of Marzipan #EAC180
Tints of Marzipan #EAC180
RGB
CMYK
RGB Variations
Color information
#EAC180 (or 0xEAC180) is known color: Marzipan. HEX triplet: EA, C1 and 80. RGB value is (234,193,128). Sum of RGB (Red+Green+Blue) = 234+193+128=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC180 is #153E7F. Grayscale: #C6C6C6. Windows color (decimal): -1392256 or 8438250. OLE color: 8438250.
HSL color Cylindrical-coordinate representation of color #EAC180: hue angle of 36.79º 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 #EAC180 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 128 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.08 |
| HSL | 36.79º | 0.72% | 0.71% | - |
| HSV(B) | 36.79º | 0.45% | 0.92% | - |
| XYZ | 56.9 | 57.19 | 28.46 | - |
| YUV | 197.85 | 88.58 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 128 | 0 | 0.18 | 0.45 | 0.08 | 36.79 | 0.72 | 0.71 |
| Hex | EA | C1 | 80 | 0 | 12 | 2D | 8 | 25 | 48 | 47 |
| Octal | 352 | 301 | 200 | 0 | 22 | 55 | 10 | 45 | 110 | 107 |
| Binary | 11101010 | 11000001 | 10000000 | 0 | 10010 | 101101 | 1000 | 100101 | 1001000 | 1000111 |
Color Harmonies of #EAC180
Complementary color
Monochromatic Colors of #EAC180
Black with #EAC180
Text Example
Text Example
White with #EAC180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC180; }
p { color: rgb(234,193,128); }
H1.HeaderClassName
{
color: #EAC180;
}
.AnyTagClassName
{
color: #EAC180;
}
</style>
background-color css
<style>
a { background-color: #EAC180; }
a { background-color: rgb(234,193,128); }
div.DivClassName
{
background-color: #EAC180;
}
.BgClassName
{
background-color: #EAC180;
}
</style>
border-color css
<style>
span { border-color: #EAC180; }
span { border-color: rgb(234,193,128); }
td.TdClassName
{
border-color: #EAC180;
}
.TagClassName
{
border-color: #EAC180;
}
</style>