Shades of Rice Flower #EBF2C8
Tints of Rice Flower #EBF2C8
RGB
CMYK
RGB Variations
Color information
#EBF2C8 (or 0xEBF2C8) is known color: Rice Flower. HEX triplet: EB, F2 and C8. RGB value is (235,242,200). Sum of RGB (Red+Green+Blue) = 235+242+200=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 200 (78.52% from 255 or 29.54% from 677); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2C8 is #140D37. Grayscale: #EBEBEB. Windows color (decimal): -1314104 or 13169387. OLE color: 13169387.
HSL color Cylindrical-coordinate representation of color #EBF2C8: hue angle of 70º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBF2C8 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 242 | 200 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.05 |
| HSL | 70º | 0.62% | 0.87% | - |
| HSV(B) | 70º | 0.17% | 0.95% | - |
| XYZ | 76.44 | 85.34 | 67.09 | - |
| YUV | 235.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 242 | 200 | 0.03 | 0 | 0.17 | 0.05 | 70 | 0.62 | 0.87 |
| Hex | EB | F2 | C8 | 3 | 0 | 11 | 5 | 46 | 3E | 57 |
| Octal | 353 | 362 | 310 | 3 | 0 | 21 | 5 | 106 | 76 | 127 |
| Binary | 11101011 | 11110010 | 11001000 | 11 | 0 | 10001 | 101 | 1000110 | 111110 | 1010111 |
Color Harmonies of #EBF2C8
Complementary color
Monochromatic Colors of #EBF2C8
Black with #EBF2C8
Text Example
Text Example
White with #EBF2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF2C8; }
p { color: rgb(235,242,200); }
H1.HeaderClassName
{
color: #EBF2C8;
}
.AnyTagClassName
{
color: #EBF2C8;
}
</style>
background-color css
<style>
a { background-color: #EBF2C8; }
a { background-color: rgb(235,242,200); }
div.DivClassName
{
background-color: #EBF2C8;
}
.BgClassName
{
background-color: #EBF2C8;
}
</style>
border-color css
<style>
span { border-color: #EBF2C8; }
span { border-color: rgb(235,242,200); }
td.TdClassName
{
border-color: #EBF2C8;
}
.TagClassName
{
border-color: #EBF2C8;
}
</style>