Shades of Marzipan #EFC984
Tints of Marzipan #EFC984
RGB
CMYK
RGB Variations
Color information
#EFC984 (or 0xEFC984) is known color: Marzipan. HEX triplet: EF, C9 and 84. RGB value is (239,201,132). Sum of RGB (Red+Green+Blue) = 239+201+132=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 132 (51.95% from 255 or 23.08% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC984 is #10367B. Grayscale: #CCCCCC. Windows color (decimal): -1062524 or 8702447. OLE color: 8702447.
HSL color Cylindrical-coordinate representation of color #EFC984: hue angle of 38.69º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFC984 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 132 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.06 |
| HSL | 38.69º | 0.77% | 0.73% | - |
| HSV(B) | 38.69º | 0.45% | 0.94% | - |
| XYZ | 60.65 | 61.79 | 30.56 | - |
| YUV | 204.5 | 87.09 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 132 | 0 | 0.16 | 0.45 | 0.06 | 38.69 | 0.77 | 0.73 |
| Hex | EF | C9 | 84 | 0 | 10 | 2D | 6 | 27 | 4D | 49 |
| Octal | 357 | 311 | 204 | 0 | 20 | 55 | 6 | 47 | 115 | 111 |
| Binary | 11101111 | 11001001 | 10000100 | 0 | 10000 | 101101 | 110 | 100111 | 1001101 | 1001001 |
Color Harmonies of #EFC984
Complementary color
Monochromatic Colors of #EFC984
Black with #EFC984
Text Example
Text Example
White with #EFC984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC984; }
p { color: rgb(239,201,132); }
H1.HeaderClassName
{
color: #EFC984;
}
.AnyTagClassName
{
color: #EFC984;
}
</style>
background-color css
<style>
a { background-color: #EFC984; }
a { background-color: rgb(239,201,132); }
div.DivClassName
{
background-color: #EFC984;
}
.BgClassName
{
background-color: #EFC984;
}
</style>
border-color css
<style>
span { border-color: #EFC984; }
span { border-color: rgb(239,201,132); }
td.TdClassName
{
border-color: #EFC984;
}
.TagClassName
{
border-color: #EFC984;
}
</style>