Shades of Rice Flower #EFF8D9
Tints of Rice Flower #EFF8D9
RGB
CMYK
RGB Variations
Color information
#EFF8D9 (or 0xEFF8D9) is known color: Rice Flower. HEX triplet: EF, F8 and D9. RGB value is (239,248,217). Sum of RGB (Red+Green+Blue) = 239+248+217=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 248 (97.27% from 255 or 35.23% from 704); Blue value is 217 (85.16% from 255 or 30.82% from 704); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8D9 is #100726. Grayscale: #F1F1F1. Windows color (decimal): -1050407 or 14285039. OLE color: 14285039.
HSL color Cylindrical-coordinate representation of color #EFF8D9: hue angle of 77.42º degrees, saturation: 0.69, 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 #EFF8D9 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 217 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.03 |
| HSL | 77.42º | 0.69% | 0.91% | - |
| HSV(B) | 77.42º | 0.13% | 0.97% | - |
| XYZ | 81.69 | 90.5 | 78.81 | - |
| YUV | 241.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 217 | 0.04 | 0 | 0.12 | 0.03 | 77.42 | 0.69 | 0.91 |
| Hex | EF | F8 | D9 | 4 | 0 | C | 3 | 4D | 45 | 5B |
| Octal | 357 | 370 | 331 | 4 | 0 | 14 | 3 | 115 | 105 | 133 |
| Binary | 11101111 | 11111000 | 11011001 | 100 | 0 | 1100 | 11 | 1001101 | 1000101 | 1011011 |
Color Harmonies of #EFF8D9
Complementary color
Monochromatic Colors of #EFF8D9
Black with #EFF8D9
Text Example
Text Example
White with #EFF8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8D9; }
p { color: rgb(239,248,217); }
H1.HeaderClassName
{
color: #EFF8D9;
}
.AnyTagClassName
{
color: #EFF8D9;
}
</style>
background-color css
<style>
a { background-color: #EFF8D9; }
a { background-color: rgb(239,248,217); }
div.DivClassName
{
background-color: #EFF8D9;
}
.BgClassName
{
background-color: #EFF8D9;
}
</style>
border-color css
<style>
span { border-color: #EFF8D9; }
span { border-color: rgb(239,248,217); }
td.TdClassName
{
border-color: #EFF8D9;
}
.TagClassName
{
border-color: #EFF8D9;
}
</style>