Shades of Marzipan #EFC87A
Tints of Marzipan #EFC87A
RGB
CMYK
RGB Variations
Color information
#EFC87A (or 0xEFC87A) is known color: Marzipan. HEX triplet: EF, C8 and 7A. RGB value is (239,200,122). Sum of RGB (Red+Green+Blue) = 239+200+122=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC87A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC87A is #103785. Grayscale: #CBCBCB. Windows color (decimal): -1062790 or 8046831. OLE color: 8046831.
HSL color Cylindrical-coordinate representation of color #EFC87A: hue angle of 40º degrees, saturation: 0.79, 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 #EFC87A is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 122 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.06 |
| HSL | 40º | 0.79% | 0.71% | - |
| HSV(B) | 40º | 0.49% | 0.94% | - |
| XYZ | 59.76 | 61.06 | 27.05 | - |
| YUV | 202.77 | 82.42 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 122 | 0 | 0.16 | 0.49 | 0.06 | 40 | 0.79 | 0.71 |
| Hex | EF | C8 | 7A | 0 | 10 | 31 | 6 | 28 | 4F | 47 |
| Octal | 357 | 310 | 172 | 0 | 20 | 61 | 6 | 50 | 117 | 107 |
| Binary | 11101111 | 11001000 | 1111010 | 0 | 10000 | 110001 | 110 | 101000 | 1001111 | 1000111 |
Color Harmonies of #EFC87A
Complementary color
Monochromatic Colors of #EFC87A
Black with #EFC87A
Text Example
Text Example
White with #EFC87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC87A; }
p { color: rgb(239,200,122); }
H1.HeaderClassName
{
color: #EFC87A;
}
.AnyTagClassName
{
color: #EFC87A;
}
</style>
background-color css
<style>
a { background-color: #EFC87A; }
a { background-color: rgb(239,200,122); }
div.DivClassName
{
background-color: #EFC87A;
}
.BgClassName
{
background-color: #EFC87A;
}
</style>
border-color css
<style>
span { border-color: #EFC87A; }
span { border-color: rgb(239,200,122); }
td.TdClassName
{
border-color: #EFC87A;
}
.TagClassName
{
border-color: #EFC87A;
}
</style>