Shades of Rice Flower #E9EDCB
Tints of Rice Flower #E9EDCB
RGB
CMYK
RGB Variations
Color information
#E9EDCB (or 0xE9EDCB) is known color: Rice Flower. HEX triplet: E9, ED and CB. RGB value is (233,237,203). Sum of RGB (Red+Green+Blue) = 233+237+203=673 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.62% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 203 (79.69% from 255 or 30.16% from 673); Max value from RGB is 237 - color contains mainly: green. Hex color #E9EDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EDCB is #161234. Grayscale: #E8E8E8. Windows color (decimal): -1446453 or 13364713. OLE color: 13364713.
HSL color Cylindrical-coordinate representation of color #E9EDCB: hue angle of 67.06º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9EDCB is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 237 | 203 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.07 |
| HSL | 67.06º | 0.49% | 0.86% | - |
| HSV(B) | 67.06º | 0.14% | 0.93% | - |
| XYZ | 74.67 | 82.2 | 68.43 | - |
| YUV | 231.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 237 | 203 | 0.02 | 0 | 0.14 | 0.07 | 67.06 | 0.49 | 0.86 |
| Hex | E9 | ED | CB | 2 | 0 | E | 7 | 43 | 31 | 56 |
| Octal | 351 | 355 | 313 | 2 | 0 | 16 | 7 | 103 | 61 | 126 |
| Binary | 11101001 | 11101101 | 11001011 | 10 | 0 | 1110 | 111 | 1000011 | 110001 | 1010110 |
Color Harmonies of #E9EDCB
Complementary color
Monochromatic Colors of #E9EDCB
Black with #E9EDCB
Text Example
Text Example
White with #E9EDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EDCB; }
p { color: rgb(233,237,203); }
H1.HeaderClassName
{
color: #E9EDCB;
}
.AnyTagClassName
{
color: #E9EDCB;
}
</style>
background-color css
<style>
a { background-color: #E9EDCB; }
a { background-color: rgb(233,237,203); }
div.DivClassName
{
background-color: #E9EDCB;
}
.BgClassName
{
background-color: #E9EDCB;
}
</style>
border-color css
<style>
span { border-color: #E9EDCB; }
span { border-color: rgb(233,237,203); }
td.TdClassName
{
border-color: #E9EDCB;
}
.TagClassName
{
border-color: #E9EDCB;
}
</style>