Shades of Rice Flower #EBF0CF
Tints of Rice Flower #EBF0CF
RGB
CMYK
RGB Variations
Color information
#EBF0CF (or 0xEBF0CF) is known color: Rice Flower. HEX triplet: EB, F0 and CF. RGB value is (235,240,207). Sum of RGB (Red+Green+Blue) = 235+240+207=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 207 (81.25% from 255 or 30.35% from 682); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF0CF is #140F30. Grayscale: #EAEAEA. Windows color (decimal): -1314609 or 13627627. OLE color: 13627627.
HSL color Cylindrical-coordinate representation of color #EBF0CF: hue angle of 69.09º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBF0CF is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 240 | 207 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.06 |
| HSL | 69.09º | 0.52% | 0.88% | - |
| HSV(B) | 69.09º | 0.14% | 0.94% | - |
| XYZ | 76.68 | 84.49 | 71.3 | - |
| YUV | 234.74 | 112.34 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 240 | 207 | 0.02 | 0 | 0.14 | 0.06 | 69.09 | 0.52 | 0.88 |
| Hex | EB | F0 | CF | 2 | 0 | E | 6 | 45 | 34 | 58 |
| Octal | 353 | 360 | 317 | 2 | 0 | 16 | 6 | 105 | 64 | 130 |
| Binary | 11101011 | 11110000 | 11001111 | 10 | 0 | 1110 | 110 | 1000101 | 110100 | 1011000 |
Color Harmonies of #EBF0CF
Complementary color
Monochromatic Colors of #EBF0CF
Black with #EBF0CF
Text Example
Text Example
White with #EBF0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF0CF; }
p { color: rgb(235,240,207); }
H1.HeaderClassName
{
color: #EBF0CF;
}
.AnyTagClassName
{
color: #EBF0CF;
}
</style>
background-color css
<style>
a { background-color: #EBF0CF; }
a { background-color: rgb(235,240,207); }
div.DivClassName
{
background-color: #EBF0CF;
}
.BgClassName
{
background-color: #EBF0CF;
}
</style>
border-color css
<style>
span { border-color: #EBF0CF; }
span { border-color: rgb(235,240,207); }
td.TdClassName
{
border-color: #EBF0CF;
}
.TagClassName
{
border-color: #EBF0CF;
}
</style>