Shades of Marzipan #EFCB7C
Tints of Marzipan #EFCB7C
RGB
CMYK
RGB Variations
Color information
#EFCB7C (or 0xEFCB7C) is known color: Marzipan. HEX triplet: EF, CB and 7C. RGB value is (239,203,124). Sum of RGB (Red+Green+Blue) = 239+203+124=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 124 (48.83% from 255 or 21.91% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB7C is #103483. Grayscale: #CDCDCD. Windows color (decimal): -1062020 or 8178671. OLE color: 8178671.
HSL color Cylindrical-coordinate representation of color #EFCB7C: hue angle of 41.22º 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 #EFCB7C is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 124 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.06 |
| HSL | 41.22º | 0.78% | 0.71% | - |
| HSV(B) | 41.22º | 0.48% | 0.94% | - |
| XYZ | 60.59 | 62.52 | 27.94 | - |
| YUV | 204.76 | 82.43 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 124 | 0 | 0.15 | 0.48 | 0.06 | 41.22 | 0.78 | 0.71 |
| Hex | EF | CB | 7C | 0 | F | 30 | 6 | 29 | 4E | 47 |
| Octal | 357 | 313 | 174 | 0 | 17 | 60 | 6 | 51 | 116 | 107 |
| Binary | 11101111 | 11001011 | 1111100 | 0 | 1111 | 110000 | 110 | 101001 | 1001110 | 1000111 |
Color Harmonies of #EFCB7C
Complementary color
Monochromatic Colors of #EFCB7C
Black with #EFCB7C
Text Example
Text Example
White with #EFCB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB7C; }
p { color: rgb(239,203,124); }
H1.HeaderClassName
{
color: #EFCB7C;
}
.AnyTagClassName
{
color: #EFCB7C;
}
</style>
background-color css
<style>
a { background-color: #EFCB7C; }
a { background-color: rgb(239,203,124); }
div.DivClassName
{
background-color: #EFCB7C;
}
.BgClassName
{
background-color: #EFCB7C;
}
</style>
border-color css
<style>
span { border-color: #EFCB7C; }
span { border-color: rgb(239,203,124); }
td.TdClassName
{
border-color: #EFCB7C;
}
.TagClassName
{
border-color: #EFCB7C;
}
</style>