Shades of Marzipan #EFCB76
Tints of Marzipan #EFCB76
RGB
CMYK
RGB Variations
Color information
#EFCB76 (or 0xEFCB76) is known color: Marzipan. HEX triplet: EF, CB and 76. RGB value is (239,203,118). Sum of RGB (Red+Green+Blue) = 239+203+118=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 118 (46.48% from 255 or 21.07% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB76 is #103489. Grayscale: #CCCCCC. Windows color (decimal): -1062026 or 7785455. OLE color: 7785455.
HSL color Cylindrical-coordinate representation of color #EFCB76: hue angle of 42.15º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFCB76 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 118 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.06 |
| HSL | 42.15º | 0.79% | 0.7% | - |
| HSV(B) | 42.15º | 0.51% | 0.94% | - |
| XYZ | 60.22 | 62.37 | 26 | - |
| YUV | 204.07 | 79.43 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 118 | 0 | 0.15 | 0.51 | 0.06 | 42.15 | 0.79 | 0.7 |
| Hex | EF | CB | 76 | 0 | F | 33 | 6 | 2A | 4F | 46 |
| Octal | 357 | 313 | 166 | 0 | 17 | 63 | 6 | 52 | 117 | 106 |
| Binary | 11101111 | 11001011 | 1110110 | 0 | 1111 | 110011 | 110 | 101010 | 1001111 | 1000110 |
Color Harmonies of #EFCB76
Complementary color
Monochromatic Colors of #EFCB76
Black with #EFCB76
Text Example
Text Example
White with #EFCB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB76; }
p { color: rgb(239,203,118); }
H1.HeaderClassName
{
color: #EFCB76;
}
.AnyTagClassName
{
color: #EFCB76;
}
</style>
background-color css
<style>
a { background-color: #EFCB76; }
a { background-color: rgb(239,203,118); }
div.DivClassName
{
background-color: #EFCB76;
}
.BgClassName
{
background-color: #EFCB76;
}
</style>
border-color css
<style>
span { border-color: #EFCB76; }
span { border-color: rgb(239,203,118); }
td.TdClassName
{
border-color: #EFCB76;
}
.TagClassName
{
border-color: #EFCB76;
}
</style>