Shades of Marzipan #EFC576
Tints of Marzipan #EFC576
RGB
CMYK
RGB Variations
Color information
#EFC576 (or 0xEFC576) is known color: Marzipan. HEX triplet: EF, C5 and 76. RGB value is (239,197,118). Sum of RGB (Red+Green+Blue) = 239+197+118=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 118 (46.48% from 255 or 21.30% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC576 is #103A89. Grayscale: #C8C8C8. Windows color (decimal): -1063562 or 7783919. OLE color: 7783919.
HSL color Cylindrical-coordinate representation of color #EFC576: hue angle of 39.17º 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 #EFC576 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 118 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.06 |
| HSL | 39.17º | 0.79% | 0.7% | - |
| HSV(B) | 39.17º | 0.51% | 0.94% | - |
| XYZ | 58.83 | 59.59 | 25.54 | - |
| YUV | 200.55 | 81.41 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 118 | 0 | 0.18 | 0.51 | 0.06 | 39.17 | 0.79 | 0.7 |
| Hex | EF | C5 | 76 | 0 | 12 | 33 | 6 | 27 | 4F | 46 |
| Octal | 357 | 305 | 166 | 0 | 22 | 63 | 6 | 47 | 117 | 106 |
| Binary | 11101111 | 11000101 | 1110110 | 0 | 10010 | 110011 | 110 | 100111 | 1001111 | 1000110 |
Color Harmonies of #EFC576
Complementary color
Monochromatic Colors of #EFC576
Black with #EFC576
Text Example
Text Example
White with #EFC576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC576; }
p { color: rgb(239,197,118); }
H1.HeaderClassName
{
color: #EFC576;
}
.AnyTagClassName
{
color: #EFC576;
}
</style>
background-color css
<style>
a { background-color: #EFC576; }
a { background-color: rgb(239,197,118); }
div.DivClassName
{
background-color: #EFC576;
}
.BgClassName
{
background-color: #EFC576;
}
</style>
border-color css
<style>
span { border-color: #EFC576; }
span { border-color: rgb(239,197,118); }
td.TdClassName
{
border-color: #EFC576;
}
.TagClassName
{
border-color: #EFC576;
}
</style>