Shades of Chiffon #ECF2B4
Tints of Chiffon #ECF2B4
RGB
CMYK
RGB Variations
Color information
#ECF2B4 (or 0xECF2B4) is known color: Chiffon. HEX triplet: EC, F2 and B4. RGB value is (236,242,180). Sum of RGB (Red+Green+Blue) = 236+242+180=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 180 (70.70% from 255 or 27.36% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2B4 is #130D4B. Grayscale: #E9E9E9. Windows color (decimal): -1248588 or 11858668. OLE color: 11858668.
HSL color Cylindrical-coordinate representation of color #ECF2B4: hue angle of 65.81º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECF2B4 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 180 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.05 |
| HSL | 65.81º | 0.7% | 0.83% | - |
| HSV(B) | 65.81º | 0.26% | 0.95% | - |
| XYZ | 74.58 | 84.63 | 55.58 | - |
| YUV | 233.14 | 98.01 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 180 | 0.02 | 0 | 0.26 | 0.05 | 65.81 | 0.7 | 0.83 |
| Hex | EC | F2 | B4 | 2 | 0 | 1A | 5 | 42 | 46 | 53 |
| Octal | 354 | 362 | 264 | 2 | 0 | 32 | 5 | 102 | 106 | 123 |
| Binary | 11101100 | 11110010 | 10110100 | 10 | 0 | 11010 | 101 | 1000010 | 1000110 | 1010011 |
Color Harmonies of #ECF2B4
Complementary color
Monochromatic Colors of #ECF2B4
Black with #ECF2B4
Text Example
Text Example
White with #ECF2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2B4; }
p { color: rgb(236,242,180); }
H1.HeaderClassName
{
color: #ECF2B4;
}
.AnyTagClassName
{
color: #ECF2B4;
}
</style>
background-color css
<style>
a { background-color: #ECF2B4; }
a { background-color: rgb(236,242,180); }
div.DivClassName
{
background-color: #ECF2B4;
}
.BgClassName
{
background-color: #ECF2B4;
}
</style>
border-color css
<style>
span { border-color: #ECF2B4; }
span { border-color: rgb(236,242,180); }
td.TdClassName
{
border-color: #ECF2B4;
}
.TagClassName
{
border-color: #ECF2B4;
}
</style>