Shades of Marzipan #EFCF77
Tints of Marzipan #EFCF77
RGB
CMYK
RGB Variations
Color information
#EFCF77 (or 0xEFCF77) is known color: Marzipan. HEX triplet: EF, CF and 77. RGB value is (239,207,119). Sum of RGB (Red+Green+Blue) = 239+207+119=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 119 (46.88% from 255 or 21.06% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCF77 is #103088. Grayscale: #CECECE. Windows color (decimal): -1061001 or 7852015. OLE color: 7852015.
HSL color Cylindrical-coordinate representation of color #EFCF77: hue angle of 44º 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 #EFCF77 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 119 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.06 |
| HSL | 44º | 0.79% | 0.7% | - |
| HSV(B) | 44º | 0.5% | 0.94% | - |
| XYZ | 61.24 | 64.31 | 26.64 | - |
| YUV | 206.54 | 78.6 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 119 | 0 | 0.13 | 0.50 | 0.06 | 44 | 0.79 | 0.7 |
| Hex | EF | CF | 77 | 0 | D | 32 | 6 | 2C | 4F | 46 |
| Octal | 357 | 317 | 167 | 0 | 15 | 62 | 6 | 54 | 117 | 106 |
| Binary | 11101111 | 11001111 | 1110111 | 0 | 1101 | 110010 | 110 | 101100 | 1001111 | 1000110 |
Color Harmonies of #EFCF77
Complementary color
Monochromatic Colors of #EFCF77
Black with #EFCF77
Text Example
Text Example
White with #EFCF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCF77; }
p { color: rgb(239,207,119); }
H1.HeaderClassName
{
color: #EFCF77;
}
.AnyTagClassName
{
color: #EFCF77;
}
</style>
background-color css
<style>
a { background-color: #EFCF77; }
a { background-color: rgb(239,207,119); }
div.DivClassName
{
background-color: #EFCF77;
}
.BgClassName
{
background-color: #EFCF77;
}
</style>
border-color css
<style>
span { border-color: #EFCF77; }
span { border-color: rgb(239,207,119); }
td.TdClassName
{
border-color: #EFCF77;
}
.TagClassName
{
border-color: #EFCF77;
}
</style>