Shades of Rice Flower #ECF0DA
Tints of Rice Flower #ECF0DA
RGB
CMYK
RGB Variations
Color information
#ECF0DA (or 0xECF0DA) is known color: Rice Flower. HEX triplet: EC, F0 and DA. RGB value is (236,240,218). Sum of RGB (Red+Green+Blue) = 236+240+218=694 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.01% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 218 (85.55% from 255 or 31.41% from 694); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF0DA is #130F25. Grayscale: #ECECEC. Windows color (decimal): -1249062 or 14348524. OLE color: 14348524.
HSL color Cylindrical-coordinate representation of color #ECF0DA: hue angle of 70.91º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECF0DA is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 240 | 218 | - |
CMYK | 0.02 | 0 | 0.09 | 0.06 |
HSL | 70.91º | 0.42% | 0.9% | - |
HSV(B) | 70.91º | 0.09% | 0.94% | - |
XYZ | 78.41 | 85.21 | 78.65 | - |
YUV | 236.3 | 117.67 | 127.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 240 | 218 | 0.02 | 0 | 0.09 | 0.06 | 70.91 | 0.42 | 0.9 |
Hex | EC | F0 | DA | 2 | 0 | 9 | 6 | 47 | 2A | 5A |
Octal | 354 | 360 | 332 | 2 | 0 | 11 | 6 | 107 | 52 | 132 |
Binary | 11101100 | 11110000 | 11011010 | 10 | 0 | 1001 | 110 | 1000111 | 101010 | 1011010 |
Color Harmonies of #ECF0DA
Complementary color
Monochromatic Colors of #ECF0DA
Black with #ECF0DA
Text Example
Text Example
White with #ECF0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0DA; }
p { color: rgb(236,240,218); }
H1.HeaderClassName
{
color: #ECF0DA;
}
.AnyTagClassName
{
color: #ECF0DA;
}
</style>
background-color css
<style>
a { background-color: #ECF0DA; }
a { background-color: rgb(236,240,218); }
div.DivClassName
{
background-color: #ECF0DA;
}
.BgClassName
{
background-color: #ECF0DA;
}
</style>
border-color css
<style>
span { border-color: #ECF0DA; }
span { border-color: rgb(236,240,218); }
td.TdClassName
{
border-color: #ECF0DA;
}
.TagClassName
{
border-color: #ECF0DA;
}
</style>