Shades of Rice Flower #EEF4D6
Tints of Rice Flower #EEF4D6
RGB
CMYK
RGB Variations
Color information
#EEF4D6 (or 0xEEF4D6) is known color: Rice Flower. HEX triplet: EE, F4 and D6. RGB value is (238,244,214). Sum of RGB (Red+Green+Blue) = 238+244+214=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 244 (95.70% from 255 or 35.06% from 696); Blue value is 214 (83.98% from 255 or 30.75% from 696); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF4D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF4D6 is #110B29. Grayscale: #EEEEEE. Windows color (decimal): -1116970 or 14087406. OLE color: 14087406.
HSL color Cylindrical-coordinate representation of color #EEF4D6: hue angle of 72º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EEF4D6 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 214 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.04 |
| HSL | 72º | 0.58% | 0.9% | - |
| HSV(B) | 72º | 0.12% | 0.96% | - |
| XYZ | 79.75 | 87.73 | 76.35 | - |
| YUV | 238.79 | 114.01 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 214 | 0.02 | 0 | 0.12 | 0.04 | 72 | 0.58 | 0.9 |
| Hex | EE | F4 | D6 | 2 | 0 | C | 4 | 48 | 3A | 5A |
| Octal | 356 | 364 | 326 | 2 | 0 | 14 | 4 | 110 | 72 | 132 |
| Binary | 11101110 | 11110100 | 11010110 | 10 | 0 | 1100 | 100 | 1001000 | 111010 | 1011010 |
Color Harmonies of #EEF4D6
Complementary color
Monochromatic Colors of #EEF4D6
Black with #EEF4D6
Text Example
Text Example
White with #EEF4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF4D6; }
p { color: rgb(238,244,214); }
H1.HeaderClassName
{
color: #EEF4D6;
}
.AnyTagClassName
{
color: #EEF4D6;
}
</style>
background-color css
<style>
a { background-color: #EEF4D6; }
a { background-color: rgb(238,244,214); }
div.DivClassName
{
background-color: #EEF4D6;
}
.BgClassName
{
background-color: #EEF4D6;
}
</style>
border-color css
<style>
span { border-color: #EEF4D6; }
span { border-color: rgb(238,244,214); }
td.TdClassName
{
border-color: #EEF4D6;
}
.TagClassName
{
border-color: #EEF4D6;
}
</style>