Shades of Marzipan #EFC98B
Tints of Marzipan #EFC98B
RGB
CMYK
RGB Variations
Color information
#EFC98B (or 0xEFC98B) is known color: Marzipan. HEX triplet: EF, C9 and 8B. RGB value is (239,201,139). Sum of RGB (Red+Green+Blue) = 239+201+139=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 139 (54.69% from 255 or 24.01% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC98B is #103674. Grayscale: #CDCDCD. Windows color (decimal): -1062517 or 9161199. OLE color: 9161199.
HSL color Cylindrical-coordinate representation of color #EFC98B: hue angle of 37.2º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFC98B is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 139 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.06 |
| HSL | 37.2º | 0.76% | 0.74% | - |
| HSV(B) | 37.2º | 0.42% | 0.94% | - |
| XYZ | 61.14 | 61.99 | 33.17 | - |
| YUV | 205.29 | 90.59 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 139 | 0 | 0.16 | 0.42 | 0.06 | 37.2 | 0.76 | 0.74 |
| Hex | EF | C9 | 8B | 0 | 10 | 2A | 6 | 25 | 4C | 4A |
| Octal | 357 | 311 | 213 | 0 | 20 | 52 | 6 | 45 | 114 | 112 |
| Binary | 11101111 | 11001001 | 10001011 | 0 | 10000 | 101010 | 110 | 100101 | 1001100 | 1001010 |
Color Harmonies of #EFC98B
Complementary color
Monochromatic Colors of #EFC98B
Black with #EFC98B
Text Example
Text Example
White with #EFC98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC98B; }
p { color: rgb(239,201,139); }
H1.HeaderClassName
{
color: #EFC98B;
}
.AnyTagClassName
{
color: #EFC98B;
}
</style>
background-color css
<style>
a { background-color: #EFC98B; }
a { background-color: rgb(239,201,139); }
div.DivClassName
{
background-color: #EFC98B;
}
.BgClassName
{
background-color: #EFC98B;
}
</style>
border-color css
<style>
span { border-color: #EFC98B; }
span { border-color: rgb(239,201,139); }
td.TdClassName
{
border-color: #EFC98B;
}
.TagClassName
{
border-color: #EFC98B;
}
</style>