Shades of Mimosa #EEF0CF
Tints of Mimosa #EEF0CF
RGB
CMYK
RGB Variations
Color information
#EEF0CF (or 0xEEF0CF) is known color: Mimosa. HEX triplet: EE, F0 and CF. RGB value is (238,240,207). Sum of RGB (Red+Green+Blue) = 238+240+207=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 240 (94.14% from 255 or 35.04% from 685); Blue value is 207 (81.25% from 255 or 30.22% from 685); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF0CF is #110F30. Grayscale: #EBEBEB. Windows color (decimal): -1118001 or 13627630. OLE color: 13627630.
HSL color Cylindrical-coordinate representation of color #EEF0CF: hue angle of 63.64º 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 #EEF0CF is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 207 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.06 |
| HSL | 63.64º | 0.52% | 0.88% | - |
| HSV(B) | 63.64º | 0.14% | 0.94% | - |
| XYZ | 77.68 | 85 | 71.34 | - |
| YUV | 235.64 | 111.84 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 207 | 0.01 | 0 | 0.14 | 0.06 | 63.64 | 0.52 | 0.88 |
| Hex | EE | F0 | CF | 1 | 0 | E | 6 | 40 | 34 | 58 |
| Octal | 356 | 360 | 317 | 1 | 0 | 16 | 6 | 100 | 64 | 130 |
| Binary | 11101110 | 11110000 | 11001111 | 1 | 0 | 1110 | 110 | 1000000 | 110100 | 1011000 |
Color Harmonies of #EEF0CF
Complementary color
Monochromatic Colors of #EEF0CF
Black with #EEF0CF
Text Example
Text Example
White with #EEF0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF0CF; }
p { color: rgb(238,240,207); }
H1.HeaderClassName
{
color: #EEF0CF;
}
.AnyTagClassName
{
color: #EEF0CF;
}
</style>
background-color css
<style>
a { background-color: #EEF0CF; }
a { background-color: rgb(238,240,207); }
div.DivClassName
{
background-color: #EEF0CF;
}
.BgClassName
{
background-color: #EEF0CF;
}
</style>
border-color css
<style>
span { border-color: #EEF0CF; }
span { border-color: rgb(238,240,207); }
td.TdClassName
{
border-color: #EEF0CF;
}
.TagClassName
{
border-color: #EEF0CF;
}
</style>