Shades of Marzipan #EFC57C
Tints of Marzipan #EFC57C
RGB
CMYK
RGB Variations
Color information
#EFC57C (or 0xEFC57C) is known color: Marzipan. HEX triplet: EF, C5 and 7C. RGB value is (239,197,124). Sum of RGB (Red+Green+Blue) = 239+197+124=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 124 (48.83% from 255 or 22.14% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC57C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC57C is #103A83. Grayscale: #C9C9C9. Windows color (decimal): -1063556 or 8177135. OLE color: 8177135.
HSL color Cylindrical-coordinate representation of color #EFC57C: hue angle of 38.09º 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 #EFC57C is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 124 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.06 |
| HSL | 38.09º | 0.78% | 0.71% | - |
| HSV(B) | 38.09º | 0.48% | 0.94% | - |
| XYZ | 59.2 | 59.74 | 27.48 | - |
| YUV | 201.24 | 84.41 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 124 | 0 | 0.18 | 0.48 | 0.06 | 38.09 | 0.78 | 0.71 |
| Hex | EF | C5 | 7C | 0 | 12 | 30 | 6 | 26 | 4E | 47 |
| Octal | 357 | 305 | 174 | 0 | 22 | 60 | 6 | 46 | 116 | 107 |
| Binary | 11101111 | 11000101 | 1111100 | 0 | 10010 | 110000 | 110 | 100110 | 1001110 | 1000111 |
Color Harmonies of #EFC57C
Complementary color
Monochromatic Colors of #EFC57C
Black with #EFC57C
Text Example
Text Example
White with #EFC57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC57C; }
p { color: rgb(239,197,124); }
H1.HeaderClassName
{
color: #EFC57C;
}
.AnyTagClassName
{
color: #EFC57C;
}
</style>
background-color css
<style>
a { background-color: #EFC57C; }
a { background-color: rgb(239,197,124); }
div.DivClassName
{
background-color: #EFC57C;
}
.BgClassName
{
background-color: #EFC57C;
}
</style>
border-color css
<style>
span { border-color: #EFC57C; }
span { border-color: rgb(239,197,124); }
td.TdClassName
{
border-color: #EFC57C;
}
.TagClassName
{
border-color: #EFC57C;
}
</style>