Shades of Marzipan #EAC57A
Tints of Marzipan #EAC57A
RGB
CMYK
RGB Variations
Color information
#EAC57A (or 0xEAC57A) is known color: Marzipan. HEX triplet: EA, C5 and 7A. RGB value is (234,197,122). Sum of RGB (Red+Green+Blue) = 234+197+122=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 122 (48.05% from 255 or 22.06% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC57A is #153A85. Grayscale: #C7C7C7. Windows color (decimal): -1391238 or 8046058. OLE color: 8046058.
HSL color Cylindrical-coordinate representation of color #EAC57A: hue angle of 40.18º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EAC57A is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 122 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.08 |
| HSL | 40.18º | 0.73% | 0.7% | - |
| HSV(B) | 40.18º | 0.48% | 0.92% | - |
| XYZ | 57.41 | 58.83 | 26.74 | - |
| YUV | 199.51 | 84.26 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 122 | 0 | 0.16 | 0.48 | 0.08 | 40.18 | 0.73 | 0.7 |
| Hex | EA | C5 | 7A | 0 | 10 | 30 | 8 | 28 | 49 | 46 |
| Octal | 352 | 305 | 172 | 0 | 20 | 60 | 10 | 50 | 111 | 106 |
| Binary | 11101010 | 11000101 | 1111010 | 0 | 10000 | 110000 | 1000 | 101000 | 1001001 | 1000110 |
Color Harmonies of #EAC57A
Complementary color
Monochromatic Colors of #EAC57A
Black with #EAC57A
Text Example
Text Example
White with #EAC57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC57A; }
p { color: rgb(234,197,122); }
H1.HeaderClassName
{
color: #EAC57A;
}
.AnyTagClassName
{
color: #EAC57A;
}
</style>
background-color css
<style>
a { background-color: #EAC57A; }
a { background-color: rgb(234,197,122); }
div.DivClassName
{
background-color: #EAC57A;
}
.BgClassName
{
background-color: #EAC57A;
}
</style>
border-color css
<style>
span { border-color: #EAC57A; }
span { border-color: rgb(234,197,122); }
td.TdClassName
{
border-color: #EAC57A;
}
.TagClassName
{
border-color: #EAC57A;
}
</style>