Shades of Rice Flower #EFF8C9
Tints of Rice Flower #EFF8C9
RGB
CMYK
RGB Variations
Color information
#EFF8C9 (or 0xEFF8C9) is known color: Rice Flower. HEX triplet: EF, F8 and C9. RGB value is (239,248,201). Sum of RGB (Red+Green+Blue) = 239+248+201=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 248 (97.27% from 255 or 36.05% from 688); Blue value is 201 (78.91% from 255 or 29.22% from 688); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8C9 is #100736. Grayscale: #F0F0F0. Windows color (decimal): -1050423 or 13236463. OLE color: 13236463.
HSL color Cylindrical-coordinate representation of color #EFF8C9: hue angle of 71.49º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFF8C9 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 201 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.03 |
| HSL | 71.49º | 0.77% | 0.88% | - |
| HSV(B) | 71.49º | 0.19% | 0.97% | - |
| XYZ | 79.71 | 89.7 | 68.37 | - |
| YUV | 239.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 201 | 0.04 | 0 | 0.19 | 0.03 | 71.49 | 0.77 | 0.88 |
| Hex | EF | F8 | C9 | 4 | 0 | 13 | 3 | 47 | 4D | 58 |
| Octal | 357 | 370 | 311 | 4 | 0 | 23 | 3 | 107 | 115 | 130 |
| Binary | 11101111 | 11111000 | 11001001 | 100 | 0 | 10011 | 11 | 1000111 | 1001101 | 1011000 |
Color Harmonies of #EFF8C9
Complementary color
Monochromatic Colors of #EFF8C9
Black with #EFF8C9
Text Example
Text Example
White with #EFF8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8C9; }
p { color: rgb(239,248,201); }
H1.HeaderClassName
{
color: #EFF8C9;
}
.AnyTagClassName
{
color: #EFF8C9;
}
</style>
background-color css
<style>
a { background-color: #EFF8C9; }
a { background-color: rgb(239,248,201); }
div.DivClassName
{
background-color: #EFF8C9;
}
.BgClassName
{
background-color: #EFF8C9;
}
</style>
border-color css
<style>
span { border-color: #EFF8C9; }
span { border-color: rgb(239,248,201); }
td.TdClassName
{
border-color: #EFF8C9;
}
.TagClassName
{
border-color: #EFF8C9;
}
</style>