Shades of Chiffon #ECF0BA
Tints of Chiffon #ECF0BA
RGB
CMYK
RGB Variations
Color information
#ECF0BA (or 0xECF0BA) is known color: Chiffon. HEX triplet: EC, F0 and BA. RGB value is (236,240,186). Sum of RGB (Red+Green+Blue) = 236+240+186=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 186 (73.05% from 255 or 28.10% from 662); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF0BA is #130F45. Grayscale: #E8E8E8. Windows color (decimal): -1249094 or 12251372. OLE color: 12251372.
HSL color Cylindrical-coordinate representation of color #ECF0BA: hue angle of 64.44º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECF0BA is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 186 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.06 |
| HSL | 64.44º | 0.64% | 0.84% | - |
| HSV(B) | 64.44º | 0.23% | 0.94% | - |
| XYZ | 74.62 | 83.7 | 58.68 | - |
| YUV | 232.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 186 | 0.02 | 0 | 0.22 | 0.06 | 64.44 | 0.64 | 0.84 |
| Hex | EC | F0 | BA | 2 | 0 | 16 | 6 | 40 | 40 | 54 |
| Octal | 354 | 360 | 272 | 2 | 0 | 26 | 6 | 100 | 100 | 124 |
| Binary | 11101100 | 11110000 | 10111010 | 10 | 0 | 10110 | 110 | 1000000 | 1000000 | 1010100 |
Color Harmonies of #ECF0BA
Complementary color
Monochromatic Colors of #ECF0BA
Black with #ECF0BA
Text Example
Text Example
White with #ECF0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0BA; }
p { color: rgb(236,240,186); }
H1.HeaderClassName
{
color: #ECF0BA;
}
.AnyTagClassName
{
color: #ECF0BA;
}
</style>
background-color css
<style>
a { background-color: #ECF0BA; }
a { background-color: rgb(236,240,186); }
div.DivClassName
{
background-color: #ECF0BA;
}
.BgClassName
{
background-color: #ECF0BA;
}
</style>
border-color css
<style>
span { border-color: #ECF0BA; }
span { border-color: rgb(236,240,186); }
td.TdClassName
{
border-color: #ECF0BA;
}
.TagClassName
{
border-color: #ECF0BA;
}
</style>