Shades of Mimosa #EFF0D1
Tints of Mimosa #EFF0D1
RGB
CMYK
RGB Variations
Color information
#EFF0D1 (or 0xEFF0D1) is known color: Mimosa. HEX triplet: EF, F0 and D1. RGB value is (239,240,209). Sum of RGB (Red+Green+Blue) = 239+240+209=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 240 (94.14% from 255 or 34.88% from 688); Blue value is 209 (82.03% from 255 or 30.38% from 688); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0D1 is #100F2E. Grayscale: #ECECEC. Windows color (decimal): -1052463 or 13758703. OLE color: 13758703.
HSL color Cylindrical-coordinate representation of color #EFF0D1: hue angle of 61.94º degrees, saturation: 0.51, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFF0D1 is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 209 | - |
| CMYK | 0.00 | 0 | 0.13 | 0.06 |
| HSL | 61.94º | 0.51% | 0.88% | - |
| HSV(B) | 61.94º | 0.13% | 0.94% | - |
| XYZ | 78.27 | 85.27 | 72.66 | - |
| YUV | 236.17 | 112.67 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 209 | 0.00 | 0 | 0.13 | 0.06 | 61.94 | 0.51 | 0.88 |
| Hex | EF | F0 | D1 | 0 | 0 | D | 6 | 3E | 33 | 58 |
| Octal | 357 | 360 | 321 | 0 | 0 | 15 | 6 | 76 | 63 | 130 |
| Binary | 11101111 | 11110000 | 11010001 | 0 | 0 | 1101 | 110 | 111110 | 110011 | 1011000 |
Color Harmonies of #EFF0D1
Complementary color
Monochromatic Colors of #EFF0D1
Black with #EFF0D1
Text Example
Text Example
White with #EFF0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0D1; }
p { color: rgb(239,240,209); }
H1.HeaderClassName
{
color: #EFF0D1;
}
.AnyTagClassName
{
color: #EFF0D1;
}
</style>
background-color css
<style>
a { background-color: #EFF0D1; }
a { background-color: rgb(239,240,209); }
div.DivClassName
{
background-color: #EFF0D1;
}
.BgClassName
{
background-color: #EFF0D1;
}
</style>
border-color css
<style>
span { border-color: #EFF0D1; }
span { border-color: rgb(239,240,209); }
td.TdClassName
{
border-color: #EFF0D1;
}
.TagClassName
{
border-color: #EFF0D1;
}
</style>