Shades of Marzipan #EFC980
Tints of Marzipan #EFC980
RGB
CMYK
RGB Variations
Color information
#EFC980 (or 0xEFC980) is known color: Marzipan. HEX triplet: EF, C9 and 80. RGB value is (239,201,128). Sum of RGB (Red+Green+Blue) = 239+201+128=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 128 (50.39% from 255 or 22.54% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC980 is #10367F. Grayscale: #CCCCCC. Windows color (decimal): -1062528 or 8440303. OLE color: 8440303.
HSL color Cylindrical-coordinate representation of color #EFC980: hue angle of 39.46º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFC980 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 128 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.06 |
| HSL | 39.46º | 0.78% | 0.72% | - |
| HSV(B) | 39.46º | 0.46% | 0.94% | - |
| XYZ | 60.38 | 61.68 | 29.15 | - |
| YUV | 204.04 | 85.09 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 128 | 0 | 0.16 | 0.46 | 0.06 | 39.46 | 0.78 | 0.72 |
| Hex | EF | C9 | 80 | 0 | 10 | 2E | 6 | 27 | 4E | 48 |
| Octal | 357 | 311 | 200 | 0 | 20 | 56 | 6 | 47 | 116 | 110 |
| Binary | 11101111 | 11001001 | 10000000 | 0 | 10000 | 101110 | 110 | 100111 | 1001110 | 1001000 |
Color Harmonies of #EFC980
Complementary color
Monochromatic Colors of #EFC980
Black with #EFC980
Text Example
Text Example
White with #EFC980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC980; }
p { color: rgb(239,201,128); }
H1.HeaderClassName
{
color: #EFC980;
}
.AnyTagClassName
{
color: #EFC980;
}
</style>
background-color css
<style>
a { background-color: #EFC980; }
a { background-color: rgb(239,201,128); }
div.DivClassName
{
background-color: #EFC980;
}
.BgClassName
{
background-color: #EFC980;
}
</style>
border-color css
<style>
span { border-color: #EFC980; }
span { border-color: rgb(239,201,128); }
td.TdClassName
{
border-color: #EFC980;
}
.TagClassName
{
border-color: #EFC980;
}
</style>