Shades of Rice Flower #EFF7CC
Tints of Rice Flower #EFF7CC
RGB
CMYK
RGB Variations
Color information
#EFF7CC (or 0xEFF7CC) is known color: Rice Flower. HEX triplet: EF, F7 and CC. RGB value is (239,247,204). Sum of RGB (Red+Green+Blue) = 239+247+204=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 247 (96.88% from 255 or 35.80% from 690); Blue value is 204 (80.08% from 255 or 29.57% from 690); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF7CC is #100833. Grayscale: #EFEFEF. Windows color (decimal): -1050676 or 13432815. OLE color: 13432815.
HSL color Cylindrical-coordinate representation of color #EFF7CC: hue angle of 71.16º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFF7CC is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 204 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.03 |
| HSL | 71.16º | 0.73% | 0.88% | - |
| HSV(B) | 71.16º | 0.17% | 0.97% | - |
| XYZ | 79.76 | 89.23 | 70.15 | - |
| YUV | 239.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 204 | 0.03 | 0 | 0.17 | 0.03 | 71.16 | 0.73 | 0.88 |
| Hex | EF | F7 | CC | 3 | 0 | 11 | 3 | 47 | 49 | 58 |
| Octal | 357 | 367 | 314 | 3 | 0 | 21 | 3 | 107 | 111 | 130 |
| Binary | 11101111 | 11110111 | 11001100 | 11 | 0 | 10001 | 11 | 1000111 | 1001001 | 1011000 |
Color Harmonies of #EFF7CC
Complementary color
Monochromatic Colors of #EFF7CC
Black with #EFF7CC
Text Example
Text Example
White with #EFF7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF7CC; }
p { color: rgb(239,247,204); }
H1.HeaderClassName
{
color: #EFF7CC;
}
.AnyTagClassName
{
color: #EFF7CC;
}
</style>
background-color css
<style>
a { background-color: #EFF7CC; }
a { background-color: rgb(239,247,204); }
div.DivClassName
{
background-color: #EFF7CC;
}
.BgClassName
{
background-color: #EFF7CC;
}
</style>
border-color css
<style>
span { border-color: #EFF7CC; }
span { border-color: rgb(239,247,204); }
td.TdClassName
{
border-color: #EFF7CC;
}
.TagClassName
{
border-color: #EFF7CC;
}
</style>