Shades of Marzipan #EFC78C
Tints of Marzipan #EFC78C
RGB
CMYK
RGB Variations
Color information
#EFC78C (or 0xEFC78C) is known color: Marzipan. HEX triplet: EF, C7 and 8C. RGB value is (239,199,140). Sum of RGB (Red+Green+Blue) = 239+199+140=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 140 (55.08% from 255 or 24.22% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC78C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC78C is #103873. Grayscale: #CCCCCC. Windows color (decimal): -1063028 or 9226223. OLE color: 9226223.
HSL color Cylindrical-coordinate representation of color #EFC78C: hue angle of 35.76º 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 #EFC78C is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 140 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.06 |
| HSL | 35.76º | 0.76% | 0.74% | - |
| HSV(B) | 35.76º | 0.41% | 0.94% | - |
| XYZ | 60.75 | 61.09 | 33.4 | - |
| YUV | 204.23 | 91.75 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 140 | 0 | 0.17 | 0.41 | 0.06 | 35.76 | 0.76 | 0.74 |
| Hex | EF | C7 | 8C | 0 | 11 | 29 | 6 | 24 | 4C | 4A |
| Octal | 357 | 307 | 214 | 0 | 21 | 51 | 6 | 44 | 114 | 112 |
| Binary | 11101111 | 11000111 | 10001100 | 0 | 10001 | 101001 | 110 | 100100 | 1001100 | 1001010 |
Color Harmonies of #EFC78C
Complementary color
Monochromatic Colors of #EFC78C
Black with #EFC78C
Text Example
Text Example
White with #EFC78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC78C; }
p { color: rgb(239,199,140); }
H1.HeaderClassName
{
color: #EFC78C;
}
.AnyTagClassName
{
color: #EFC78C;
}
</style>
background-color css
<style>
a { background-color: #EFC78C; }
a { background-color: rgb(239,199,140); }
div.DivClassName
{
background-color: #EFC78C;
}
.BgClassName
{
background-color: #EFC78C;
}
</style>
border-color css
<style>
span { border-color: #EFC78C; }
span { border-color: rgb(239,199,140); }
td.TdClassName
{
border-color: #EFC78C;
}
.TagClassName
{
border-color: #EFC78C;
}
</style>