Shades of Rice Flower #E9F0CE
Tints of Rice Flower #E9F0CE
RGB
CMYK
RGB Variations
Color information
#E9F0CE (or 0xE9F0CE) is known color: Rice Flower. HEX triplet: E9, F0 and CE. RGB value is (233,240,206). Sum of RGB (Red+Green+Blue) = 233+240+206=679 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.32% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 206 (80.86% from 255 or 30.34% from 679); Max value from RGB is 240 - color contains mainly: green. Hex color #E9F0CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F0CE is #160F31. Grayscale: #EAEAEA. Windows color (decimal): -1445682 or 13562089. OLE color: 13562089.
HSL color Cylindrical-coordinate representation of color #E9F0CE: hue angle of 72.35º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9F0CE is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 240 | 206 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.06 |
| HSL | 72.35º | 0.53% | 0.87% | - |
| HSV(B) | 72.35º | 0.14% | 0.94% | - |
| XYZ | 75.9 | 84.1 | 70.62 | - |
| YUV | 234.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 240 | 206 | 0.03 | 0 | 0.14 | 0.06 | 72.35 | 0.53 | 0.87 |
| Hex | E9 | F0 | CE | 3 | 0 | E | 6 | 48 | 35 | 57 |
| Octal | 351 | 360 | 316 | 3 | 0 | 16 | 6 | 110 | 65 | 127 |
| Binary | 11101001 | 11110000 | 11001110 | 11 | 0 | 1110 | 110 | 1001000 | 110101 | 1010111 |
Color Harmonies of #E9F0CE
Complementary color
Monochromatic Colors of #E9F0CE
Black with #E9F0CE
Text Example
Text Example
White with #E9F0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F0CE; }
p { color: rgb(233,240,206); }
H1.HeaderClassName
{
color: #E9F0CE;
}
.AnyTagClassName
{
color: #E9F0CE;
}
</style>
background-color css
<style>
a { background-color: #E9F0CE; }
a { background-color: rgb(233,240,206); }
div.DivClassName
{
background-color: #E9F0CE;
}
.BgClassName
{
background-color: #E9F0CE;
}
</style>
border-color css
<style>
span { border-color: #E9F0CE; }
span { border-color: rgb(233,240,206); }
td.TdClassName
{
border-color: #E9F0CE;
}
.TagClassName
{
border-color: #E9F0CE;
}
</style>