Shades of Marzipan #EACA81
Tints of Marzipan #EACA81
RGB
CMYK
RGB Variations
Color information
#EACA81 (or 0xEACA81) is known color: Marzipan. HEX triplet: EA, CA and 81. RGB value is (234,202,129). Sum of RGB (Red+Green+Blue) = 234+202+129=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 129 (50.78% from 255 or 22.83% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACA81 is #15357E. Grayscale: #CBCBCB. Windows color (decimal): -1389951 or 8506090. OLE color: 8506090.
HSL color Cylindrical-coordinate representation of color #EACA81: hue angle of 41.71º 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 #EACA81 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 129 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.08 |
| HSL | 41.71º | 0.71% | 0.71% | - |
| HSV(B) | 41.71º | 0.45% | 0.92% | - |
| XYZ | 59.01 | 61.32 | 29.49 | - |
| YUV | 203.25 | 86.1 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 129 | 0 | 0.14 | 0.45 | 0.08 | 41.71 | 0.71 | 0.71 |
| Hex | EA | CA | 81 | 0 | E | 2D | 8 | 2A | 47 | 47 |
| Octal | 352 | 312 | 201 | 0 | 16 | 55 | 10 | 52 | 107 | 107 |
| Binary | 11101010 | 11001010 | 10000001 | 0 | 1110 | 101101 | 1000 | 101010 | 1000111 | 1000111 |
Color Harmonies of #EACA81
Complementary color
Monochromatic Colors of #EACA81
Black with #EACA81
Text Example
Text Example
White with #EACA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA81; }
p { color: rgb(234,202,129); }
H1.HeaderClassName
{
color: #EACA81;
}
.AnyTagClassName
{
color: #EACA81;
}
</style>
background-color css
<style>
a { background-color: #EACA81; }
a { background-color: rgb(234,202,129); }
div.DivClassName
{
background-color: #EACA81;
}
.BgClassName
{
background-color: #EACA81;
}
</style>
border-color css
<style>
span { border-color: #EACA81; }
span { border-color: rgb(234,202,129); }
td.TdClassName
{
border-color: #EACA81;
}
.TagClassName
{
border-color: #EACA81;
}
</style>