Shades of Marzipan #EFC780
Tints of Marzipan #EFC780
RGB
CMYK
RGB Variations
Color information
#EFC780 (or 0xEFC780) is known color: Marzipan. HEX triplet: EF, C7 and 80. RGB value is (239,199,128). Sum of RGB (Red+Green+Blue) = 239+199+128=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 128 (50.39% from 255 or 22.61% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC780 is #10387F. Grayscale: #CBCBCB. Windows color (decimal): -1063040 or 8439791. OLE color: 8439791.
HSL color Cylindrical-coordinate representation of color #EFC780: hue angle of 38.38º 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 #EFC780 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 128 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.06 |
| HSL | 38.38º | 0.78% | 0.72% | - |
| HSV(B) | 38.38º | 0.46% | 0.94% | - |
| XYZ | 59.92 | 60.76 | 28.99 | - |
| YUV | 202.87 | 85.75 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 128 | 0 | 0.17 | 0.46 | 0.06 | 38.38 | 0.78 | 0.72 |
| Hex | EF | C7 | 80 | 0 | 11 | 2E | 6 | 26 | 4E | 48 |
| Octal | 357 | 307 | 200 | 0 | 21 | 56 | 6 | 46 | 116 | 110 |
| Binary | 11101111 | 11000111 | 10000000 | 0 | 10001 | 101110 | 110 | 100110 | 1001110 | 1001000 |
Color Harmonies of #EFC780
Complementary color
Monochromatic Colors of #EFC780
Black with #EFC780
Text Example
Text Example
White with #EFC780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC780; }
p { color: rgb(239,199,128); }
H1.HeaderClassName
{
color: #EFC780;
}
.AnyTagClassName
{
color: #EFC780;
}
</style>
background-color css
<style>
a { background-color: #EFC780; }
a { background-color: rgb(239,199,128); }
div.DivClassName
{
background-color: #EFC780;
}
.BgClassName
{
background-color: #EFC780;
}
</style>
border-color css
<style>
span { border-color: #EFC780; }
span { border-color: rgb(239,199,128); }
td.TdClassName
{
border-color: #EFC780;
}
.TagClassName
{
border-color: #EFC780;
}
</style>