Shades of Rice Flower #EFF3CF
Tints of Rice Flower #EFF3CF
RGB
CMYK
RGB Variations
Color information
#EFF3CF (or 0xEFF3CF) is known color: Rice Flower. HEX triplet: EF, F3 and CF. RGB value is (239,243,207). Sum of RGB (Red+Green+Blue) = 239+243+207=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 243 (95.31% from 255 or 35.27% from 689); Blue value is 207 (81.25% from 255 or 30.04% from 689); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF3CF is #100C30. Grayscale: #EDEDED. Windows color (decimal): -1051697 or 13628399. OLE color: 13628399.
HSL color Cylindrical-coordinate representation of color #EFF3CF: hue angle of 66.67º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFF3CF is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 207 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.05 |
| HSL | 66.67º | 0.6% | 0.88% | - |
| HSV(B) | 66.67º | 0.15% | 0.95% | - |
| XYZ | 78.91 | 86.96 | 71.66 | - |
| YUV | 237.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 207 | 0.02 | 0 | 0.15 | 0.05 | 66.67 | 0.6 | 0.88 |
| Hex | EF | F3 | CF | 2 | 0 | F | 5 | 43 | 3C | 58 |
| Octal | 357 | 363 | 317 | 2 | 0 | 17 | 5 | 103 | 74 | 130 |
| Binary | 11101111 | 11110011 | 11001111 | 10 | 0 | 1111 | 101 | 1000011 | 111100 | 1011000 |
Color Harmonies of #EFF3CF
Complementary color
Monochromatic Colors of #EFF3CF
Black with #EFF3CF
Text Example
Text Example
White with #EFF3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF3CF; }
p { color: rgb(239,243,207); }
H1.HeaderClassName
{
color: #EFF3CF;
}
.AnyTagClassName
{
color: #EFF3CF;
}
</style>
background-color css
<style>
a { background-color: #EFF3CF; }
a { background-color: rgb(239,243,207); }
div.DivClassName
{
background-color: #EFF3CF;
}
.BgClassName
{
background-color: #EFF3CF;
}
</style>
border-color css
<style>
span { border-color: #EFF3CF; }
span { border-color: rgb(239,243,207); }
td.TdClassName
{
border-color: #EFF3CF;
}
.TagClassName
{
border-color: #EFF3CF;
}
</style>