Shades of Rice Flower #EEF2DA
Tints of Rice Flower #EEF2DA
RGB
CMYK
RGB Variations
Color information
#EEF2DA (or 0xEEF2DA) is known color: Rice Flower. HEX triplet: EE, F2 and DA. RGB value is (238,242,218). Sum of RGB (Red+Green+Blue) = 238+242+218=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 218 (85.55% from 255 or 31.23% from 698); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2DA is #110D25. Grayscale: #EEEEEE. Windows color (decimal): -1117478 or 14349038. OLE color: 14349038.
HSL color Cylindrical-coordinate representation of color #EEF2DA: hue angle of 70º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEF2DA is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 218 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.05 |
| HSL | 70º | 0.48% | 0.9% | - |
| HSV(B) | 70º | 0.1% | 0.95% | - |
| XYZ | 79.67 | 86.74 | 78.87 | - |
| YUV | 238.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 218 | 0.02 | 0 | 0.10 | 0.05 | 70 | 0.48 | 0.9 |
| Hex | EE | F2 | DA | 2 | 0 | A | 5 | 46 | 30 | 5A |
| Octal | 356 | 362 | 332 | 2 | 0 | 12 | 5 | 106 | 60 | 132 |
| Binary | 11101110 | 11110010 | 11011010 | 10 | 0 | 1010 | 101 | 1000110 | 110000 | 1011010 |
Color Harmonies of #EEF2DA
Complementary color
Monochromatic Colors of #EEF2DA
Black with #EEF2DA
Text Example
Text Example
White with #EEF2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2DA; }
p { color: rgb(238,242,218); }
H1.HeaderClassName
{
color: #EEF2DA;
}
.AnyTagClassName
{
color: #EEF2DA;
}
</style>
background-color css
<style>
a { background-color: #EEF2DA; }
a { background-color: rgb(238,242,218); }
div.DivClassName
{
background-color: #EEF2DA;
}
.BgClassName
{
background-color: #EEF2DA;
}
</style>
border-color css
<style>
span { border-color: #EEF2DA; }
span { border-color: rgb(238,242,218); }
td.TdClassName
{
border-color: #EEF2DA;
}
.TagClassName
{
border-color: #EEF2DA;
}
</style>