Shades of Rice Flower #EEF2CA
Tints of Rice Flower #EEF2CA
RGB
CMYK
RGB Variations
Color information
#EEF2CA (or 0xEEF2CA) is known color: Rice Flower. HEX triplet: EE, F2 and CA. RGB value is (238,242,202). Sum of RGB (Red+Green+Blue) = 238+242+202=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 202 (79.30% from 255 or 29.62% from 682); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2CA is #110D35. Grayscale: #ECECEC. Windows color (decimal): -1117494 or 13300462. OLE color: 13300462.
HSL color Cylindrical-coordinate representation of color #EEF2CA: hue angle of 66º 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 #EEF2CA is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 202 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.05 |
| HSL | 66º | 0.61% | 0.87% | - |
| HSV(B) | 66º | 0.17% | 0.95% | - |
| XYZ | 77.67 | 85.95 | 68.37 | - |
| YUV | 236.24 | 108.67 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 202 | 0.02 | 0 | 0.17 | 0.05 | 66 | 0.61 | 0.87 |
| Hex | EE | F2 | CA | 2 | 0 | 11 | 5 | 42 | 3D | 57 |
| Octal | 356 | 362 | 312 | 2 | 0 | 21 | 5 | 102 | 75 | 127 |
| Binary | 11101110 | 11110010 | 11001010 | 10 | 0 | 10001 | 101 | 1000010 | 111101 | 1010111 |
Color Harmonies of #EEF2CA
Complementary color
Monochromatic Colors of #EEF2CA
Black with #EEF2CA
Text Example
Text Example
White with #EEF2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2CA; }
p { color: rgb(238,242,202); }
H1.HeaderClassName
{
color: #EEF2CA;
}
.AnyTagClassName
{
color: #EEF2CA;
}
</style>
background-color css
<style>
a { background-color: #EEF2CA; }
a { background-color: rgb(238,242,202); }
div.DivClassName
{
background-color: #EEF2CA;
}
.BgClassName
{
background-color: #EEF2CA;
}
</style>
border-color css
<style>
span { border-color: #EEF2CA; }
span { border-color: rgb(238,242,202); }
td.TdClassName
{
border-color: #EEF2CA;
}
.TagClassName
{
border-color: #EEF2CA;
}
</style>