Shades of Marzipan #EFC278
Tints of Marzipan #EFC278
RGB
CMYK
RGB Variations
Color information
#EFC278 (or 0xEFC278) is known color: Marzipan. HEX triplet: EF, C2 and 78. RGB value is (239,194,120). Sum of RGB (Red+Green+Blue) = 239+194+120=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 120 (47.27% from 255 or 21.70% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC278 is #103D87. Grayscale: #C7C7C7. Windows color (decimal): -1064328 or 7914223. OLE color: 7914223.
HSL color Cylindrical-coordinate representation of color #EFC278: hue angle of 37.31º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFC278 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 120 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.06 |
| HSL | 37.31º | 0.79% | 0.7% | - |
| HSV(B) | 37.31º | 0.5% | 0.94% | - |
| XYZ | 58.28 | 58.29 | 25.95 | - |
| YUV | 199.02 | 83.41 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 120 | 0 | 0.19 | 0.50 | 0.06 | 37.31 | 0.79 | 0.7 |
| Hex | EF | C2 | 78 | 0 | 13 | 32 | 6 | 25 | 4F | 46 |
| Octal | 357 | 302 | 170 | 0 | 23 | 62 | 6 | 45 | 117 | 106 |
| Binary | 11101111 | 11000010 | 1111000 | 0 | 10011 | 110010 | 110 | 100101 | 1001111 | 1000110 |
Color Harmonies of #EFC278
Complementary color
Monochromatic Colors of #EFC278
Black with #EFC278
Text Example
Text Example
White with #EFC278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC278; }
p { color: rgb(239,194,120); }
H1.HeaderClassName
{
color: #EFC278;
}
.AnyTagClassName
{
color: #EFC278;
}
</style>
background-color css
<style>
a { background-color: #EFC278; }
a { background-color: rgb(239,194,120); }
div.DivClassName
{
background-color: #EFC278;
}
.BgClassName
{
background-color: #EFC278;
}
</style>
border-color css
<style>
span { border-color: #EFC278; }
span { border-color: rgb(239,194,120); }
td.TdClassName
{
border-color: #EFC278;
}
.TagClassName
{
border-color: #EFC278;
}
</style>