Shades of Marzipan #EFC982
Tints of Marzipan #EFC982
RGB
CMYK
RGB Variations
Color information
#EFC982 (or 0xEFC982) is known color: Marzipan. HEX triplet: EF, C9 and 82. RGB value is (239,201,130). Sum of RGB (Red+Green+Blue) = 239+201+130=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 130 (51.17% from 255 or 22.81% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC982 is #10367D. Grayscale: #CCCCCC. Windows color (decimal): -1062526 or 8571375. OLE color: 8571375.
HSL color Cylindrical-coordinate representation of color #EFC982: hue angle of 39.08º degrees, saturation: 0.77, 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 #EFC982 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 130 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.06 |
| HSL | 39.08º | 0.77% | 0.72% | - |
| HSV(B) | 39.08º | 0.46% | 0.94% | - |
| XYZ | 60.51 | 61.74 | 29.85 | - |
| YUV | 204.27 | 86.09 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 130 | 0 | 0.16 | 0.46 | 0.06 | 39.08 | 0.77 | 0.72 |
| Hex | EF | C9 | 82 | 0 | 10 | 2E | 6 | 27 | 4D | 48 |
| Octal | 357 | 311 | 202 | 0 | 20 | 56 | 6 | 47 | 115 | 110 |
| Binary | 11101111 | 11001001 | 10000010 | 0 | 10000 | 101110 | 110 | 100111 | 1001101 | 1001000 |
Color Harmonies of #EFC982
Complementary color
Monochromatic Colors of #EFC982
Black with #EFC982
Text Example
Text Example
White with #EFC982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC982; }
p { color: rgb(239,201,130); }
H1.HeaderClassName
{
color: #EFC982;
}
.AnyTagClassName
{
color: #EFC982;
}
</style>
background-color css
<style>
a { background-color: #EFC982; }
a { background-color: rgb(239,201,130); }
div.DivClassName
{
background-color: #EFC982;
}
.BgClassName
{
background-color: #EFC982;
}
</style>
border-color css
<style>
span { border-color: #EFC982; }
span { border-color: rgb(239,201,130); }
td.TdClassName
{
border-color: #EFC982;
}
.TagClassName
{
border-color: #EFC982;
}
</style>