Shades of Mimosa #EFF1CF
Tints of Mimosa #EFF1CF
RGB
CMYK
RGB Variations
Color information
#EFF1CF (or 0xEFF1CF) is known color: Mimosa. HEX triplet: EF, F1 and CF. RGB value is (239,241,207). Sum of RGB (Red+Green+Blue) = 239+241+207=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 241 (94.53% from 255 or 35.08% from 687); Blue value is 207 (81.25% from 255 or 30.13% from 687); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF1CF is #100E30. Grayscale: #ECECEC. Windows color (decimal): -1052209 or 13627887. OLE color: 13627887.
HSL color Cylindrical-coordinate representation of color #EFF1CF: hue angle of 63.53º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFF1CF is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 207 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.05 |
| HSL | 63.53º | 0.55% | 0.88% | - |
| HSV(B) | 63.53º | 0.14% | 0.95% | - |
| XYZ | 78.31 | 85.77 | 71.46 | - |
| YUV | 236.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 207 | 0.01 | 0 | 0.14 | 0.05 | 63.53 | 0.55 | 0.88 |
| Hex | EF | F1 | CF | 1 | 0 | E | 5 | 40 | 37 | 58 |
| Octal | 357 | 361 | 317 | 1 | 0 | 16 | 5 | 100 | 67 | 130 |
| Binary | 11101111 | 11110001 | 11001111 | 1 | 0 | 1110 | 101 | 1000000 | 110111 | 1011000 |
Color Harmonies of #EFF1CF
Complementary color
Monochromatic Colors of #EFF1CF
Black with #EFF1CF
Text Example
Text Example
White with #EFF1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF1CF; }
p { color: rgb(239,241,207); }
H1.HeaderClassName
{
color: #EFF1CF;
}
.AnyTagClassName
{
color: #EFF1CF;
}
</style>
background-color css
<style>
a { background-color: #EFF1CF; }
a { background-color: rgb(239,241,207); }
div.DivClassName
{
background-color: #EFF1CF;
}
.BgClassName
{
background-color: #EFF1CF;
}
</style>
border-color css
<style>
span { border-color: #EFF1CF; }
span { border-color: rgb(239,241,207); }
td.TdClassName
{
border-color: #EFF1CF;
}
.TagClassName
{
border-color: #EFF1CF;
}
</style>