Shades of Rice Flower #EEF1CF
Tints of Rice Flower #EEF1CF
RGB
CMYK
RGB Variations
Color information
#EEF1CF (or 0xEEF1CF) is known color: Rice Flower. HEX triplet: EE, F1 and CF. RGB value is (238,241,207). Sum of RGB (Red+Green+Blue) = 238+241+207=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 241 (94.53% from 255 or 35.13% from 686); Blue value is 207 (81.25% from 255 or 30.17% from 686); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1CF is #110E30. Grayscale: #ECECEC. Windows color (decimal): -1117745 or 13627886. OLE color: 13627886.
HSL color Cylindrical-coordinate representation of color #EEF1CF: hue angle of 65.29º degrees, saturation: 0.55, 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 #EEF1CF is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 207 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.05 |
| HSL | 65.29º | 0.55% | 0.88% | - |
| HSV(B) | 65.29º | 0.14% | 0.95% | - |
| XYZ | 77.98 | 85.59 | 71.44 | - |
| YUV | 236.23 | 111.51 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 207 | 0.01 | 0 | 0.14 | 0.05 | 65.29 | 0.55 | 0.88 |
| Hex | EE | F1 | CF | 1 | 0 | E | 5 | 41 | 37 | 58 |
| Octal | 356 | 361 | 317 | 1 | 0 | 16 | 5 | 101 | 67 | 130 |
| Binary | 11101110 | 11110001 | 11001111 | 1 | 0 | 1110 | 101 | 1000001 | 110111 | 1011000 |
Color Harmonies of #EEF1CF
Complementary color
Monochromatic Colors of #EEF1CF
Black with #EEF1CF
Text Example
Text Example
White with #EEF1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF1CF; }
p { color: rgb(238,241,207); }
H1.HeaderClassName
{
color: #EEF1CF;
}
.AnyTagClassName
{
color: #EEF1CF;
}
</style>
background-color css
<style>
a { background-color: #EEF1CF; }
a { background-color: rgb(238,241,207); }
div.DivClassName
{
background-color: #EEF1CF;
}
.BgClassName
{
background-color: #EEF1CF;
}
</style>
border-color css
<style>
span { border-color: #EEF1CF; }
span { border-color: rgb(238,241,207); }
td.TdClassName
{
border-color: #EEF1CF;
}
.TagClassName
{
border-color: #EEF1CF;
}
</style>