Shades of Chiffon #ECFABA
Tints of Chiffon #ECFABA
RGB
CMYK
RGB Variations
Color information
#ECFABA (or 0xECFABA) is known color: Chiffon. HEX triplet: EC, FA and BA. RGB value is (236,250,186). Sum of RGB (Red+Green+Blue) = 236+250+186=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 186 (73.05% from 255 or 27.68% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFABA is #130545. Grayscale: #EEEEEE. Windows color (decimal): -1246534 or 12253932. OLE color: 12253932.
HSL color Cylindrical-coordinate representation of color #ECFABA: hue angle of 73.12º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECFABA is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 250 | 186 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.02 |
| HSL | 73.13º | 0.86% | 0.85% | - |
| HSV(B) | 73.13º | 0.26% | 0.98% | - |
| XYZ | 77.64 | 89.75 | 59.69 | - |
| YUV | 238.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 250 | 186 | 0.06 | 0 | 0.26 | 0.02 | 73.13 | 0.86 | 0.85 |
| Hex | EC | FA | BA | 6 | 0 | 1A | 2 | 49 | 56 | 55 |
| Octal | 354 | 372 | 272 | 6 | 0 | 32 | 2 | 111 | 126 | 125 |
| Binary | 11101100 | 11111010 | 10111010 | 110 | 0 | 11010 | 10 | 1001001 | 1010110 | 1010101 |
Color Harmonies of #ECFABA
Complementary color
Monochromatic Colors of #ECFABA
Black with #ECFABA
Text Example
Text Example
White with #ECFABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFABA; }
p { color: rgb(236,250,186); }
H1.HeaderClassName
{
color: #ECFABA;
}
.AnyTagClassName
{
color: #ECFABA;
}
</style>
background-color css
<style>
a { background-color: #ECFABA; }
a { background-color: rgb(236,250,186); }
div.DivClassName
{
background-color: #ECFABA;
}
.BgClassName
{
background-color: #ECFABA;
}
</style>
border-color css
<style>
span { border-color: #ECFABA; }
span { border-color: rgb(236,250,186); }
td.TdClassName
{
border-color: #ECFABA;
}
.TagClassName
{
border-color: #ECFABA;
}
</style>