Shades of Marzipan #EFC389
Tints of Marzipan #EFC389
RGB
CMYK
RGB Variations
Color information
#EFC389 (or 0xEFC389) is known color: Marzipan. HEX triplet: EF, C3 and 89. RGB value is (239,195,137). Sum of RGB (Red+Green+Blue) = 239+195+137=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 137 (53.91% from 255 or 23.99% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC389 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC389 is #103C76. Grayscale: #C9C9C9. Windows color (decimal): -1064055 or 9028591. OLE color: 9028591.
HSL color Cylindrical-coordinate representation of color #EFC389: hue angle of 34.12º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFC389 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 137 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.06 |
| HSL | 34.12º | 0.76% | 0.74% | - |
| HSV(B) | 34.12º | 0.43% | 0.94% | - |
| XYZ | 59.63 | 59.19 | 31.95 | - |
| YUV | 201.54 | 91.58 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 137 | 0 | 0.18 | 0.43 | 0.06 | 34.12 | 0.76 | 0.74 |
| Hex | EF | C3 | 89 | 0 | 12 | 2B | 6 | 22 | 4C | 4A |
| Octal | 357 | 303 | 211 | 0 | 22 | 53 | 6 | 42 | 114 | 112 |
| Binary | 11101111 | 11000011 | 10001001 | 0 | 10010 | 101011 | 110 | 100010 | 1001100 | 1001010 |
Color Harmonies of #EFC389
Complementary color
Monochromatic Colors of #EFC389
Black with #EFC389
Text Example
Text Example
White with #EFC389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC389; }
p { color: rgb(239,195,137); }
H1.HeaderClassName
{
color: #EFC389;
}
.AnyTagClassName
{
color: #EFC389;
}
</style>
background-color css
<style>
a { background-color: #EFC389; }
a { background-color: rgb(239,195,137); }
div.DivClassName
{
background-color: #EFC389;
}
.BgClassName
{
background-color: #EFC389;
}
</style>
border-color css
<style>
span { border-color: #EFC389; }
span { border-color: rgb(239,195,137); }
td.TdClassName
{
border-color: #EFC389;
}
.TagClassName
{
border-color: #EFC389;
}
</style>