Shades of Marzipan #EAC380
Tints of Marzipan #EAC380
RGB
CMYK
RGB Variations
Color information
#EAC380 (or 0xEAC380) is known color: Marzipan. HEX triplet: EA, C3 and 80. RGB value is (234,195,128). Sum of RGB (Red+Green+Blue) = 234+195+128=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC380 is #153C7F. Grayscale: #C7C7C7. Windows color (decimal): -1391744 or 8438762. OLE color: 8438762.
HSL color Cylindrical-coordinate representation of color #EAC380: hue angle of 37.92º 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 #EAC380 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 128 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.08 |
| HSL | 37.92º | 0.72% | 0.71% | - |
| HSV(B) | 37.92º | 0.45% | 0.92% | - |
| XYZ | 57.34 | 58.08 | 28.61 | - |
| YUV | 199.02 | 87.92 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 128 | 0 | 0.17 | 0.45 | 0.08 | 37.92 | 0.72 | 0.71 |
| Hex | EA | C3 | 80 | 0 | 11 | 2D | 8 | 26 | 48 | 47 |
| Octal | 352 | 303 | 200 | 0 | 21 | 55 | 10 | 46 | 110 | 107 |
| Binary | 11101010 | 11000011 | 10000000 | 0 | 10001 | 101101 | 1000 | 100110 | 1001000 | 1000111 |
Color Harmonies of #EAC380
Complementary color
Monochromatic Colors of #EAC380
Black with #EAC380
Text Example
Text Example
White with #EAC380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC380; }
p { color: rgb(234,195,128); }
H1.HeaderClassName
{
color: #EAC380;
}
.AnyTagClassName
{
color: #EAC380;
}
</style>
background-color css
<style>
a { background-color: #EAC380; }
a { background-color: rgb(234,195,128); }
div.DivClassName
{
background-color: #EAC380;
}
.BgClassName
{
background-color: #EAC380;
}
</style>
border-color css
<style>
span { border-color: #EAC380; }
span { border-color: rgb(234,195,128); }
td.TdClassName
{
border-color: #EAC380;
}
.TagClassName
{
border-color: #EAC380;
}
</style>