Shades of Rice Flower #EFF3CB
Tints of Rice Flower #EFF3CB
RGB
CMYK
RGB Variations
Color information
#EFF3CB (or 0xEFF3CB) is known color: Rice Flower. HEX triplet: EF, F3 and CB. RGB value is (239,243,203). Sum of RGB (Red+Green+Blue) = 239+243+203=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 243 (95.31% from 255 or 35.47% from 685); Blue value is 203 (79.69% from 255 or 29.64% from 685); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF3CB is #100C34. Grayscale: #EDEDED. Windows color (decimal): -1051701 or 13366255. OLE color: 13366255.
HSL color Cylindrical-coordinate representation of color #EFF3CB: hue angle of 66º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFF3CB is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 203 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.05 |
| HSL | 66º | 0.63% | 0.87% | - |
| HSV(B) | 66º | 0.16% | 0.95% | - |
| XYZ | 78.43 | 86.76 | 69.11 | - |
| YUV | 237.24 | 108.67 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 203 | 0.02 | 0 | 0.16 | 0.05 | 66 | 0.63 | 0.87 |
| Hex | EF | F3 | CB | 2 | 0 | 10 | 5 | 42 | 3E | 57 |
| Octal | 357 | 363 | 313 | 2 | 0 | 20 | 5 | 102 | 76 | 127 |
| Binary | 11101111 | 11110011 | 11001011 | 10 | 0 | 10000 | 101 | 1000010 | 111110 | 1010111 |
Color Harmonies of #EFF3CB
Complementary color
Monochromatic Colors of #EFF3CB
Black with #EFF3CB
Text Example
Text Example
White with #EFF3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF3CB; }
p { color: rgb(239,243,203); }
H1.HeaderClassName
{
color: #EFF3CB;
}
.AnyTagClassName
{
color: #EFF3CB;
}
</style>
background-color css
<style>
a { background-color: #EFF3CB; }
a { background-color: rgb(239,243,203); }
div.DivClassName
{
background-color: #EFF3CB;
}
.BgClassName
{
background-color: #EFF3CB;
}
</style>
border-color css
<style>
span { border-color: #EFF3CB; }
span { border-color: rgb(239,243,203); }
td.TdClassName
{
border-color: #EFF3CB;
}
.TagClassName
{
border-color: #EFF3CB;
}
</style>