Shades of Rice Flower #EFF3CE
Tints of Rice Flower #EFF3CE
RGB
CMYK
RGB Variations
Color information
#EFF3CE (or 0xEFF3CE) is known color: Rice Flower. HEX triplet: EF, F3 and CE. RGB value is (239,243,206). Sum of RGB (Red+Green+Blue) = 239+243+206=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 243 (95.31% from 255 or 35.32% from 688); Blue value is 206 (80.86% from 255 or 29.94% from 688); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF3CE is #100C31. Grayscale: #EDEDED. Windows color (decimal): -1051698 or 13562863. OLE color: 13562863.
HSL color Cylindrical-coordinate representation of color #EFF3CE: hue angle of 66.49º degrees, saturation: 0.61, 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 #EFF3CE is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 206 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.05 |
| HSL | 66.49º | 0.61% | 0.88% | - |
| HSV(B) | 66.49º | 0.15% | 0.95% | - |
| XYZ | 78.79 | 86.91 | 71.01 | - |
| YUV | 237.59 | 110.17 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 206 | 0.02 | 0 | 0.15 | 0.05 | 66.49 | 0.61 | 0.88 |
| Hex | EF | F3 | CE | 2 | 0 | F | 5 | 42 | 3D | 58 |
| Octal | 357 | 363 | 316 | 2 | 0 | 17 | 5 | 102 | 75 | 130 |
| Binary | 11101111 | 11110011 | 11001110 | 10 | 0 | 1111 | 101 | 1000010 | 111101 | 1011000 |
Color Harmonies of #EFF3CE
Complementary color
Monochromatic Colors of #EFF3CE
Black with #EFF3CE
Text Example
Text Example
White with #EFF3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF3CE; }
p { color: rgb(239,243,206); }
H1.HeaderClassName
{
color: #EFF3CE;
}
.AnyTagClassName
{
color: #EFF3CE;
}
</style>
background-color css
<style>
a { background-color: #EFF3CE; }
a { background-color: rgb(239,243,206); }
div.DivClassName
{
background-color: #EFF3CE;
}
.BgClassName
{
background-color: #EFF3CE;
}
</style>
border-color css
<style>
span { border-color: #EFF3CE; }
span { border-color: rgb(239,243,206); }
td.TdClassName
{
border-color: #EFF3CE;
}
.TagClassName
{
border-color: #EFF3CE;
}
</style>