Shades of Marzipan #EACE81
Tints of Marzipan #EACE81
RGB
CMYK
RGB Variations
Color information
#EACE81 (or 0xEACE81) is known color: Marzipan. HEX triplet: EA, CE and 81. RGB value is (234,206,129). Sum of RGB (Red+Green+Blue) = 234+206+129=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 129 (50.78% from 255 or 22.67% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACE81 is #15317E. Grayscale: #CDCDCD. Windows color (decimal): -1388927 or 8507114. OLE color: 8507114.
HSL color Cylindrical-coordinate representation of color #EACE81: hue angle of 44º degrees, saturation: 0.71, 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 #EACE81 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 129 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.08 |
| HSL | 44º | 0.71% | 0.71% | - |
| HSV(B) | 44º | 0.45% | 0.92% | - |
| XYZ | 59.97 | 63.22 | 29.81 | - |
| YUV | 205.59 | 84.78 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 129 | 0 | 0.12 | 0.45 | 0.08 | 44 | 0.71 | 0.71 |
| Hex | EA | CE | 81 | 0 | C | 2D | 8 | 2C | 47 | 47 |
| Octal | 352 | 316 | 201 | 0 | 14 | 55 | 10 | 54 | 107 | 107 |
| Binary | 11101010 | 11001110 | 10000001 | 0 | 1100 | 101101 | 1000 | 101100 | 1000111 | 1000111 |
Color Harmonies of #EACE81
Complementary color
Monochromatic Colors of #EACE81
Black with #EACE81
Text Example
Text Example
White with #EACE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE81; }
p { color: rgb(234,206,129); }
H1.HeaderClassName
{
color: #EACE81;
}
.AnyTagClassName
{
color: #EACE81;
}
</style>
background-color css
<style>
a { background-color: #EACE81; }
a { background-color: rgb(234,206,129); }
div.DivClassName
{
background-color: #EACE81;
}
.BgClassName
{
background-color: #EACE81;
}
</style>
border-color css
<style>
span { border-color: #EACE81; }
span { border-color: rgb(234,206,129); }
td.TdClassName
{
border-color: #EACE81;
}
.TagClassName
{
border-color: #EACE81;
}
</style>