Shades of Rice Flower #E9EFD6
Tints of Rice Flower #E9EFD6
RGB
CMYK
RGB Variations
Color information
#E9EFD6 (or 0xE9EFD6) is known color: Rice Flower. HEX triplet: E9, EF and D6. RGB value is (233,239,214). Sum of RGB (Red+Green+Blue) = 233+239+214=686 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.97% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 214 (83.98% from 255 or 31.20% from 686); Max value from RGB is 239 - color contains mainly: green. Hex color #E9EFD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EFD6 is #161029. Grayscale: #EAEAEA. Windows color (decimal): -1445930 or 14086121. OLE color: 14086121.
HSL color Cylindrical-coordinate representation of color #E9EFD6: hue angle of 74.4º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9EFD6 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 239 | 214 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.06 |
| HSL | 74.4º | 0.44% | 0.89% | - |
| HSV(B) | 74.4º | 0.1% | 0.94% | - |
| XYZ | 76.61 | 83.91 | 75.78 | - |
| YUV | 234.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 239 | 214 | 0.03 | 0 | 0.10 | 0.06 | 74.4 | 0.44 | 0.89 |
| Hex | E9 | EF | D6 | 3 | 0 | A | 6 | 4A | 2C | 59 |
| Octal | 351 | 357 | 326 | 3 | 0 | 12 | 6 | 112 | 54 | 131 |
| Binary | 11101001 | 11101111 | 11010110 | 11 | 0 | 1010 | 110 | 1001010 | 101100 | 1011001 |
Color Harmonies of #E9EFD6
Complementary color
Monochromatic Colors of #E9EFD6
Black with #E9EFD6
Text Example
Text Example
White with #E9EFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EFD6; }
p { color: rgb(233,239,214); }
H1.HeaderClassName
{
color: #E9EFD6;
}
.AnyTagClassName
{
color: #E9EFD6;
}
</style>
background-color css
<style>
a { background-color: #E9EFD6; }
a { background-color: rgb(233,239,214); }
div.DivClassName
{
background-color: #E9EFD6;
}
.BgClassName
{
background-color: #E9EFD6;
}
</style>
border-color css
<style>
span { border-color: #E9EFD6; }
span { border-color: rgb(233,239,214); }
td.TdClassName
{
border-color: #E9EFD6;
}
.TagClassName
{
border-color: #E9EFD6;
}
</style>