Shades of Marzipan #EFC687
Tints of Marzipan #EFC687
RGB
CMYK
RGB Variations
Color information
#EFC687 (or 0xEFC687) is known color: Marzipan. HEX triplet: EF, C6 and 87. RGB value is (239,198,135). Sum of RGB (Red+Green+Blue) = 239+198+135=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 135 (53.12% from 255 or 23.60% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC687 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC687 is #103978. Grayscale: #CBCBCB. Windows color (decimal): -1063289 or 8898287. OLE color: 8898287.
HSL color Cylindrical-coordinate representation of color #EFC687: hue angle of 36.35º 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 #EFC687 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 135 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.06 |
| HSL | 36.35º | 0.76% | 0.73% | - |
| HSV(B) | 36.35º | 0.44% | 0.94% | - |
| XYZ | 60.16 | 60.49 | 31.43 | - |
| YUV | 203.08 | 89.58 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 135 | 0 | 0.17 | 0.44 | 0.06 | 36.35 | 0.76 | 0.73 |
| Hex | EF | C6 | 87 | 0 | 11 | 2C | 6 | 24 | 4C | 49 |
| Octal | 357 | 306 | 207 | 0 | 21 | 54 | 6 | 44 | 114 | 111 |
| Binary | 11101111 | 11000110 | 10000111 | 0 | 10001 | 101100 | 110 | 100100 | 1001100 | 1001001 |
Color Harmonies of #EFC687
Complementary color
Monochromatic Colors of #EFC687
Black with #EFC687
Text Example
Text Example
White with #EFC687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC687; }
p { color: rgb(239,198,135); }
H1.HeaderClassName
{
color: #EFC687;
}
.AnyTagClassName
{
color: #EFC687;
}
</style>
background-color css
<style>
a { background-color: #EFC687; }
a { background-color: rgb(239,198,135); }
div.DivClassName
{
background-color: #EFC687;
}
.BgClassName
{
background-color: #EFC687;
}
</style>
border-color css
<style>
span { border-color: #EFC687; }
span { border-color: rgb(239,198,135); }
td.TdClassName
{
border-color: #EFC687;
}
.TagClassName
{
border-color: #EFC687;
}
</style>