Shades of Rice Flower #EFF6CF
Tints of Rice Flower #EFF6CF
RGB
CMYK
RGB Variations
Color information
#EFF6CF (or 0xEFF6CF) is known color: Rice Flower. HEX triplet: EF, F6 and CF. RGB value is (239,246,207). Sum of RGB (Red+Green+Blue) = 239+246+207=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 246 (96.48% from 255 or 35.55% from 692); Blue value is 207 (81.25% from 255 or 29.91% from 692); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF6CF is #100930. Grayscale: #EFEFEF. Windows color (decimal): -1050929 or 13629167. OLE color: 13629167.
HSL color Cylindrical-coordinate representation of color #EFF6CF: hue angle of 70.77º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFF6CF is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 207 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.04 |
| HSL | 70.77º | 0.68% | 0.89% | - |
| HSV(B) | 70.77º | 0.16% | 0.96% | - |
| XYZ | 79.81 | 88.77 | 71.96 | - |
| YUV | 239.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 207 | 0.03 | 0 | 0.16 | 0.04 | 70.77 | 0.68 | 0.89 |
| Hex | EF | F6 | CF | 3 | 0 | 10 | 4 | 47 | 44 | 59 |
| Octal | 357 | 366 | 317 | 3 | 0 | 20 | 4 | 107 | 104 | 131 |
| Binary | 11101111 | 11110110 | 11001111 | 11 | 0 | 10000 | 100 | 1000111 | 1000100 | 1011001 |
Color Harmonies of #EFF6CF
Complementary color
Monochromatic Colors of #EFF6CF
Black with #EFF6CF
Text Example
Text Example
White with #EFF6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF6CF; }
p { color: rgb(239,246,207); }
H1.HeaderClassName
{
color: #EFF6CF;
}
.AnyTagClassName
{
color: #EFF6CF;
}
</style>
background-color css
<style>
a { background-color: #EFF6CF; }
a { background-color: rgb(239,246,207); }
div.DivClassName
{
background-color: #EFF6CF;
}
.BgClassName
{
background-color: #EFF6CF;
}
</style>
border-color css
<style>
span { border-color: #EFF6CF; }
span { border-color: rgb(239,246,207); }
td.TdClassName
{
border-color: #EFF6CF;
}
.TagClassName
{
border-color: #EFF6CF;
}
</style>