Shades of Rice Flower #EFF3D7
Tints of Rice Flower #EFF3D7
RGB
CMYK
RGB Variations
Color information
#EFF3D7 (or 0xEFF3D7) is known color: Rice Flower. HEX triplet: EF, F3 and D7. RGB value is (239,243,215). Sum of RGB (Red+Green+Blue) = 239+243+215=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 243 (95.31% from 255 or 34.86% from 697); Blue value is 215 (84.38% from 255 or 30.85% from 697); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF3D7 is #100C28. Grayscale: #EEEEEE. Windows color (decimal): -1051689 or 14152687. OLE color: 14152687.
HSL color Cylindrical-coordinate representation of color #EFF3D7: hue angle of 68.57º degrees, saturation: 0.54, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFF3D7 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 215 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.05 |
| HSL | 68.57º | 0.54% | 0.9% | - |
| HSV(B) | 68.57º | 0.12% | 0.95% | - |
| XYZ | 79.91 | 87.36 | 76.94 | - |
| YUV | 238.61 | 114.67 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 215 | 0.02 | 0 | 0.12 | 0.05 | 68.57 | 0.54 | 0.9 |
| Hex | EF | F3 | D7 | 2 | 0 | C | 5 | 45 | 36 | 5A |
| Octal | 357 | 363 | 327 | 2 | 0 | 14 | 5 | 105 | 66 | 132 |
| Binary | 11101111 | 11110011 | 11010111 | 10 | 0 | 1100 | 101 | 1000101 | 110110 | 1011010 |
Color Harmonies of #EFF3D7
Complementary color
Monochromatic Colors of #EFF3D7
Black with #EFF3D7
Text Example
Text Example
White with #EFF3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF3D7; }
p { color: rgb(239,243,215); }
H1.HeaderClassName
{
color: #EFF3D7;
}
.AnyTagClassName
{
color: #EFF3D7;
}
</style>
background-color css
<style>
a { background-color: #EFF3D7; }
a { background-color: rgb(239,243,215); }
div.DivClassName
{
background-color: #EFF3D7;
}
.BgClassName
{
background-color: #EFF3D7;
}
</style>
border-color css
<style>
span { border-color: #EFF3D7; }
span { border-color: rgb(239,243,215); }
td.TdClassName
{
border-color: #EFF3D7;
}
.TagClassName
{
border-color: #EFF3D7;
}
</style>