Shades of Rice Flower #EFF6CC
Tints of Rice Flower #EFF6CC
RGB
CMYK
RGB Variations
Color information
#EFF6CC (or 0xEFF6CC) is known color: Rice Flower. HEX triplet: EF, F6 and CC. RGB value is (239,246,204). Sum of RGB (Red+Green+Blue) = 239+246+204=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 246 (96.48% from 255 or 35.70% from 689); Blue value is 204 (80.08% from 255 or 29.61% from 689); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF6CC is #100933. Grayscale: #EFEFEF. Windows color (decimal): -1050932 or 13432559. OLE color: 13432559.
HSL color Cylindrical-coordinate representation of color #EFF6CC: hue angle of 70º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFF6CC is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 204 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.04 |
| HSL | 70º | 0.7% | 0.88% | - |
| HSV(B) | 70º | 0.17% | 0.96% | - |
| XYZ | 79.45 | 88.62 | 70.04 | - |
| YUV | 239.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 204 | 0.03 | 0 | 0.17 | 0.04 | 70 | 0.7 | 0.88 |
| Hex | EF | F6 | CC | 3 | 0 | 11 | 4 | 46 | 46 | 58 |
| Octal | 357 | 366 | 314 | 3 | 0 | 21 | 4 | 106 | 106 | 130 |
| Binary | 11101111 | 11110110 | 11001100 | 11 | 0 | 10001 | 100 | 1000110 | 1000110 | 1011000 |
Color Harmonies of #EFF6CC
Complementary color
Monochromatic Colors of #EFF6CC
Black with #EFF6CC
Text Example
Text Example
White with #EFF6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF6CC; }
p { color: rgb(239,246,204); }
H1.HeaderClassName
{
color: #EFF6CC;
}
.AnyTagClassName
{
color: #EFF6CC;
}
</style>
background-color css
<style>
a { background-color: #EFF6CC; }
a { background-color: rgb(239,246,204); }
div.DivClassName
{
background-color: #EFF6CC;
}
.BgClassName
{
background-color: #EFF6CC;
}
</style>
border-color css
<style>
span { border-color: #EFF6CC; }
span { border-color: rgb(239,246,204); }
td.TdClassName
{
border-color: #EFF6CC;
}
.TagClassName
{
border-color: #EFF6CC;
}
</style>