Shades of Marzipan #EACF83
Tints of Marzipan #EACF83
RGB
CMYK
RGB Variations
Color information
#EACF83 (or 0xEACF83) is known color: Marzipan. HEX triplet: EA, CF and 83. RGB value is (234,207,131). Sum of RGB (Red+Green+Blue) = 234+207+131=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 131 (51.56% from 255 or 22.90% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACF83 is #15307C. Grayscale: #CECECE. Windows color (decimal): -1388669 or 8638442. OLE color: 8638442.
HSL color Cylindrical-coordinate representation of color #EACF83: hue angle of 44.27º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EACF83 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 131 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.08 |
| HSL | 44.27º | 0.71% | 0.72% | - |
| HSV(B) | 44.27º | 0.44% | 0.92% | - |
| XYZ | 60.34 | 63.76 | 30.6 | - |
| YUV | 206.41 | 85.45 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 131 | 0 | 0.12 | 0.44 | 0.08 | 44.27 | 0.71 | 0.72 |
| Hex | EA | CF | 83 | 0 | C | 2C | 8 | 2C | 47 | 48 |
| Octal | 352 | 317 | 203 | 0 | 14 | 54 | 10 | 54 | 107 | 110 |
| Binary | 11101010 | 11001111 | 10000011 | 0 | 1100 | 101100 | 1000 | 101100 | 1000111 | 1001000 |
Color Harmonies of #EACF83
Complementary color
Monochromatic Colors of #EACF83
Black with #EACF83
Text Example
Text Example
White with #EACF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF83; }
p { color: rgb(234,207,131); }
H1.HeaderClassName
{
color: #EACF83;
}
.AnyTagClassName
{
color: #EACF83;
}
</style>
background-color css
<style>
a { background-color: #EACF83; }
a { background-color: rgb(234,207,131); }
div.DivClassName
{
background-color: #EACF83;
}
.BgClassName
{
background-color: #EACF83;
}
</style>
border-color css
<style>
span { border-color: #EACF83; }
span { border-color: rgb(234,207,131); }
td.TdClassName
{
border-color: #EACF83;
}
.TagClassName
{
border-color: #EACF83;
}
</style>