Shades of Rice Flower #E9F0CF
Tints of Rice Flower #E9F0CF
RGB
CMYK
RGB Variations
Color information
#E9F0CF (or 0xE9F0CF) is known color: Rice Flower. HEX triplet: E9, F0 and CF. RGB value is (233,240,207). Sum of RGB (Red+Green+Blue) = 233+240+207=680 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.26% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 207 (81.25% from 255 or 30.44% from 680); Max value from RGB is 240 - color contains mainly: green. Hex color #E9F0CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F0CF is #160F30. Grayscale: #EAEAEA. Windows color (decimal): -1445681 or 13627625. OLE color: 13627625.
HSL color Cylindrical-coordinate representation of color #E9F0CF: hue angle of 72.73º 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 #E9F0CF is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 240 | 207 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.06 |
| HSL | 72.73º | 0.52% | 0.88% | - |
| HSV(B) | 72.73º | 0.14% | 0.94% | - |
| XYZ | 76.03 | 84.15 | 71.27 | - |
| YUV | 234.15 | 112.68 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 240 | 207 | 0.03 | 0 | 0.14 | 0.06 | 72.73 | 0.52 | 0.88 |
| Hex | E9 | F0 | CF | 3 | 0 | E | 6 | 49 | 34 | 58 |
| Octal | 351 | 360 | 317 | 3 | 0 | 16 | 6 | 111 | 64 | 130 |
| Binary | 11101001 | 11110000 | 11001111 | 11 | 0 | 1110 | 110 | 1001001 | 110100 | 1011000 |
Color Harmonies of #E9F0CF
Complementary color
Monochromatic Colors of #E9F0CF
Black with #E9F0CF
Text Example
Text Example
White with #E9F0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F0CF; }
p { color: rgb(233,240,207); }
H1.HeaderClassName
{
color: #E9F0CF;
}
.AnyTagClassName
{
color: #E9F0CF;
}
</style>
background-color css
<style>
a { background-color: #E9F0CF; }
a { background-color: rgb(233,240,207); }
div.DivClassName
{
background-color: #E9F0CF;
}
.BgClassName
{
background-color: #E9F0CF;
}
</style>
border-color css
<style>
span { border-color: #E9F0CF; }
span { border-color: rgb(233,240,207); }
td.TdClassName
{
border-color: #E9F0CF;
}
.TagClassName
{
border-color: #E9F0CF;
}
</style>