Shades of Marzipan #EAC280
Tints of Marzipan #EAC280
RGB
CMYK
RGB Variations
Color information
#EAC280 (or 0xEAC280) is known color: Marzipan. HEX triplet: EA, C2 and 80. RGB value is (234,194,128). Sum of RGB (Red+Green+Blue) = 234+194+128=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC280 is #153D7F. Grayscale: #C6C6C6. Windows color (decimal): -1392000 or 8438506. OLE color: 8438506.
HSL color Cylindrical-coordinate representation of color #EAC280: hue angle of 37.36º 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 #EAC280 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 128 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.08 |
| HSL | 37.36º | 0.72% | 0.71% | - |
| HSV(B) | 37.36º | 0.45% | 0.92% | - |
| XYZ | 57.12 | 57.63 | 28.54 | - |
| YUV | 198.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 128 | 0 | 0.17 | 0.45 | 0.08 | 37.36 | 0.72 | 0.71 |
| Hex | EA | C2 | 80 | 0 | 11 | 2D | 8 | 25 | 48 | 47 |
| Octal | 352 | 302 | 200 | 0 | 21 | 55 | 10 | 45 | 110 | 107 |
| Binary | 11101010 | 11000010 | 10000000 | 0 | 10001 | 101101 | 1000 | 100101 | 1001000 | 1000111 |
Color Harmonies of #EAC280
Complementary color
Monochromatic Colors of #EAC280
Black with #EAC280
Text Example
Text Example
White with #EAC280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC280; }
p { color: rgb(234,194,128); }
H1.HeaderClassName
{
color: #EAC280;
}
.AnyTagClassName
{
color: #EAC280;
}
</style>
background-color css
<style>
a { background-color: #EAC280; }
a { background-color: rgb(234,194,128); }
div.DivClassName
{
background-color: #EAC280;
}
.BgClassName
{
background-color: #EAC280;
}
</style>
border-color css
<style>
span { border-color: #EAC280; }
span { border-color: rgb(234,194,128); }
td.TdClassName
{
border-color: #EAC280;
}
.TagClassName
{
border-color: #EAC280;
}
</style>