Shades of Marzipan #EACF82
Tints of Marzipan #EACF82
RGB
CMYK
RGB Variations
Color information
#EACF82 (or 0xEACF82) is known color: Marzipan. HEX triplet: EA, CF and 82. RGB value is (234,207,130). Sum of RGB (Red+Green+Blue) = 234+207+130=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 130 (51.17% from 255 or 22.77% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACF82 is #15307D. Grayscale: #CECECE. Windows color (decimal): -1388670 or 8572906. OLE color: 8572906.
HSL color Cylindrical-coordinate representation of color #EACF82: hue angle of 44.42º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EACF82 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 130 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.08 |
| HSL | 44.42º | 0.71% | 0.71% | - |
| HSV(B) | 44.42º | 0.44% | 0.92% | - |
| XYZ | 60.27 | 63.73 | 30.24 | - |
| YUV | 206.3 | 84.95 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 130 | 0 | 0.12 | 0.44 | 0.08 | 44.42 | 0.71 | 0.71 |
| Hex | EA | CF | 82 | 0 | C | 2C | 8 | 2C | 47 | 47 |
| Octal | 352 | 317 | 202 | 0 | 14 | 54 | 10 | 54 | 107 | 107 |
| Binary | 11101010 | 11001111 | 10000010 | 0 | 1100 | 101100 | 1000 | 101100 | 1000111 | 1000111 |
Color Harmonies of #EACF82
Complementary color
Monochromatic Colors of #EACF82
Black with #EACF82
Text Example
Text Example
White with #EACF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF82; }
p { color: rgb(234,207,130); }
H1.HeaderClassName
{
color: #EACF82;
}
.AnyTagClassName
{
color: #EACF82;
}
</style>
background-color css
<style>
a { background-color: #EACF82; }
a { background-color: rgb(234,207,130); }
div.DivClassName
{
background-color: #EACF82;
}
.BgClassName
{
background-color: #EACF82;
}
</style>
border-color css
<style>
span { border-color: #EACF82; }
span { border-color: rgb(234,207,130); }
td.TdClassName
{
border-color: #EACF82;
}
.TagClassName
{
border-color: #EACF82;
}
</style>