Shades of Chiffon #ECF0B4
Tints of Chiffon #ECF0B4
RGB
CMYK
RGB Variations
Color information
#ECF0B4 (or 0xECF0B4) is known color: Chiffon. HEX triplet: EC, F0 and B4. RGB value is (236,240,180). Sum of RGB (Red+Green+Blue) = 236+240+180=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 180 (70.70% from 255 or 27.44% from 656); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF0B4 is #130F4B. Grayscale: #E8E8E8. Windows color (decimal): -1249100 or 11858156. OLE color: 11858156.
HSL color Cylindrical-coordinate representation of color #ECF0B4: hue angle of 64º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECF0B4 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 180 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.06 |
| HSL | 64º | 0.67% | 0.82% | - |
| HSV(B) | 64º | 0.25% | 0.94% | - |
| XYZ | 73.99 | 83.45 | 55.39 | - |
| YUV | 231.96 | 98.67 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 180 | 0.02 | 0 | 0.25 | 0.06 | 64 | 0.67 | 0.82 |
| Hex | EC | F0 | B4 | 2 | 0 | 19 | 6 | 40 | 43 | 52 |
| Octal | 354 | 360 | 264 | 2 | 0 | 31 | 6 | 100 | 103 | 122 |
| Binary | 11101100 | 11110000 | 10110100 | 10 | 0 | 11001 | 110 | 1000000 | 1000011 | 1010010 |
Color Harmonies of #ECF0B4
Complementary color
Monochromatic Colors of #ECF0B4
Black with #ECF0B4
Text Example
Text Example
White with #ECF0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0B4; }
p { color: rgb(236,240,180); }
H1.HeaderClassName
{
color: #ECF0B4;
}
.AnyTagClassName
{
color: #ECF0B4;
}
</style>
background-color css
<style>
a { background-color: #ECF0B4; }
a { background-color: rgb(236,240,180); }
div.DivClassName
{
background-color: #ECF0B4;
}
.BgClassName
{
background-color: #ECF0B4;
}
</style>
border-color css
<style>
span { border-color: #ECF0B4; }
span { border-color: rgb(236,240,180); }
td.TdClassName
{
border-color: #ECF0B4;
}
.TagClassName
{
border-color: #ECF0B4;
}
</style>