Shades of Mimosa #EFF0D0
Tints of Mimosa #EFF0D0
RGB
CMYK
RGB Variations
Color information
#EFF0D0 (or 0xEFF0D0) is known color: Mimosa. HEX triplet: EF, F0 and D0. RGB value is (239,240,208). Sum of RGB (Red+Green+Blue) = 239+240+208=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 240 (94.14% from 255 or 34.93% from 687); Blue value is 208 (81.64% from 255 or 30.28% from 687); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0D0 is #100F2F. Grayscale: #ECECEC. Windows color (decimal): -1052464 or 13693167. OLE color: 13693167.
HSL color Cylindrical-coordinate representation of color #EFF0D0: hue angle of 61.88º degrees, saturation: 0.52, 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 #EFF0D0 is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 208 | - |
| CMYK | 0.00 | 0 | 0.13 | 0.06 |
| HSL | 61.88º | 0.52% | 0.88% | - |
| HSV(B) | 61.88º | 0.13% | 0.94% | - |
| XYZ | 78.14 | 85.22 | 72.01 | - |
| YUV | 236.05 | 112.17 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 208 | 0.00 | 0 | 0.13 | 0.06 | 61.88 | 0.52 | 0.88 |
| Hex | EF | F0 | D0 | 0 | 0 | D | 6 | 3E | 34 | 58 |
| Octal | 357 | 360 | 320 | 0 | 0 | 15 | 6 | 76 | 64 | 130 |
| Binary | 11101111 | 11110000 | 11010000 | 0 | 0 | 1101 | 110 | 111110 | 110100 | 1011000 |
Color Harmonies of #EFF0D0
Complementary color
Monochromatic Colors of #EFF0D0
Black with #EFF0D0
Text Example
Text Example
White with #EFF0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0D0; }
p { color: rgb(239,240,208); }
H1.HeaderClassName
{
color: #EFF0D0;
}
.AnyTagClassName
{
color: #EFF0D0;
}
</style>
background-color css
<style>
a { background-color: #EFF0D0; }
a { background-color: rgb(239,240,208); }
div.DivClassName
{
background-color: #EFF0D0;
}
.BgClassName
{
background-color: #EFF0D0;
}
</style>
border-color css
<style>
span { border-color: #EFF0D0; }
span { border-color: rgb(239,240,208); }
td.TdClassName
{
border-color: #EFF0D0;
}
.TagClassName
{
border-color: #EFF0D0;
}
</style>