Shades of Rice Flower #EFF7CE
Tints of Rice Flower #EFF7CE
RGB
CMYK
RGB Variations
Color information
#EFF7CE (or 0xEFF7CE) is known color: Rice Flower. HEX triplet: EF, F7 and CE. RGB value is (239,247,206). Sum of RGB (Red+Green+Blue) = 239+247+206=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 247 (96.88% from 255 or 35.69% from 692); Blue value is 206 (80.86% from 255 or 29.77% from 692); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF7CE is #100831. Grayscale: #F0F0F0. Windows color (decimal): -1050674 or 13563887. OLE color: 13563887.
HSL color Cylindrical-coordinate representation of color #EFF7CE: hue angle of 71.71º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFF7CE is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 206 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.03 |
| HSL | 71.71º | 0.72% | 0.89% | - |
| HSV(B) | 71.71º | 0.17% | 0.97% | - |
| XYZ | 80 | 89.33 | 71.42 | - |
| YUV | 239.93 | 108.85 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 206 | 0.03 | 0 | 0.17 | 0.03 | 71.71 | 0.72 | 0.89 |
| Hex | EF | F7 | CE | 3 | 0 | 11 | 3 | 48 | 48 | 59 |
| Octal | 357 | 367 | 316 | 3 | 0 | 21 | 3 | 110 | 110 | 131 |
| Binary | 11101111 | 11110111 | 11001110 | 11 | 0 | 10001 | 11 | 1001000 | 1001000 | 1011001 |
Color Harmonies of #EFF7CE
Complementary color
Monochromatic Colors of #EFF7CE
Black with #EFF7CE
Text Example
Text Example
White with #EFF7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF7CE; }
p { color: rgb(239,247,206); }
H1.HeaderClassName
{
color: #EFF7CE;
}
.AnyTagClassName
{
color: #EFF7CE;
}
</style>
background-color css
<style>
a { background-color: #EFF7CE; }
a { background-color: rgb(239,247,206); }
div.DivClassName
{
background-color: #EFF7CE;
}
.BgClassName
{
background-color: #EFF7CE;
}
</style>
border-color css
<style>
span { border-color: #EFF7CE; }
span { border-color: rgb(239,247,206); }
td.TdClassName
{
border-color: #EFF7CE;
}
.TagClassName
{
border-color: #EFF7CE;
}
</style>