Shades of Marzipan #EFC476
Tints of Marzipan #EFC476
RGB
CMYK
RGB Variations
Color information
#EFC476 (or 0xEFC476) is known color: Marzipan. HEX triplet: EF, C4 and 76. RGB value is (239,196,118). Sum of RGB (Red+Green+Blue) = 239+196+118=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 118 (46.48% from 255 or 21.34% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC476 is #103B89. Grayscale: #C8C8C8. Windows color (decimal): -1063818 or 7783663. OLE color: 7783663.
HSL color Cylindrical-coordinate representation of color #EFC476: hue angle of 38.68º 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 #EFC476 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 118 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.06 |
| HSL | 38.68º | 0.79% | 0.7% | - |
| HSV(B) | 38.68º | 0.51% | 0.94% | - |
| XYZ | 58.61 | 59.14 | 25.47 | - |
| YUV | 199.97 | 81.75 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 118 | 0 | 0.18 | 0.51 | 0.06 | 38.68 | 0.79 | 0.7 |
| Hex | EF | C4 | 76 | 0 | 12 | 33 | 6 | 27 | 4F | 46 |
| Octal | 357 | 304 | 166 | 0 | 22 | 63 | 6 | 47 | 117 | 106 |
| Binary | 11101111 | 11000100 | 1110110 | 0 | 10010 | 110011 | 110 | 100111 | 1001111 | 1000110 |
Color Harmonies of #EFC476
Complementary color
Monochromatic Colors of #EFC476
Black with #EFC476
Text Example
Text Example
White with #EFC476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC476; }
p { color: rgb(239,196,118); }
H1.HeaderClassName
{
color: #EFC476;
}
.AnyTagClassName
{
color: #EFC476;
}
</style>
background-color css
<style>
a { background-color: #EFC476; }
a { background-color: rgb(239,196,118); }
div.DivClassName
{
background-color: #EFC476;
}
.BgClassName
{
background-color: #EFC476;
}
</style>
border-color css
<style>
span { border-color: #EFC476; }
span { border-color: rgb(239,196,118); }
td.TdClassName
{
border-color: #EFC476;
}
.TagClassName
{
border-color: #EFC476;
}
</style>