Shades of Rice Flower #ECF3C8
Tints of Rice Flower #ECF3C8
RGB
CMYK
RGB Variations
Color information
#ECF3C8 (or 0xECF3C8) is known color: Rice Flower. HEX triplet: EC, F3 and C8. RGB value is (236,243,200). Sum of RGB (Red+Green+Blue) = 236+243+200=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 243 (95.31% from 255 or 35.79% from 679); Blue value is 200 (78.52% from 255 or 29.46% from 679); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF3C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF3C8 is #130C37. Grayscale: #ECECEC. Windows color (decimal): -1248312 or 13169644. OLE color: 13169644.
HSL color Cylindrical-coordinate representation of color #ECF3C8: hue angle of 69.77º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECF3C8 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 200 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.05 |
| HSL | 69.77º | 0.64% | 0.87% | - |
| HSV(B) | 69.77º | 0.18% | 0.95% | - |
| XYZ | 77.07 | 86.1 | 67.2 | - |
| YUV | 236.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 200 | 0.03 | 0 | 0.18 | 0.05 | 69.77 | 0.64 | 0.87 |
| Hex | EC | F3 | C8 | 3 | 0 | 12 | 5 | 46 | 40 | 57 |
| Octal | 354 | 363 | 310 | 3 | 0 | 22 | 5 | 106 | 100 | 127 |
| Binary | 11101100 | 11110011 | 11001000 | 11 | 0 | 10010 | 101 | 1000110 | 1000000 | 1010111 |
Color Harmonies of #ECF3C8
Complementary color
Monochromatic Colors of #ECF3C8
Black with #ECF3C8
Text Example
Text Example
White with #ECF3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF3C8; }
p { color: rgb(236,243,200); }
H1.HeaderClassName
{
color: #ECF3C8;
}
.AnyTagClassName
{
color: #ECF3C8;
}
</style>
background-color css
<style>
a { background-color: #ECF3C8; }
a { background-color: rgb(236,243,200); }
div.DivClassName
{
background-color: #ECF3C8;
}
.BgClassName
{
background-color: #ECF3C8;
}
</style>
border-color css
<style>
span { border-color: #ECF3C8; }
span { border-color: rgb(236,243,200); }
td.TdClassName
{
border-color: #ECF3C8;
}
.TagClassName
{
border-color: #ECF3C8;
}
</style>