Shades of Rice Flower #EFF4DA
Tints of Rice Flower #EFF4DA
RGB
CMYK
RGB Variations
Color information
#EFF4DA (or 0xEFF4DA) is known color: Rice Flower. HEX triplet: EF, F4 and DA. RGB value is (239,244,218). Sum of RGB (Red+Green+Blue) = 239+244+218=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 244 (95.70% from 255 or 34.81% from 701); Blue value is 218 (85.55% from 255 or 31.10% from 701); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF4DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF4DA is #100B25. Grayscale: #EFEFEF. Windows color (decimal): -1051430 or 14349551. OLE color: 14349551.
HSL color Cylindrical-coordinate representation of color #EFF4DA: hue angle of 71.54º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFF4DA is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 218 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.04 |
| HSL | 71.54º | 0.54% | 0.91% | - |
| HSV(B) | 71.54º | 0.11% | 0.96% | - |
| XYZ | 80.6 | 88.11 | 79.09 | - |
| YUV | 239.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 218 | 0.02 | 0 | 0.11 | 0.04 | 71.54 | 0.54 | 0.91 |
| Hex | EF | F4 | DA | 2 | 0 | B | 4 | 48 | 36 | 5B |
| Octal | 357 | 364 | 332 | 2 | 0 | 13 | 4 | 110 | 66 | 133 |
| Binary | 11101111 | 11110100 | 11011010 | 10 | 0 | 1011 | 100 | 1001000 | 110110 | 1011011 |
Color Harmonies of #EFF4DA
Complementary color
Monochromatic Colors of #EFF4DA
Black with #EFF4DA
Text Example
Text Example
White with #EFF4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF4DA; }
p { color: rgb(239,244,218); }
H1.HeaderClassName
{
color: #EFF4DA;
}
.AnyTagClassName
{
color: #EFF4DA;
}
</style>
background-color css
<style>
a { background-color: #EFF4DA; }
a { background-color: rgb(239,244,218); }
div.DivClassName
{
background-color: #EFF4DA;
}
.BgClassName
{
background-color: #EFF4DA;
}
</style>
border-color css
<style>
span { border-color: #EFF4DA; }
span { border-color: rgb(239,244,218); }
td.TdClassName
{
border-color: #EFF4DA;
}
.TagClassName
{
border-color: #EFF4DA;
}
</style>