Shades of Marzipan #EFC587
Tints of Marzipan #EFC587
RGB
CMYK
RGB Variations
Color information
#EFC587 (or 0xEFC587) is known color: Marzipan. HEX triplet: EF, C5 and 87. RGB value is (239,197,135). Sum of RGB (Red+Green+Blue) = 239+197+135=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 135 (53.12% from 255 or 23.64% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC587 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC587 is #103A78. Grayscale: #CACACA. Windows color (decimal): -1063545 or 8898031. OLE color: 8898031.
HSL color Cylindrical-coordinate representation of color #EFC587: hue angle of 35.77º degrees, saturation: 0.76, 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 #EFC587 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 135 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.06 |
| HSL | 35.77º | 0.76% | 0.73% | - |
| HSV(B) | 35.77º | 0.44% | 0.94% | - |
| XYZ | 59.94 | 60.03 | 31.35 | - |
| YUV | 202.49 | 89.91 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 135 | 0 | 0.18 | 0.44 | 0.06 | 35.77 | 0.76 | 0.73 |
| Hex | EF | C5 | 87 | 0 | 12 | 2C | 6 | 24 | 4C | 49 |
| Octal | 357 | 305 | 207 | 0 | 22 | 54 | 6 | 44 | 114 | 111 |
| Binary | 11101111 | 11000101 | 10000111 | 0 | 10010 | 101100 | 110 | 100100 | 1001100 | 1001001 |
Color Harmonies of #EFC587
Complementary color
Monochromatic Colors of #EFC587
Black with #EFC587
Text Example
Text Example
White with #EFC587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC587; }
p { color: rgb(239,197,135); }
H1.HeaderClassName
{
color: #EFC587;
}
.AnyTagClassName
{
color: #EFC587;
}
</style>
background-color css
<style>
a { background-color: #EFC587; }
a { background-color: rgb(239,197,135); }
div.DivClassName
{
background-color: #EFC587;
}
.BgClassName
{
background-color: #EFC587;
}
</style>
border-color css
<style>
span { border-color: #EFC587; }
span { border-color: rgb(239,197,135); }
td.TdClassName
{
border-color: #EFC587;
}
.TagClassName
{
border-color: #EFC587;
}
</style>