Shades of Rice Flower #EFF9CF
Tints of Rice Flower #EFF9CF
RGB
CMYK
RGB Variations
Color information
#EFF9CF (or 0xEFF9CF) is known color: Rice Flower. HEX triplet: EF, F9 and CF. RGB value is (239,249,207). Sum of RGB (Red+Green+Blue) = 239+249+207=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 249 (97.66% from 255 or 35.83% from 695); Blue value is 207 (81.25% from 255 or 29.78% from 695); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF9CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF9CF is #100630. Grayscale: #F1F1F1. Windows color (decimal): -1050161 or 13629935. OLE color: 13629935.
HSL color Cylindrical-coordinate representation of color #EFF9CF: hue angle of 74.29º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFF9CF is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 207 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.02 |
| HSL | 74.29º | 0.78% | 0.89% | - |
| HSV(B) | 74.29º | 0.17% | 0.98% | - |
| XYZ | 80.73 | 90.61 | 72.27 | - |
| YUV | 241.22 | 108.69 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 207 | 0.04 | 0 | 0.17 | 0.02 | 74.29 | 0.78 | 0.89 |
| Hex | EF | F9 | CF | 4 | 0 | 11 | 2 | 4A | 4E | 59 |
| Octal | 357 | 371 | 317 | 4 | 0 | 21 | 2 | 112 | 116 | 131 |
| Binary | 11101111 | 11111001 | 11001111 | 100 | 0 | 10001 | 10 | 1001010 | 1001110 | 1011001 |
Color Harmonies of #EFF9CF
Complementary color
Monochromatic Colors of #EFF9CF
Black with #EFF9CF
Text Example
Text Example
White with #EFF9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF9CF; }
p { color: rgb(239,249,207); }
H1.HeaderClassName
{
color: #EFF9CF;
}
.AnyTagClassName
{
color: #EFF9CF;
}
</style>
background-color css
<style>
a { background-color: #EFF9CF; }
a { background-color: rgb(239,249,207); }
div.DivClassName
{
background-color: #EFF9CF;
}
.BgClassName
{
background-color: #EFF9CF;
}
</style>
border-color css
<style>
span { border-color: #EFF9CF; }
span { border-color: rgb(239,249,207); }
td.TdClassName
{
border-color: #EFF9CF;
}
.TagClassName
{
border-color: #EFF9CF;
}
</style>