Shades of Rice Flower #EFF8CB
Tints of Rice Flower #EFF8CB
RGB
CMYK
RGB Variations
Color information
#EFF8CB (or 0xEFF8CB) is known color: Rice Flower. HEX triplet: EF, F8 and CB. RGB value is (239,248,203). Sum of RGB (Red+Green+Blue) = 239+248+203=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 248 (97.27% from 255 or 35.94% from 690); Blue value is 203 (79.69% from 255 or 29.42% from 690); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8CB is #100734. Grayscale: #F0F0F0. Windows color (decimal): -1050421 or 13367535. OLE color: 13367535.
HSL color Cylindrical-coordinate representation of color #EFF8CB: hue angle of 72º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFF8CB is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 203 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.03 |
| HSL | 72º | 0.76% | 0.88% | - |
| HSV(B) | 72º | 0.18% | 0.97% | - |
| XYZ | 79.94 | 89.8 | 69.62 | - |
| YUV | 240.18 | 107.02 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 203 | 0.04 | 0 | 0.18 | 0.03 | 72 | 0.76 | 0.88 |
| Hex | EF | F8 | CB | 4 | 0 | 12 | 3 | 48 | 4C | 58 |
| Octal | 357 | 370 | 313 | 4 | 0 | 22 | 3 | 110 | 114 | 130 |
| Binary | 11101111 | 11111000 | 11001011 | 100 | 0 | 10010 | 11 | 1001000 | 1001100 | 1011000 |
Color Harmonies of #EFF8CB
Complementary color
Monochromatic Colors of #EFF8CB
Black with #EFF8CB
Text Example
Text Example
White with #EFF8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8CB; }
p { color: rgb(239,248,203); }
H1.HeaderClassName
{
color: #EFF8CB;
}
.AnyTagClassName
{
color: #EFF8CB;
}
</style>
background-color css
<style>
a { background-color: #EFF8CB; }
a { background-color: rgb(239,248,203); }
div.DivClassName
{
background-color: #EFF8CB;
}
.BgClassName
{
background-color: #EFF8CB;
}
</style>
border-color css
<style>
span { border-color: #EFF8CB; }
span { border-color: rgb(239,248,203); }
td.TdClassName
{
border-color: #EFF8CB;
}
.TagClassName
{
border-color: #EFF8CB;
}
</style>