Shades of Rice Flower #EFF7D5
Tints of Rice Flower #EFF7D5
RGB
CMYK
RGB Variations
Color information
#EFF7D5 (or 0xEFF7D5) is known color: Rice Flower. HEX triplet: EF, F7 and D5. RGB value is (239,247,213). Sum of RGB (Red+Green+Blue) = 239+247+213=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 247 (96.88% from 255 or 35.34% from 699); Blue value is 213 (83.59% from 255 or 30.47% from 699); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF7D5 is #10082A. Grayscale: #F0F0F0. Windows color (decimal): -1050667 or 14022639. OLE color: 14022639.
HSL color Cylindrical-coordinate representation of color #EFF7D5: hue angle of 74.12º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFF7D5 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 213 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.03 |
| HSL | 74.12º | 0.68% | 0.9% | - |
| HSV(B) | 74.12º | 0.14% | 0.97% | - |
| XYZ | 80.87 | 89.68 | 76 | - |
| YUV | 240.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 213 | 0.03 | 0 | 0.14 | 0.03 | 74.12 | 0.68 | 0.9 |
| Hex | EF | F7 | D5 | 3 | 0 | E | 3 | 4A | 44 | 5A |
| Octal | 357 | 367 | 325 | 3 | 0 | 16 | 3 | 112 | 104 | 132 |
| Binary | 11101111 | 11110111 | 11010101 | 11 | 0 | 1110 | 11 | 1001010 | 1000100 | 1011010 |
Color Harmonies of #EFF7D5
Complementary color
Monochromatic Colors of #EFF7D5
Black with #EFF7D5
Text Example
Text Example
White with #EFF7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF7D5; }
p { color: rgb(239,247,213); }
H1.HeaderClassName
{
color: #EFF7D5;
}
.AnyTagClassName
{
color: #EFF7D5;
}
</style>
background-color css
<style>
a { background-color: #EFF7D5; }
a { background-color: rgb(239,247,213); }
div.DivClassName
{
background-color: #EFF7D5;
}
.BgClassName
{
background-color: #EFF7D5;
}
</style>
border-color css
<style>
span { border-color: #EFF7D5; }
span { border-color: rgb(239,247,213); }
td.TdClassName
{
border-color: #EFF7D5;
}
.TagClassName
{
border-color: #EFF7D5;
}
</style>