Shades of Chiffon #ECEDBA
Tints of Chiffon #ECEDBA
RGB
CMYK
RGB Variations
Color information
#ECEDBA (or 0xECEDBA) is known color: Chiffon. HEX triplet: EC, ED and BA. RGB value is (236,237,186). Sum of RGB (Red+Green+Blue) = 236+237+186=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDBA is #131245. Grayscale: #E7E7E7. Windows color (decimal): -1249862 or 12250604. OLE color: 12250604.
HSL color Cylindrical-coordinate representation of color #ECEDBA: hue angle of 61.18º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECEDBA is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 186 | - |
| CMYK | 0.00 | 0 | 0.22 | 0.07 |
| HSL | 61.18º | 0.59% | 0.83% | - |
| HSV(B) | 61.18º | 0.22% | 0.93% | - |
| XYZ | 73.74 | 81.95 | 58.39 | - |
| YUV | 230.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 186 | 0.00 | 0 | 0.22 | 0.07 | 61.18 | 0.59 | 0.83 |
| Hex | EC | ED | BA | 0 | 0 | 16 | 7 | 3D | 3B | 53 |
| Octal | 354 | 355 | 272 | 0 | 0 | 26 | 7 | 75 | 73 | 123 |
| Binary | 11101100 | 11101101 | 10111010 | 0 | 0 | 10110 | 111 | 111101 | 111011 | 1010011 |
Color Harmonies of #ECEDBA
Complementary color
Monochromatic Colors of #ECEDBA
Black with #ECEDBA
Text Example
Text Example
White with #ECEDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDBA; }
p { color: rgb(236,237,186); }
H1.HeaderClassName
{
color: #ECEDBA;
}
.AnyTagClassName
{
color: #ECEDBA;
}
</style>
background-color css
<style>
a { background-color: #ECEDBA; }
a { background-color: rgb(236,237,186); }
div.DivClassName
{
background-color: #ECEDBA;
}
.BgClassName
{
background-color: #ECEDBA;
}
</style>
border-color css
<style>
span { border-color: #ECEDBA; }
span { border-color: rgb(236,237,186); }
td.TdClassName
{
border-color: #ECEDBA;
}
.TagClassName
{
border-color: #ECEDBA;
}
</style>