Shades of Marzipan #EFC886
Tints of Marzipan #EFC886
RGB
CMYK
RGB Variations
Color information
#EFC886 (or 0xEFC886) is known color: Marzipan. HEX triplet: EF, C8 and 86. RGB value is (239,200,134). Sum of RGB (Red+Green+Blue) = 239+200+134=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 134 (52.73% from 255 or 23.39% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC886 is #103779. Grayscale: #CCCCCC. Windows color (decimal): -1062778 or 8833263. OLE color: 8833263.
HSL color Cylindrical-coordinate representation of color #EFC886: hue angle of 37.71º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFC886 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 134 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.06 |
| HSL | 37.71º | 0.77% | 0.73% | - |
| HSV(B) | 37.71º | 0.44% | 0.94% | - |
| XYZ | 60.55 | 61.38 | 31.21 | - |
| YUV | 204.14 | 88.42 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 134 | 0 | 0.16 | 0.44 | 0.06 | 37.71 | 0.77 | 0.73 |
| Hex | EF | C8 | 86 | 0 | 10 | 2C | 6 | 26 | 4D | 49 |
| Octal | 357 | 310 | 206 | 0 | 20 | 54 | 6 | 46 | 115 | 111 |
| Binary | 11101111 | 11001000 | 10000110 | 0 | 10000 | 101100 | 110 | 100110 | 1001101 | 1001001 |
Color Harmonies of #EFC886
Complementary color
Monochromatic Colors of #EFC886
Black with #EFC886
Text Example
Text Example
White with #EFC886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC886; }
p { color: rgb(239,200,134); }
H1.HeaderClassName
{
color: #EFC886;
}
.AnyTagClassName
{
color: #EFC886;
}
</style>
background-color css
<style>
a { background-color: #EFC886; }
a { background-color: rgb(239,200,134); }
div.DivClassName
{
background-color: #EFC886;
}
.BgClassName
{
background-color: #EFC886;
}
</style>
border-color css
<style>
span { border-color: #EFC886; }
span { border-color: rgb(239,200,134); }
td.TdClassName
{
border-color: #EFC886;
}
.TagClassName
{
border-color: #EFC886;
}
</style>