Shades of Marzipan #EFC97C
Tints of Marzipan #EFC97C
RGB
CMYK
RGB Variations
Color information
#EFC97C (or 0xEFC97C) is known color: Marzipan. HEX triplet: EF, C9 and 7C. RGB value is (239,201,124). Sum of RGB (Red+Green+Blue) = 239+201+124=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 124 (48.83% from 255 or 21.99% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC97C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC97C is #103683. Grayscale: #CBCBCB. Windows color (decimal): -1062532 or 8178159. OLE color: 8178159.
HSL color Cylindrical-coordinate representation of color #EFC97C: hue angle of 40.17º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFC97C is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 124 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.06 |
| HSL | 40.17º | 0.78% | 0.71% | - |
| HSV(B) | 40.17º | 0.48% | 0.94% | - |
| XYZ | 60.12 | 61.58 | 27.79 | - |
| YUV | 203.58 | 83.09 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 124 | 0 | 0.16 | 0.48 | 0.06 | 40.17 | 0.78 | 0.71 |
| Hex | EF | C9 | 7C | 0 | 10 | 30 | 6 | 28 | 4E | 47 |
| Octal | 357 | 311 | 174 | 0 | 20 | 60 | 6 | 50 | 116 | 107 |
| Binary | 11101111 | 11001001 | 1111100 | 0 | 10000 | 110000 | 110 | 101000 | 1001110 | 1000111 |
Color Harmonies of #EFC97C
Complementary color
Monochromatic Colors of #EFC97C
Black with #EFC97C
Text Example
Text Example
White with #EFC97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC97C; }
p { color: rgb(239,201,124); }
H1.HeaderClassName
{
color: #EFC97C;
}
.AnyTagClassName
{
color: #EFC97C;
}
</style>
background-color css
<style>
a { background-color: #EFC97C; }
a { background-color: rgb(239,201,124); }
div.DivClassName
{
background-color: #EFC97C;
}
.BgClassName
{
background-color: #EFC97C;
}
</style>
border-color css
<style>
span { border-color: #EFC97C; }
span { border-color: rgb(239,201,124); }
td.TdClassName
{
border-color: #EFC97C;
}
.TagClassName
{
border-color: #EFC97C;
}
</style>