Shades of Marzipan #EFC678
Tints of Marzipan #EFC678
RGB
CMYK
RGB Variations
Color information
#EFC678 (or 0xEFC678) is known color: Marzipan. HEX triplet: EF, C6 and 78. RGB value is (239,198,120). Sum of RGB (Red+Green+Blue) = 239+198+120=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 120 (47.27% from 255 or 21.54% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC678 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC678 is #103987. Grayscale: #C9C9C9. Windows color (decimal): -1063304 or 7915247. OLE color: 7915247.
HSL color Cylindrical-coordinate representation of color #EFC678: hue angle of 39.33º 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 #EFC678 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 120 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.06 |
| HSL | 39.33º | 0.79% | 0.7% | - |
| HSV(B) | 39.33º | 0.5% | 0.94% | - |
| XYZ | 59.18 | 60.09 | 26.25 | - |
| YUV | 201.37 | 82.08 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 120 | 0 | 0.17 | 0.50 | 0.06 | 39.33 | 0.79 | 0.7 |
| Hex | EF | C6 | 78 | 0 | 11 | 32 | 6 | 27 | 4F | 46 |
| Octal | 357 | 306 | 170 | 0 | 21 | 62 | 6 | 47 | 117 | 106 |
| Binary | 11101111 | 11000110 | 1111000 | 0 | 10001 | 110010 | 110 | 100111 | 1001111 | 1000110 |
Color Harmonies of #EFC678
Complementary color
Monochromatic Colors of #EFC678
Black with #EFC678
Text Example
Text Example
White with #EFC678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC678; }
p { color: rgb(239,198,120); }
H1.HeaderClassName
{
color: #EFC678;
}
.AnyTagClassName
{
color: #EFC678;
}
</style>
background-color css
<style>
a { background-color: #EFC678; }
a { background-color: rgb(239,198,120); }
div.DivClassName
{
background-color: #EFC678;
}
.BgClassName
{
background-color: #EFC678;
}
</style>
border-color css
<style>
span { border-color: #EFC678; }
span { border-color: rgb(239,198,120); }
td.TdClassName
{
border-color: #EFC678;
}
.TagClassName
{
border-color: #EFC678;
}
</style>