Shades of Marzipan #EFC586
Tints of Marzipan #EFC586
RGB
CMYK
RGB Variations
Color information
#EFC586 (or 0xEFC586) is known color: Marzipan. HEX triplet: EF, C5 and 86. RGB value is (239,197,134). Sum of RGB (Red+Green+Blue) = 239+197+134=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 134 (52.73% from 255 or 23.51% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC586 is #103A79. Grayscale: #CACACA. Windows color (decimal): -1063546 or 8832495. OLE color: 8832495.
HSL color Cylindrical-coordinate representation of color #EFC586: hue angle of 36º 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 #EFC586 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 134 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.06 |
| HSL | 36º | 0.77% | 0.73% | - |
| HSV(B) | 36º | 0.44% | 0.94% | - |
| XYZ | 59.87 | 60 | 30.98 | - |
| YUV | 202.38 | 89.41 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 134 | 0 | 0.18 | 0.44 | 0.06 | 36 | 0.77 | 0.73 |
| Hex | EF | C5 | 86 | 0 | 12 | 2C | 6 | 24 | 4D | 49 |
| Octal | 357 | 305 | 206 | 0 | 22 | 54 | 6 | 44 | 115 | 111 |
| Binary | 11101111 | 11000101 | 10000110 | 0 | 10010 | 101100 | 110 | 100100 | 1001101 | 1001001 |
Color Harmonies of #EFC586
Complementary color
Monochromatic Colors of #EFC586
Black with #EFC586
Text Example
Text Example
White with #EFC586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC586; }
p { color: rgb(239,197,134); }
H1.HeaderClassName
{
color: #EFC586;
}
.AnyTagClassName
{
color: #EFC586;
}
</style>
background-color css
<style>
a { background-color: #EFC586; }
a { background-color: rgb(239,197,134); }
div.DivClassName
{
background-color: #EFC586;
}
.BgClassName
{
background-color: #EFC586;
}
</style>
border-color css
<style>
span { border-color: #EFC586; }
span { border-color: rgb(239,197,134); }
td.TdClassName
{
border-color: #EFC586;
}
.TagClassName
{
border-color: #EFC586;
}
</style>