Shades of Rice Flower #ECF2C9
Tints of Rice Flower #ECF2C9
RGB
CMYK
RGB Variations
Color information
#ECF2C9 (or 0xECF2C9) is known color: Rice Flower. HEX triplet: EC, F2 and C9. RGB value is (236,242,201). Sum of RGB (Red+Green+Blue) = 236+242+201=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 201 (78.91% from 255 or 29.60% from 679); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2C9 is #130D36. Grayscale: #EBEBEB. Windows color (decimal): -1248567 or 13234924. OLE color: 13234924.
HSL color Cylindrical-coordinate representation of color #ECF2C9: hue angle of 68.78º degrees, saturation: 0.61, 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 #ECF2C9 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 201 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.05 |
| HSL | 68.78º | 0.61% | 0.87% | - |
| HSV(B) | 68.78º | 0.17% | 0.95% | - |
| XYZ | 76.89 | 85.55 | 67.72 | - |
| YUV | 235.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 201 | 0.02 | 0 | 0.17 | 0.05 | 68.78 | 0.61 | 0.87 |
| Hex | EC | F2 | C9 | 2 | 0 | 11 | 5 | 45 | 3D | 57 |
| Octal | 354 | 362 | 311 | 2 | 0 | 21 | 5 | 105 | 75 | 127 |
| Binary | 11101100 | 11110010 | 11001001 | 10 | 0 | 10001 | 101 | 1000101 | 111101 | 1010111 |
Color Harmonies of #ECF2C9
Complementary color
Monochromatic Colors of #ECF2C9
Black with #ECF2C9
Text Example
Text Example
White with #ECF2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2C9; }
p { color: rgb(236,242,201); }
H1.HeaderClassName
{
color: #ECF2C9;
}
.AnyTagClassName
{
color: #ECF2C9;
}
</style>
background-color css
<style>
a { background-color: #ECF2C9; }
a { background-color: rgb(236,242,201); }
div.DivClassName
{
background-color: #ECF2C9;
}
.BgClassName
{
background-color: #ECF2C9;
}
</style>
border-color css
<style>
span { border-color: #ECF2C9; }
span { border-color: rgb(236,242,201); }
td.TdClassName
{
border-color: #ECF2C9;
}
.TagClassName
{
border-color: #ECF2C9;
}
</style>