Shades of Rice Flower #EFF6D1
Tints of Rice Flower #EFF6D1
RGB
CMYK
RGB Variations
Color information
#EFF6D1 (or 0xEFF6D1) is known color: Rice Flower. HEX triplet: EF, F6 and D1. RGB value is (239,246,209). Sum of RGB (Red+Green+Blue) = 239+246+209=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 246 (96.48% from 255 or 35.45% from 694); Blue value is 209 (82.03% from 255 or 30.12% from 694); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF6D1 is #10092E. Grayscale: #EFEFEF. Windows color (decimal): -1050927 or 13760239. OLE color: 13760239.
HSL color Cylindrical-coordinate representation of color #EFF6D1: hue angle of 71.35º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFF6D1 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 209 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.04 |
| HSL | 71.35º | 0.67% | 0.89% | - |
| HSV(B) | 71.35º | 0.15% | 0.96% | - |
| XYZ | 80.06 | 88.87 | 73.25 | - |
| YUV | 239.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 209 | 0.03 | 0 | 0.15 | 0.04 | 71.35 | 0.67 | 0.89 |
| Hex | EF | F6 | D1 | 3 | 0 | F | 4 | 47 | 43 | 59 |
| Octal | 357 | 366 | 321 | 3 | 0 | 17 | 4 | 107 | 103 | 131 |
| Binary | 11101111 | 11110110 | 11010001 | 11 | 0 | 1111 | 100 | 1000111 | 1000011 | 1011001 |
Color Harmonies of #EFF6D1
Complementary color
Monochromatic Colors of #EFF6D1
Black with #EFF6D1
Text Example
Text Example
White with #EFF6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF6D1; }
p { color: rgb(239,246,209); }
H1.HeaderClassName
{
color: #EFF6D1;
}
.AnyTagClassName
{
color: #EFF6D1;
}
</style>
background-color css
<style>
a { background-color: #EFF6D1; }
a { background-color: rgb(239,246,209); }
div.DivClassName
{
background-color: #EFF6D1;
}
.BgClassName
{
background-color: #EFF6D1;
}
</style>
border-color css
<style>
span { border-color: #EFF6D1; }
span { border-color: rgb(239,246,209); }
td.TdClassName
{
border-color: #EFF6D1;
}
.TagClassName
{
border-color: #EFF6D1;
}
</style>