Shades of Rice Flower #ECF4CC
Tints of Rice Flower #ECF4CC
RGB
CMYK
RGB Variations
Color information
#ECF4CC (or 0xECF4CC) is known color: Rice Flower. HEX triplet: EC, F4 and CC. RGB value is (236,244,204). Sum of RGB (Red+Green+Blue) = 236+244+204=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 244 (95.70% from 255 or 35.67% from 684); Blue value is 204 (80.08% from 255 or 29.82% from 684); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF4CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF4CC is #130B33. Grayscale: #EDEDED. Windows color (decimal): -1248052 or 13432044. OLE color: 13432044.
HSL color Cylindrical-coordinate representation of color #ECF4CC: hue angle of 72º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECF4CC is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 204 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.04 |
| HSL | 72º | 0.65% | 0.88% | - |
| HSV(B) | 72º | 0.16% | 0.96% | - |
| XYZ | 77.84 | 86.89 | 69.8 | - |
| YUV | 237.05 | 109.35 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 204 | 0.03 | 0 | 0.16 | 0.04 | 72 | 0.65 | 0.88 |
| Hex | EC | F4 | CC | 3 | 0 | 10 | 4 | 48 | 41 | 58 |
| Octal | 354 | 364 | 314 | 3 | 0 | 20 | 4 | 110 | 101 | 130 |
| Binary | 11101100 | 11110100 | 11001100 | 11 | 0 | 10000 | 100 | 1001000 | 1000001 | 1011000 |
Color Harmonies of #ECF4CC
Complementary color
Monochromatic Colors of #ECF4CC
Black with #ECF4CC
Text Example
Text Example
White with #ECF4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF4CC; }
p { color: rgb(236,244,204); }
H1.HeaderClassName
{
color: #ECF4CC;
}
.AnyTagClassName
{
color: #ECF4CC;
}
</style>
background-color css
<style>
a { background-color: #ECF4CC; }
a { background-color: rgb(236,244,204); }
div.DivClassName
{
background-color: #ECF4CC;
}
.BgClassName
{
background-color: #ECF4CC;
}
</style>
border-color css
<style>
span { border-color: #ECF4CC; }
span { border-color: rgb(236,244,204); }
td.TdClassName
{
border-color: #ECF4CC;
}
.TagClassName
{
border-color: #ECF4CC;
}
</style>