Shades of Mimosa #EEEFD2
Tints of Mimosa #EEEFD2
RGB
CMYK
RGB Variations
Color information
#EEEFD2 (or 0xEEEFD2) is known color: Mimosa. HEX triplet: EE, EF and D2. RGB value is (238,239,210). Sum of RGB (Red+Green+Blue) = 238+239+210=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 210 (82.42% from 255 or 30.57% from 687); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEFD2 is #11102D. Grayscale: #EBEBEB. Windows color (decimal): -1118254 or 13823982. OLE color: 13823982.
HSL color Cylindrical-coordinate representation of color #EEEFD2: hue angle of 62.07º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EEEFD2 is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 239 | 210 | - |
| CMYK | 0.00 | 0 | 0.12 | 0.06 |
| HSL | 62.07º | 0.48% | 0.88% | - |
| HSV(B) | 62.07º | 0.12% | 0.94% | - |
| XYZ | 77.76 | 84.56 | 73.2 | - |
| YUV | 235.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 239 | 210 | 0.00 | 0 | 0.12 | 0.06 | 62.07 | 0.48 | 0.88 |
| Hex | EE | EF | D2 | 0 | 0 | C | 6 | 3E | 30 | 58 |
| Octal | 356 | 357 | 322 | 0 | 0 | 14 | 6 | 76 | 60 | 130 |
| Binary | 11101110 | 11101111 | 11010010 | 0 | 0 | 1100 | 110 | 111110 | 110000 | 1011000 |
Color Harmonies of #EEEFD2
Complementary color
Monochromatic Colors of #EEEFD2
Black with #EEEFD2
Text Example
Text Example
White with #EEEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEFD2; }
p { color: rgb(238,239,210); }
H1.HeaderClassName
{
color: #EEEFD2;
}
.AnyTagClassName
{
color: #EEEFD2;
}
</style>
background-color css
<style>
a { background-color: #EEEFD2; }
a { background-color: rgb(238,239,210); }
div.DivClassName
{
background-color: #EEEFD2;
}
.BgClassName
{
background-color: #EEEFD2;
}
</style>
border-color css
<style>
span { border-color: #EEEFD2; }
span { border-color: rgb(238,239,210); }
td.TdClassName
{
border-color: #EEEFD2;
}
.TagClassName
{
border-color: #EEEFD2;
}
</style>