Shades of Marzipan #EACD81
Tints of Marzipan #EACD81
RGB
CMYK
RGB Variations
Color information
#EACD81 (or 0xEACD81) is known color: Marzipan. HEX triplet: EA, CD and 81. RGB value is (234,205,129). Sum of RGB (Red+Green+Blue) = 234+205+129=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 129 (50.78% from 255 or 22.71% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD81 is #15327E. Grayscale: #CDCDCD. Windows color (decimal): -1389183 or 8506858. OLE color: 8506858.
HSL color Cylindrical-coordinate representation of color #EACD81: hue angle of 43.43º 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 #EACD81 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 129 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.08 |
| HSL | 43.43º | 0.71% | 0.71% | - |
| HSV(B) | 43.43º | 0.45% | 0.92% | - |
| XYZ | 59.73 | 62.74 | 29.73 | - |
| YUV | 205.01 | 85.11 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 129 | 0 | 0.12 | 0.45 | 0.08 | 43.43 | 0.71 | 0.71 |
| Hex | EA | CD | 81 | 0 | C | 2D | 8 | 2B | 47 | 47 |
| Octal | 352 | 315 | 201 | 0 | 14 | 55 | 10 | 53 | 107 | 107 |
| Binary | 11101010 | 11001101 | 10000001 | 0 | 1100 | 101101 | 1000 | 101011 | 1000111 | 1000111 |
Color Harmonies of #EACD81
Complementary color
Monochromatic Colors of #EACD81
Black with #EACD81
Text Example
Text Example
White with #EACD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD81; }
p { color: rgb(234,205,129); }
H1.HeaderClassName
{
color: #EACD81;
}
.AnyTagClassName
{
color: #EACD81;
}
</style>
background-color css
<style>
a { background-color: #EACD81; }
a { background-color: rgb(234,205,129); }
div.DivClassName
{
background-color: #EACD81;
}
.BgClassName
{
background-color: #EACD81;
}
</style>
border-color css
<style>
span { border-color: #EACD81; }
span { border-color: rgb(234,205,129); }
td.TdClassName
{
border-color: #EACD81;
}
.TagClassName
{
border-color: #EACD81;
}
</style>