Shades of Marzipan #EACE7E
Tints of Marzipan #EACE7E
RGB
CMYK
RGB Variations
Color information
#EACE7E (or 0xEACE7E) is known color: Marzipan. HEX triplet: EA, CE and 7E. RGB value is (234,206,126). Sum of RGB (Red+Green+Blue) = 234+206+126=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 126 (49.61% from 255 or 22.26% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE7E is #153181. Grayscale: #CDCDCD. Windows color (decimal): -1388930 or 8310506. OLE color: 8310506.
HSL color Cylindrical-coordinate representation of color #EACE7E: hue angle of 44.44º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EACE7E is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 126 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.08 |
| HSL | 44.44º | 0.72% | 0.71% | - |
| HSV(B) | 44.44º | 0.46% | 0.92% | - |
| XYZ | 59.77 | 63.14 | 28.78 | - |
| YUV | 205.25 | 83.28 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 126 | 0 | 0.12 | 0.46 | 0.08 | 44.44 | 0.72 | 0.71 |
| Hex | EA | CE | 7E | 0 | C | 2E | 8 | 2C | 48 | 47 |
| Octal | 352 | 316 | 176 | 0 | 14 | 56 | 10 | 54 | 110 | 107 |
| Binary | 11101010 | 11001110 | 1111110 | 0 | 1100 | 101110 | 1000 | 101100 | 1001000 | 1000111 |
Color Harmonies of #EACE7E
Complementary color
Monochromatic Colors of #EACE7E
Black with #EACE7E
Text Example
Text Example
White with #EACE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE7E; }
p { color: rgb(234,206,126); }
H1.HeaderClassName
{
color: #EACE7E;
}
.AnyTagClassName
{
color: #EACE7E;
}
</style>
background-color css
<style>
a { background-color: #EACE7E; }
a { background-color: rgb(234,206,126); }
div.DivClassName
{
background-color: #EACE7E;
}
.BgClassName
{
background-color: #EACE7E;
}
</style>
border-color css
<style>
span { border-color: #EACE7E; }
span { border-color: rgb(234,206,126); }
td.TdClassName
{
border-color: #EACE7E;
}
.TagClassName
{
border-color: #EACE7E;
}
</style>