Shades of Rice Flower #EFF7DA
Tints of Rice Flower #EFF7DA
RGB
CMYK
RGB Variations
Color information
#EFF7DA (or 0xEFF7DA) is known color: Rice Flower. HEX triplet: EF, F7 and DA. RGB value is (239,247,218). Sum of RGB (Red+Green+Blue) = 239+247+218=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 247 (96.88% from 255 or 35.09% from 704); Blue value is 218 (85.55% from 255 or 30.97% from 704); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF7DA is #100825. Grayscale: #F1F1F1. Windows color (decimal): -1050662 or 14350319. OLE color: 14350319.
HSL color Cylindrical-coordinate representation of color #EFF7DA: hue angle of 76.55º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFF7DA is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 218 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.03 |
| HSL | 76.55º | 0.64% | 0.91% | - |
| HSV(B) | 76.55º | 0.12% | 0.97% | - |
| XYZ | 81.51 | 89.93 | 79.39 | - |
| YUV | 241.3 | 114.85 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 218 | 0.03 | 0 | 0.12 | 0.03 | 76.55 | 0.64 | 0.91 |
| Hex | EF | F7 | DA | 3 | 0 | C | 3 | 4D | 40 | 5B |
| Octal | 357 | 367 | 332 | 3 | 0 | 14 | 3 | 115 | 100 | 133 |
| Binary | 11101111 | 11110111 | 11011010 | 11 | 0 | 1100 | 11 | 1001101 | 1000000 | 1011011 |
Color Harmonies of #EFF7DA
Complementary color
Monochromatic Colors of #EFF7DA
Black with #EFF7DA
Text Example
Text Example
White with #EFF7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF7DA; }
p { color: rgb(239,247,218); }
H1.HeaderClassName
{
color: #EFF7DA;
}
.AnyTagClassName
{
color: #EFF7DA;
}
</style>
background-color css
<style>
a { background-color: #EFF7DA; }
a { background-color: rgb(239,247,218); }
div.DivClassName
{
background-color: #EFF7DA;
}
.BgClassName
{
background-color: #EFF7DA;
}
</style>
border-color css
<style>
span { border-color: #EFF7DA; }
span { border-color: rgb(239,247,218); }
td.TdClassName
{
border-color: #EFF7DA;
}
.TagClassName
{
border-color: #EFF7DA;
}
</style>