Shades of Marzipan #EFC486
Tints of Marzipan #EFC486
RGB
CMYK
RGB Variations
Color information
#EFC486 (or 0xEFC486) is known color: Marzipan. HEX triplet: EF, C4 and 86. RGB value is (239,196,134). Sum of RGB (Red+Green+Blue) = 239+196+134=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 134 (52.73% from 255 or 23.55% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC486 is #103B79. Grayscale: #CACACA. Windows color (decimal): -1063802 or 8832239. OLE color: 8832239.
HSL color Cylindrical-coordinate representation of color #EFC486: hue angle of 35.43º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFC486 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 134 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.06 |
| HSL | 35.43º | 0.77% | 0.73% | - |
| HSV(B) | 35.43º | 0.44% | 0.94% | - |
| XYZ | 59.64 | 59.55 | 30.91 | - |
| YUV | 201.79 | 89.75 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 134 | 0 | 0.18 | 0.44 | 0.06 | 35.43 | 0.77 | 0.73 |
| Hex | EF | C4 | 86 | 0 | 12 | 2C | 6 | 23 | 4D | 49 |
| Octal | 357 | 304 | 206 | 0 | 22 | 54 | 6 | 43 | 115 | 111 |
| Binary | 11101111 | 11000100 | 10000110 | 0 | 10010 | 101100 | 110 | 100011 | 1001101 | 1001001 |
Color Harmonies of #EFC486
Complementary color
Monochromatic Colors of #EFC486
Black with #EFC486
Text Example
Text Example
White with #EFC486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC486; }
p { color: rgb(239,196,134); }
H1.HeaderClassName
{
color: #EFC486;
}
.AnyTagClassName
{
color: #EFC486;
}
</style>
background-color css
<style>
a { background-color: #EFC486; }
a { background-color: rgb(239,196,134); }
div.DivClassName
{
background-color: #EFC486;
}
.BgClassName
{
background-color: #EFC486;
}
</style>
border-color css
<style>
span { border-color: #EFC486; }
span { border-color: rgb(239,196,134); }
td.TdClassName
{
border-color: #EFC486;
}
.TagClassName
{
border-color: #EFC486;
}
</style>