Shades of Mimosa #EFF0CF
Tints of Mimosa #EFF0CF
RGB
CMYK
RGB Variations
Color information
#EFF0CF (or 0xEFF0CF) is known color: Mimosa. HEX triplet: EF, F0 and CF. RGB value is (239,240,207). Sum of RGB (Red+Green+Blue) = 239+240+207=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 240 (94.14% from 255 or 34.99% from 686); Blue value is 207 (81.25% from 255 or 30.17% from 686); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0CF is #100F30. Grayscale: #ECECEC. Windows color (decimal): -1052465 or 13627631. OLE color: 13627631.
HSL color Cylindrical-coordinate representation of color #EFF0CF: hue angle of 61.82º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFF0CF is Cyan = 0.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 207 | - |
| CMYK | 0.00 | 0 | 0.14 | 0.06 |
| HSL | 61.82º | 0.52% | 0.88% | - |
| HSV(B) | 61.82º | 0.14% | 0.94% | - |
| XYZ | 78.02 | 85.18 | 71.36 | - |
| YUV | 235.94 | 111.67 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 207 | 0.00 | 0 | 0.14 | 0.06 | 61.82 | 0.52 | 0.88 |
| Hex | EF | F0 | CF | 0 | 0 | E | 6 | 3E | 34 | 58 |
| Octal | 357 | 360 | 317 | 0 | 0 | 16 | 6 | 76 | 64 | 130 |
| Binary | 11101111 | 11110000 | 11001111 | 0 | 0 | 1110 | 110 | 111110 | 110100 | 1011000 |
Color Harmonies of #EFF0CF
Complementary color
Monochromatic Colors of #EFF0CF
Black with #EFF0CF
Text Example
Text Example
White with #EFF0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0CF; }
p { color: rgb(239,240,207); }
H1.HeaderClassName
{
color: #EFF0CF;
}
.AnyTagClassName
{
color: #EFF0CF;
}
</style>
background-color css
<style>
a { background-color: #EFF0CF; }
a { background-color: rgb(239,240,207); }
div.DivClassName
{
background-color: #EFF0CF;
}
.BgClassName
{
background-color: #EFF0CF;
}
</style>
border-color css
<style>
span { border-color: #EFF0CF; }
span { border-color: rgb(239,240,207); }
td.TdClassName
{
border-color: #EFF0CF;
}
.TagClassName
{
border-color: #EFF0CF;
}
</style>