Shades of Rice Flower #EDF2CA
Tints of Rice Flower #EDF2CA
RGB
CMYK
RGB Variations
Color information
#EDF2CA (or 0xEDF2CA) is known color: Rice Flower. HEX triplet: ED, F2 and CA. RGB value is (237,242,202). Sum of RGB (Red+Green+Blue) = 237+242+202=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 202 (79.30% from 255 or 29.66% from 681); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2CA is #120D35. Grayscale: #ECECEC. Windows color (decimal): -1183030 or 13300461. OLE color: 13300461.
HSL color Cylindrical-coordinate representation of color #EDF2CA: hue angle of 67.5º 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 #EDF2CA is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 202 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.05 |
| HSL | 67.5º | 0.61% | 0.87% | - |
| HSV(B) | 67.5º | 0.17% | 0.95% | - |
| XYZ | 77.34 | 85.77 | 68.36 | - |
| YUV | 235.95 | 108.84 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 202 | 0.02 | 0 | 0.17 | 0.05 | 67.5 | 0.61 | 0.87 |
| Hex | ED | F2 | CA | 2 | 0 | 11 | 5 | 44 | 3D | 57 |
| Octal | 355 | 362 | 312 | 2 | 0 | 21 | 5 | 104 | 75 | 127 |
| Binary | 11101101 | 11110010 | 11001010 | 10 | 0 | 10001 | 101 | 1000100 | 111101 | 1010111 |
Color Harmonies of #EDF2CA
Complementary color
Monochromatic Colors of #EDF2CA
Black with #EDF2CA
Text Example
Text Example
White with #EDF2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2CA; }
p { color: rgb(237,242,202); }
H1.HeaderClassName
{
color: #EDF2CA;
}
.AnyTagClassName
{
color: #EDF2CA;
}
</style>
background-color css
<style>
a { background-color: #EDF2CA; }
a { background-color: rgb(237,242,202); }
div.DivClassName
{
background-color: #EDF2CA;
}
.BgClassName
{
background-color: #EDF2CA;
}
</style>
border-color css
<style>
span { border-color: #EDF2CA; }
span { border-color: rgb(237,242,202); }
td.TdClassName
{
border-color: #EDF2CA;
}
.TagClassName
{
border-color: #EDF2CA;
}
</style>