Shades of Marzipan #EFC775
Tints of Marzipan #EFC775
RGB
CMYK
RGB Variations
Color information
#EFC775 (or 0xEFC775) is known color: Marzipan. HEX triplet: EF, C7 and 75. RGB value is (239,199,117). Sum of RGB (Red+Green+Blue) = 239+199+117=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC775 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC775 is #10388A. Grayscale: #C9C9C9. Windows color (decimal): -1063051 or 7718895. OLE color: 7718895.
HSL color Cylindrical-coordinate representation of color #EFC775: hue angle of 40.33º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFC775 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 117 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.06 |
| HSL | 40.33º | 0.79% | 0.7% | - |
| HSV(B) | 40.33º | 0.51% | 0.94% | - |
| XYZ | 59.23 | 60.48 | 25.38 | - |
| YUV | 201.61 | 80.25 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 117 | 0 | 0.17 | 0.51 | 0.06 | 40.33 | 0.79 | 0.7 |
| Hex | EF | C7 | 75 | 0 | 11 | 33 | 6 | 28 | 4F | 46 |
| Octal | 357 | 307 | 165 | 0 | 21 | 63 | 6 | 50 | 117 | 106 |
| Binary | 11101111 | 11000111 | 1110101 | 0 | 10001 | 110011 | 110 | 101000 | 1001111 | 1000110 |
Color Harmonies of #EFC775
Complementary color
Monochromatic Colors of #EFC775
Black with #EFC775
Text Example
Text Example
White with #EFC775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC775; }
p { color: rgb(239,199,117); }
H1.HeaderClassName
{
color: #EFC775;
}
.AnyTagClassName
{
color: #EFC775;
}
</style>
background-color css
<style>
a { background-color: #EFC775; }
a { background-color: rgb(239,199,117); }
div.DivClassName
{
background-color: #EFC775;
}
.BgClassName
{
background-color: #EFC775;
}
</style>
border-color css
<style>
span { border-color: #EFC775; }
span { border-color: rgb(239,199,117); }
td.TdClassName
{
border-color: #EFC775;
}
.TagClassName
{
border-color: #EFC775;
}
</style>