Shades of Rice Flower #E9F0D4
Tints of Rice Flower #E9F0D4
RGB
CMYK
RGB Variations
Color information
#E9F0D4 (or 0xE9F0D4) is known color: Rice Flower. HEX triplet: E9, F0 and D4. RGB value is (233,240,212). Sum of RGB (Red+Green+Blue) = 233+240+212=685 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.01% from 685); Green value is 240 (94.14% from 255 or 35.04% from 685); Blue value is 212 (83.20% from 255 or 30.95% from 685); Max value from RGB is 240 - color contains mainly: green. Hex color #E9F0D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F0D4 is #160F2B. Grayscale: #EAEAEA. Windows color (decimal): -1445676 or 13955305. OLE color: 13955305.
HSL color Cylindrical-coordinate representation of color #E9F0D4: hue angle of 75º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9F0D4 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 240 | 212 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.06 |
| HSL | 75º | 0.48% | 0.89% | - |
| HSV(B) | 75º | 0.12% | 0.94% | - |
| XYZ | 76.65 | 84.4 | 74.54 | - |
| YUV | 234.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 240 | 212 | 0.03 | 0 | 0.12 | 0.06 | 75 | 0.48 | 0.89 |
| Hex | E9 | F0 | D4 | 3 | 0 | C | 6 | 4B | 30 | 59 |
| Octal | 351 | 360 | 324 | 3 | 0 | 14 | 6 | 113 | 60 | 131 |
| Binary | 11101001 | 11110000 | 11010100 | 11 | 0 | 1100 | 110 | 1001011 | 110000 | 1011001 |
Color Harmonies of #E9F0D4
Complementary color
Monochromatic Colors of #E9F0D4
Black with #E9F0D4
Text Example
Text Example
White with #E9F0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F0D4; }
p { color: rgb(233,240,212); }
H1.HeaderClassName
{
color: #E9F0D4;
}
.AnyTagClassName
{
color: #E9F0D4;
}
</style>
background-color css
<style>
a { background-color: #E9F0D4; }
a { background-color: rgb(233,240,212); }
div.DivClassName
{
background-color: #E9F0D4;
}
.BgClassName
{
background-color: #E9F0D4;
}
</style>
border-color css
<style>
span { border-color: #E9F0D4; }
span { border-color: rgb(233,240,212); }
td.TdClassName
{
border-color: #E9F0D4;
}
.TagClassName
{
border-color: #E9F0D4;
}
</style>