Shades of Marzipan #EFC479
Tints of Marzipan #EFC479
RGB
CMYK
RGB Variations
Color information
#EFC479 (or 0xEFC479) is known color: Marzipan. HEX triplet: EF, C4 and 79. RGB value is (239,196,121). Sum of RGB (Red+Green+Blue) = 239+196+121=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 121 (47.66% from 255 or 21.76% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC479 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC479 is #103B86. Grayscale: #C8C8C8. Windows color (decimal): -1063815 or 7980271. OLE color: 7980271.
HSL color Cylindrical-coordinate representation of color #EFC479: hue angle of 38.14º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFC479 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 121 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.06 |
| HSL | 38.14º | 0.79% | 0.71% | - |
| HSV(B) | 38.14º | 0.49% | 0.94% | - |
| XYZ | 58.79 | 59.21 | 26.42 | - |
| YUV | 200.31 | 83.25 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 121 | 0 | 0.18 | 0.49 | 0.06 | 38.14 | 0.79 | 0.71 |
| Hex | EF | C4 | 79 | 0 | 12 | 31 | 6 | 26 | 4F | 47 |
| Octal | 357 | 304 | 171 | 0 | 22 | 61 | 6 | 46 | 117 | 107 |
| Binary | 11101111 | 11000100 | 1111001 | 0 | 10010 | 110001 | 110 | 100110 | 1001111 | 1000111 |
Color Harmonies of #EFC479
Complementary color
Monochromatic Colors of #EFC479
Black with #EFC479
Text Example
Text Example
White with #EFC479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC479; }
p { color: rgb(239,196,121); }
H1.HeaderClassName
{
color: #EFC479;
}
.AnyTagClassName
{
color: #EFC479;
}
</style>
background-color css
<style>
a { background-color: #EFC479; }
a { background-color: rgb(239,196,121); }
div.DivClassName
{
background-color: #EFC479;
}
.BgClassName
{
background-color: #EFC479;
}
</style>
border-color css
<style>
span { border-color: #EFC479; }
span { border-color: rgb(239,196,121); }
td.TdClassName
{
border-color: #EFC479;
}
.TagClassName
{
border-color: #EFC479;
}
</style>