Shades of Rice Flower #EBF2D0
Tints of Rice Flower #EBF2D0
RGB
CMYK
RGB Variations
Color information
#EBF2D0 (or 0xEBF2D0) is known color: Rice Flower. HEX triplet: EB, F2 and D0. RGB value is (235,242,208). Sum of RGB (Red+Green+Blue) = 235+242+208=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 208 (81.64% from 255 or 30.36% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2D0 is #140D2F. Grayscale: #ECECEC. Windows color (decimal): -1314096 or 13693675. OLE color: 13693675.
HSL color Cylindrical-coordinate representation of color #EBF2D0: hue angle of 72.35º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBF2D0 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 242 | 208 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.05 |
| HSL | 72.35º | 0.57% | 0.88% | - |
| HSV(B) | 72.35º | 0.14% | 0.95% | - |
| XYZ | 77.4 | 85.72 | 72.14 | - |
| YUV | 236.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 242 | 208 | 0.03 | 0 | 0.14 | 0.05 | 72.35 | 0.57 | 0.88 |
| Hex | EB | F2 | D0 | 3 | 0 | E | 5 | 48 | 39 | 58 |
| Octal | 353 | 362 | 320 | 3 | 0 | 16 | 5 | 110 | 71 | 130 |
| Binary | 11101011 | 11110010 | 11010000 | 11 | 0 | 1110 | 101 | 1001000 | 111001 | 1011000 |
Color Harmonies of #EBF2D0
Complementary color
Monochromatic Colors of #EBF2D0
Black with #EBF2D0
Text Example
Text Example
White with #EBF2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF2D0; }
p { color: rgb(235,242,208); }
H1.HeaderClassName
{
color: #EBF2D0;
}
.AnyTagClassName
{
color: #EBF2D0;
}
</style>
background-color css
<style>
a { background-color: #EBF2D0; }
a { background-color: rgb(235,242,208); }
div.DivClassName
{
background-color: #EBF2D0;
}
.BgClassName
{
background-color: #EBF2D0;
}
</style>
border-color css
<style>
span { border-color: #EBF2D0; }
span { border-color: rgb(235,242,208); }
td.TdClassName
{
border-color: #EBF2D0;
}
.TagClassName
{
border-color: #EBF2D0;
}
</style>