Shades of Marzipan #EFC87B
Tints of Marzipan #EFC87B
RGB
CMYK
RGB Variations
Color information
#EFC87B (or 0xEFC87B) is known color: Marzipan. HEX triplet: EF, C8 and 7B. RGB value is (239,200,123). Sum of RGB (Red+Green+Blue) = 239+200+123=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 123 (48.44% from 255 or 21.89% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC87B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC87B is #103784. Grayscale: #CBCBCB. Windows color (decimal): -1062789 or 8112367. OLE color: 8112367.
HSL color Cylindrical-coordinate representation of color #EFC87B: hue angle of 39.83º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFC87B is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 123 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.06 |
| HSL | 39.83º | 0.78% | 0.71% | - |
| HSV(B) | 39.83º | 0.49% | 0.94% | - |
| XYZ | 59.83 | 61.09 | 27.38 | - |
| YUV | 202.88 | 82.92 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 123 | 0 | 0.16 | 0.49 | 0.06 | 39.83 | 0.78 | 0.71 |
| Hex | EF | C8 | 7B | 0 | 10 | 31 | 6 | 28 | 4E | 47 |
| Octal | 357 | 310 | 173 | 0 | 20 | 61 | 6 | 50 | 116 | 107 |
| Binary | 11101111 | 11001000 | 1111011 | 0 | 10000 | 110001 | 110 | 101000 | 1001110 | 1000111 |
Color Harmonies of #EFC87B
Complementary color
Monochromatic Colors of #EFC87B
Black with #EFC87B
Text Example
Text Example
White with #EFC87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC87B; }
p { color: rgb(239,200,123); }
H1.HeaderClassName
{
color: #EFC87B;
}
.AnyTagClassName
{
color: #EFC87B;
}
</style>
background-color css
<style>
a { background-color: #EFC87B; }
a { background-color: rgb(239,200,123); }
div.DivClassName
{
background-color: #EFC87B;
}
.BgClassName
{
background-color: #EFC87B;
}
</style>
border-color css
<style>
span { border-color: #EFC87B; }
span { border-color: rgb(239,200,123); }
td.TdClassName
{
border-color: #EFC87B;
}
.TagClassName
{
border-color: #EFC87B;
}
</style>