Shades of Marzipan #EFC884
Tints of Marzipan #EFC884
RGB
CMYK
RGB Variations
Color information
#EFC884 (or 0xEFC884) is known color: Marzipan. HEX triplet: EF, C8 and 84. RGB value is (239,200,132). Sum of RGB (Red+Green+Blue) = 239+200+132=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 132 (51.95% from 255 or 23.12% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC884 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC884 is #10377B. Grayscale: #CCCCCC. Windows color (decimal): -1062780 or 8702191. OLE color: 8702191.
HSL color Cylindrical-coordinate representation of color #EFC884: hue angle of 38.13º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFC884 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 132 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.06 |
| HSL | 38.13º | 0.77% | 0.73% | - |
| HSV(B) | 38.13º | 0.45% | 0.94% | - |
| XYZ | 60.42 | 61.33 | 30.48 | - |
| YUV | 203.91 | 87.42 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 132 | 0 | 0.16 | 0.45 | 0.06 | 38.13 | 0.77 | 0.73 |
| Hex | EF | C8 | 84 | 0 | 10 | 2D | 6 | 26 | 4D | 49 |
| Octal | 357 | 310 | 204 | 0 | 20 | 55 | 6 | 46 | 115 | 111 |
| Binary | 11101111 | 11001000 | 10000100 | 0 | 10000 | 101101 | 110 | 100110 | 1001101 | 1001001 |
Color Harmonies of #EFC884
Complementary color
Monochromatic Colors of #EFC884
Black with #EFC884
Text Example
Text Example
White with #EFC884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC884; }
p { color: rgb(239,200,132); }
H1.HeaderClassName
{
color: #EFC884;
}
.AnyTagClassName
{
color: #EFC884;
}
</style>
background-color css
<style>
a { background-color: #EFC884; }
a { background-color: rgb(239,200,132); }
div.DivClassName
{
background-color: #EFC884;
}
.BgClassName
{
background-color: #EFC884;
}
</style>
border-color css
<style>
span { border-color: #EFC884; }
span { border-color: rgb(239,200,132); }
td.TdClassName
{
border-color: #EFC884;
}
.TagClassName
{
border-color: #EFC884;
}
</style>