Shades of Rice Flower #EEF1D0
Tints of Rice Flower #EEF1D0
RGB
CMYK
RGB Variations
Color information
#EEF1D0 (or 0xEEF1D0) is known color: Rice Flower. HEX triplet: EE, F1 and D0. RGB value is (238,241,208). Sum of RGB (Red+Green+Blue) = 238+241+208=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 241 (94.53% from 255 or 35.08% from 687); Blue value is 208 (81.64% from 255 or 30.28% from 687); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1D0 is #110E2F. Grayscale: #ECECEC. Windows color (decimal): -1117744 or 13693422. OLE color: 13693422.
HSL color Cylindrical-coordinate representation of color #EEF1D0: hue angle of 65.45º degrees, saturation: 0.54, 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 #EEF1D0 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 208 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.05 |
| HSL | 65.45º | 0.54% | 0.88% | - |
| HSV(B) | 65.45º | 0.14% | 0.95% | - |
| XYZ | 78.1 | 85.64 | 72.09 | - |
| YUV | 236.34 | 112.01 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 208 | 0.01 | 0 | 0.14 | 0.05 | 65.45 | 0.54 | 0.88 |
| Hex | EE | F1 | D0 | 1 | 0 | E | 5 | 41 | 36 | 58 |
| Octal | 356 | 361 | 320 | 1 | 0 | 16 | 5 | 101 | 66 | 130 |
| Binary | 11101110 | 11110001 | 11010000 | 1 | 0 | 1110 | 101 | 1000001 | 110110 | 1011000 |
Color Harmonies of #EEF1D0
Complementary color
Monochromatic Colors of #EEF1D0
Black with #EEF1D0
Text Example
Text Example
White with #EEF1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF1D0; }
p { color: rgb(238,241,208); }
H1.HeaderClassName
{
color: #EEF1D0;
}
.AnyTagClassName
{
color: #EEF1D0;
}
</style>
background-color css
<style>
a { background-color: #EEF1D0; }
a { background-color: rgb(238,241,208); }
div.DivClassName
{
background-color: #EEF1D0;
}
.BgClassName
{
background-color: #EEF1D0;
}
</style>
border-color css
<style>
span { border-color: #EEF1D0; }
span { border-color: rgb(238,241,208); }
td.TdClassName
{
border-color: #EEF1D0;
}
.TagClassName
{
border-color: #EEF1D0;
}
</style>