Shades of Marzipan #EFCA77
Tints of Marzipan #EFCA77
RGB
CMYK
RGB Variations
Color information
#EFCA77 (or 0xEFCA77) is known color: Marzipan. HEX triplet: EF, CA and 77. RGB value is (239,202,119). Sum of RGB (Red+Green+Blue) = 239+202+119=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 119 (46.88% from 255 or 21.25% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCA77 is #103588. Grayscale: #CBCBCB. Windows color (decimal): -1062281 or 7850735. OLE color: 7850735.
HSL color Cylindrical-coordinate representation of color #EFCA77: hue angle of 41.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFCA77 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 119 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.06 |
| HSL | 41.5º | 0.79% | 0.7% | - |
| HSV(B) | 41.5º | 0.5% | 0.94% | - |
| XYZ | 60.05 | 61.92 | 26.24 | - |
| YUV | 203.6 | 80.26 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 119 | 0 | 0.15 | 0.50 | 0.06 | 41.5 | 0.79 | 0.7 |
| Hex | EF | CA | 77 | 0 | F | 32 | 6 | 2A | 4F | 46 |
| Octal | 357 | 312 | 167 | 0 | 17 | 62 | 6 | 52 | 117 | 106 |
| Binary | 11101111 | 11001010 | 1110111 | 0 | 1111 | 110010 | 110 | 101010 | 1001111 | 1000110 |
Color Harmonies of #EFCA77
Complementary color
Monochromatic Colors of #EFCA77
Black with #EFCA77
Text Example
Text Example
White with #EFCA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCA77; }
p { color: rgb(239,202,119); }
H1.HeaderClassName
{
color: #EFCA77;
}
.AnyTagClassName
{
color: #EFCA77;
}
</style>
background-color css
<style>
a { background-color: #EFCA77; }
a { background-color: rgb(239,202,119); }
div.DivClassName
{
background-color: #EFCA77;
}
.BgClassName
{
background-color: #EFCA77;
}
</style>
border-color css
<style>
span { border-color: #EFCA77; }
span { border-color: rgb(239,202,119); }
td.TdClassName
{
border-color: #EFCA77;
}
.TagClassName
{
border-color: #EFCA77;
}
</style>