Shades of Chiffon #EBF1BA
Tints of Chiffon #EBF1BA
RGB
CMYK
RGB Variations
Color information
#EBF1BA (or 0xEBF1BA) is known color: Chiffon. HEX triplet: EB, F1 and BA. RGB value is (235,241,186). Sum of RGB (Red+Green+Blue) = 235+241+186=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 186 (73.05% from 255 or 28.10% from 662); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF1BA is #140E45. Grayscale: #E9E9E9. Windows color (decimal): -1314374 or 12251627. OLE color: 12251627.
HSL color Cylindrical-coordinate representation of color #EBF1BA: hue angle of 66.55º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBF1BA is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 241 | 186 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.05 |
| HSL | 66.55º | 0.66% | 0.84% | - |
| HSV(B) | 66.55º | 0.23% | 0.95% | - |
| XYZ | 74.58 | 84.12 | 58.76 | - |
| YUV | 232.94 | 101.51 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 241 | 186 | 0.02 | 0 | 0.23 | 0.05 | 66.55 | 0.66 | 0.84 |
| Hex | EB | F1 | BA | 2 | 0 | 17 | 5 | 43 | 42 | 54 |
| Octal | 353 | 361 | 272 | 2 | 0 | 27 | 5 | 103 | 102 | 124 |
| Binary | 11101011 | 11110001 | 10111010 | 10 | 0 | 10111 | 101 | 1000011 | 1000010 | 1010100 |
Color Harmonies of #EBF1BA
Complementary color
Monochromatic Colors of #EBF1BA
Black with #EBF1BA
Text Example
Text Example
White with #EBF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF1BA; }
p { color: rgb(235,241,186); }
H1.HeaderClassName
{
color: #EBF1BA;
}
.AnyTagClassName
{
color: #EBF1BA;
}
</style>
background-color css
<style>
a { background-color: #EBF1BA; }
a { background-color: rgb(235,241,186); }
div.DivClassName
{
background-color: #EBF1BA;
}
.BgClassName
{
background-color: #EBF1BA;
}
</style>
border-color css
<style>
span { border-color: #EBF1BA; }
span { border-color: rgb(235,241,186); }
td.TdClassName
{
border-color: #EBF1BA;
}
.TagClassName
{
border-color: #EBF1BA;
}
</style>