Shades of Rice Flower #EFF6D0
Tints of Rice Flower #EFF6D0
RGB
CMYK
RGB Variations
Color information
#EFF6D0 (or 0xEFF6D0) is known color: Rice Flower. HEX triplet: EF, F6 and D0. RGB value is (239,246,208). Sum of RGB (Red+Green+Blue) = 239+246+208=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 246 (96.48% from 255 or 35.50% from 693); Blue value is 208 (81.64% from 255 or 30.01% from 693); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF6D0 is #10092F. Grayscale: #EFEFEF. Windows color (decimal): -1050928 or 13694703. OLE color: 13694703.
HSL color Cylindrical-coordinate representation of color #EFF6D0: hue angle of 71.05º degrees, saturation: 0.68, 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 #EFF6D0 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 208 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.04 |
| HSL | 71.05º | 0.68% | 0.89% | - |
| HSV(B) | 71.05º | 0.15% | 0.96% | - |
| XYZ | 79.94 | 88.82 | 72.6 | - |
| YUV | 239.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 208 | 0.03 | 0 | 0.15 | 0.04 | 71.05 | 0.68 | 0.89 |
| Hex | EF | F6 | D0 | 3 | 0 | F | 4 | 47 | 44 | 59 |
| Octal | 357 | 366 | 320 | 3 | 0 | 17 | 4 | 107 | 104 | 131 |
| Binary | 11101111 | 11110110 | 11010000 | 11 | 0 | 1111 | 100 | 1000111 | 1000100 | 1011001 |
Color Harmonies of #EFF6D0
Complementary color
Monochromatic Colors of #EFF6D0
Black with #EFF6D0
Text Example
Text Example
White with #EFF6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF6D0; }
p { color: rgb(239,246,208); }
H1.HeaderClassName
{
color: #EFF6D0;
}
.AnyTagClassName
{
color: #EFF6D0;
}
</style>
background-color css
<style>
a { background-color: #EFF6D0; }
a { background-color: rgb(239,246,208); }
div.DivClassName
{
background-color: #EFF6D0;
}
.BgClassName
{
background-color: #EFF6D0;
}
</style>
border-color css
<style>
span { border-color: #EFF6D0; }
span { border-color: rgb(239,246,208); }
td.TdClassName
{
border-color: #EFF6D0;
}
.TagClassName
{
border-color: #EFF6D0;
}
</style>