Shades of Rice Flower #EFF5CA
Tints of Rice Flower #EFF5CA
RGB
CMYK
RGB Variations
Color information
#EFF5CA (or 0xEFF5CA) is known color: Rice Flower. HEX triplet: EF, F5 and CA. RGB value is (239,245,202). Sum of RGB (Red+Green+Blue) = 239+245+202=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 245 (96.09% from 255 or 35.71% from 686); Blue value is 202 (79.30% from 255 or 29.45% from 686); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF5CA is #100A35. Grayscale: #EEEEEE. Windows color (decimal): -1051190 or 13301231. OLE color: 13301231.
HSL color Cylindrical-coordinate representation of color #EFF5CA: hue angle of 68.37º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFF5CA is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 202 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.04 |
| HSL | 68.37º | 0.68% | 0.88% | - |
| HSV(B) | 68.37º | 0.18% | 0.96% | - |
| XYZ | 78.91 | 87.92 | 68.69 | - |
| YUV | 238.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 202 | 0.02 | 0 | 0.18 | 0.04 | 68.37 | 0.68 | 0.88 |
| Hex | EF | F5 | CA | 2 | 0 | 12 | 4 | 44 | 44 | 58 |
| Octal | 357 | 365 | 312 | 2 | 0 | 22 | 4 | 104 | 104 | 130 |
| Binary | 11101111 | 11110101 | 11001010 | 10 | 0 | 10010 | 100 | 1000100 | 1000100 | 1011000 |
Color Harmonies of #EFF5CA
Complementary color
Monochromatic Colors of #EFF5CA
Black with #EFF5CA
Text Example
Text Example
White with #EFF5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF5CA; }
p { color: rgb(239,245,202); }
H1.HeaderClassName
{
color: #EFF5CA;
}
.AnyTagClassName
{
color: #EFF5CA;
}
</style>
background-color css
<style>
a { background-color: #EFF5CA; }
a { background-color: rgb(239,245,202); }
div.DivClassName
{
background-color: #EFF5CA;
}
.BgClassName
{
background-color: #EFF5CA;
}
</style>
border-color css
<style>
span { border-color: #EFF5CA; }
span { border-color: rgb(239,245,202); }
td.TdClassName
{
border-color: #EFF5CA;
}
.TagClassName
{
border-color: #EFF5CA;
}
</style>