Shades of Marzipan #EACE7A
Tints of Marzipan #EACE7A
RGB
CMYK
RGB Variations
Color information
#EACE7A (or 0xEACE7A) is known color: Marzipan. HEX triplet: EA, CE and 7A. RGB value is (234,206,122). Sum of RGB (Red+Green+Blue) = 234+206+122=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE7A is #153185. Grayscale: #CDCDCD. Windows color (decimal): -1388934 or 8048362. OLE color: 8048362.
HSL color Cylindrical-coordinate representation of color #EACE7A: hue angle of 45º 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 #EACE7A is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 122 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.08 |
| HSL | 45º | 0.73% | 0.7% | - |
| HSV(B) | 45º | 0.48% | 0.92% | - |
| XYZ | 59.52 | 63.04 | 27.44 | - |
| YUV | 204.8 | 81.28 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 122 | 0 | 0.12 | 0.48 | 0.08 | 45 | 0.73 | 0.7 |
| Hex | EA | CE | 7A | 0 | C | 30 | 8 | 2D | 49 | 46 |
| Octal | 352 | 316 | 172 | 0 | 14 | 60 | 10 | 55 | 111 | 106 |
| Binary | 11101010 | 11001110 | 1111010 | 0 | 1100 | 110000 | 1000 | 101101 | 1001001 | 1000110 |
Color Harmonies of #EACE7A
Complementary color
Monochromatic Colors of #EACE7A
Black with #EACE7A
Text Example
Text Example
White with #EACE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE7A; }
p { color: rgb(234,206,122); }
H1.HeaderClassName
{
color: #EACE7A;
}
.AnyTagClassName
{
color: #EACE7A;
}
</style>
background-color css
<style>
a { background-color: #EACE7A; }
a { background-color: rgb(234,206,122); }
div.DivClassName
{
background-color: #EACE7A;
}
.BgClassName
{
background-color: #EACE7A;
}
</style>
border-color css
<style>
span { border-color: #EACE7A; }
span { border-color: rgb(234,206,122); }
td.TdClassName
{
border-color: #EACE7A;
}
.TagClassName
{
border-color: #EACE7A;
}
</style>