Shades of Rice Flower #EDF2C9
Tints of Rice Flower #EDF2C9
RGB
CMYK
RGB Variations
Color information
#EDF2C9 (or 0xEDF2C9) is known color: Rice Flower. HEX triplet: ED, F2 and C9. RGB value is (237,242,201). Sum of RGB (Red+Green+Blue) = 237+242+201=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 201 (78.91% from 255 or 29.56% from 680); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2C9 is #120D36. Grayscale: #EBEBEB. Windows color (decimal): -1183031 or 13234925. OLE color: 13234925.
HSL color Cylindrical-coordinate representation of color #EDF2C9: hue angle of 67.32º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDF2C9 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 201 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.05 |
| HSL | 67.32º | 0.61% | 0.87% | - |
| HSV(B) | 67.32º | 0.17% | 0.95% | - |
| XYZ | 77.22 | 85.73 | 67.74 | - |
| YUV | 235.83 | 108.34 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 201 | 0.02 | 0 | 0.17 | 0.05 | 67.32 | 0.61 | 0.87 |
| Hex | ED | F2 | C9 | 2 | 0 | 11 | 5 | 43 | 3D | 57 |
| Octal | 355 | 362 | 311 | 2 | 0 | 21 | 5 | 103 | 75 | 127 |
| Binary | 11101101 | 11110010 | 11001001 | 10 | 0 | 10001 | 101 | 1000011 | 111101 | 1010111 |
Color Harmonies of #EDF2C9
Complementary color
Monochromatic Colors of #EDF2C9
Black with #EDF2C9
Text Example
Text Example
White with #EDF2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2C9; }
p { color: rgb(237,242,201); }
H1.HeaderClassName
{
color: #EDF2C9;
}
.AnyTagClassName
{
color: #EDF2C9;
}
</style>
background-color css
<style>
a { background-color: #EDF2C9; }
a { background-color: rgb(237,242,201); }
div.DivClassName
{
background-color: #EDF2C9;
}
.BgClassName
{
background-color: #EDF2C9;
}
</style>
border-color css
<style>
span { border-color: #EDF2C9; }
span { border-color: rgb(237,242,201); }
td.TdClassName
{
border-color: #EDF2C9;
}
.TagClassName
{
border-color: #EDF2C9;
}
</style>