Shades of Marzipan #EFC58C
Tints of Marzipan #EFC58C
RGB
CMYK
RGB Variations
Color information
#EFC58C (or 0xEFC58C) is known color: Marzipan. HEX triplet: EF, C5 and 8C. RGB value is (239,197,140). Sum of RGB (Red+Green+Blue) = 239+197+140=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 140 (55.08% from 255 or 24.31% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC58C is #103A73. Grayscale: #CBCBCB. Windows color (decimal): -1063540 or 9225711. OLE color: 9225711.
HSL color Cylindrical-coordinate representation of color #EFC58C: hue angle of 34.55º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFC58C is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 140 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.06 |
| HSL | 34.55º | 0.76% | 0.74% | - |
| HSV(B) | 34.55º | 0.41% | 0.94% | - |
| XYZ | 60.3 | 60.18 | 33.25 | - |
| YUV | 203.06 | 92.41 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 140 | 0 | 0.18 | 0.41 | 0.06 | 34.55 | 0.76 | 0.74 |
| Hex | EF | C5 | 8C | 0 | 12 | 29 | 6 | 23 | 4C | 4A |
| Octal | 357 | 305 | 214 | 0 | 22 | 51 | 6 | 43 | 114 | 112 |
| Binary | 11101111 | 11000101 | 10001100 | 0 | 10010 | 101001 | 110 | 100011 | 1001100 | 1001010 |
Color Harmonies of #EFC58C
Complementary color
Monochromatic Colors of #EFC58C
Black with #EFC58C
Text Example
Text Example
White with #EFC58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC58C; }
p { color: rgb(239,197,140); }
H1.HeaderClassName
{
color: #EFC58C;
}
.AnyTagClassName
{
color: #EFC58C;
}
</style>
background-color css
<style>
a { background-color: #EFC58C; }
a { background-color: rgb(239,197,140); }
div.DivClassName
{
background-color: #EFC58C;
}
.BgClassName
{
background-color: #EFC58C;
}
</style>
border-color css
<style>
span { border-color: #EFC58C; }
span { border-color: rgb(239,197,140); }
td.TdClassName
{
border-color: #EFC58C;
}
.TagClassName
{
border-color: #EFC58C;
}
</style>