Shades of Rice Flower #EFF4D6
Tints of Rice Flower #EFF4D6
RGB
CMYK
RGB Variations
Color information
#EFF4D6 (or 0xEFF4D6) is known color: Rice Flower. HEX triplet: EF, F4 and D6. RGB value is (239,244,214). Sum of RGB (Red+Green+Blue) = 239+244+214=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 244 (95.70% from 255 or 35.01% from 697); Blue value is 214 (83.98% from 255 or 30.70% from 697); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF4D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF4D6 is #100B29. Grayscale: #EFEFEF. Windows color (decimal): -1051434 or 14087407. OLE color: 14087407.
HSL color Cylindrical-coordinate representation of color #EFF4D6: hue angle of 70º 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 #EFF4D6 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 214 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.04 |
| HSL | 70º | 0.58% | 0.9% | - |
| HSV(B) | 70º | 0.12% | 0.96% | - |
| XYZ | 80.08 | 87.91 | 76.37 | - |
| YUV | 239.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 214 | 0.02 | 0 | 0.12 | 0.04 | 70 | 0.58 | 0.9 |
| Hex | EF | F4 | D6 | 2 | 0 | C | 4 | 46 | 3A | 5A |
| Octal | 357 | 364 | 326 | 2 | 0 | 14 | 4 | 106 | 72 | 132 |
| Binary | 11101111 | 11110100 | 11010110 | 10 | 0 | 1100 | 100 | 1000110 | 111010 | 1011010 |
Color Harmonies of #EFF4D6
Complementary color
Monochromatic Colors of #EFF4D6
Black with #EFF4D6
Text Example
Text Example
White with #EFF4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF4D6; }
p { color: rgb(239,244,214); }
H1.HeaderClassName
{
color: #EFF4D6;
}
.AnyTagClassName
{
color: #EFF4D6;
}
</style>
background-color css
<style>
a { background-color: #EFF4D6; }
a { background-color: rgb(239,244,214); }
div.DivClassName
{
background-color: #EFF4D6;
}
.BgClassName
{
background-color: #EFF4D6;
}
</style>
border-color css
<style>
span { border-color: #EFF4D6; }
span { border-color: rgb(239,244,214); }
td.TdClassName
{
border-color: #EFF4D6;
}
.TagClassName
{
border-color: #EFF4D6;
}
</style>