Shades of Rice Flower #EFF4D7
Tints of Rice Flower #EFF4D7
RGB
CMYK
RGB Variations
Color information
#EFF4D7 (or 0xEFF4D7) is known color: Rice Flower. HEX triplet: EF, F4 and D7. RGB value is (239,244,215). Sum of RGB (Red+Green+Blue) = 239+244+215=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 244 (95.70% from 255 or 34.96% from 698); Blue value is 215 (84.38% from 255 or 30.80% from 698); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF4D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF4D7 is #100B28. Grayscale: #EFEFEF. Windows color (decimal): -1051433 or 14152943. OLE color: 14152943.
HSL color Cylindrical-coordinate representation of color #EFF4D7: hue angle of 70.34º degrees, saturation: 0.57, 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 #EFF4D7 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 215 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.04 |
| HSL | 70.34º | 0.57% | 0.9% | - |
| HSV(B) | 70.34º | 0.12% | 0.96% | - |
| XYZ | 80.21 | 87.96 | 77.04 | - |
| YUV | 239.2 | 114.34 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 215 | 0.02 | 0 | 0.12 | 0.04 | 70.34 | 0.57 | 0.9 |
| Hex | EF | F4 | D7 | 2 | 0 | C | 4 | 46 | 39 | 5A |
| Octal | 357 | 364 | 327 | 2 | 0 | 14 | 4 | 106 | 71 | 132 |
| Binary | 11101111 | 11110100 | 11010111 | 10 | 0 | 1100 | 100 | 1000110 | 111001 | 1011010 |
Color Harmonies of #EFF4D7
Complementary color
Monochromatic Colors of #EFF4D7
Black with #EFF4D7
Text Example
Text Example
White with #EFF4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF4D7; }
p { color: rgb(239,244,215); }
H1.HeaderClassName
{
color: #EFF4D7;
}
.AnyTagClassName
{
color: #EFF4D7;
}
</style>
background-color css
<style>
a { background-color: #EFF4D7; }
a { background-color: rgb(239,244,215); }
div.DivClassName
{
background-color: #EFF4D7;
}
.BgClassName
{
background-color: #EFF4D7;
}
</style>
border-color css
<style>
span { border-color: #EFF4D7; }
span { border-color: rgb(239,244,215); }
td.TdClassName
{
border-color: #EFF4D7;
}
.TagClassName
{
border-color: #EFF4D7;
}
</style>