Shades of Chiffon #EBF8BA
Tints of Chiffon #EBF8BA
RGB
CMYK
RGB Variations
Color information
#EBF8BA (or 0xEBF8BA) is known color: Chiffon. HEX triplet: EB, F8 and BA. RGB value is (235,248,186). Sum of RGB (Red+Green+Blue) = 235+248+186=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 248 (97.27% from 255 or 37.07% from 669); Blue value is 186 (73.05% from 255 or 27.80% from 669); Max value from RGB is 248 - color contains mainly: green. Hex color #EBF8BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF8BA is #140745. Grayscale: #EDEDED. Windows color (decimal): -1312582 or 12253419. OLE color: 12253419.
HSL color Cylindrical-coordinate representation of color #EBF8BA: hue angle of 72.58º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBF8BA is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 235 | 248 | 186 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.03 |
| HSL | 72.58º | 0.82% | 0.85% | - |
| HSV(B) | 72.58º | 0.25% | 0.97% | - |
| XYZ | 76.69 | 88.34 | 59.46 | - |
| YUV | 237.05 | 99.19 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 248 | 186 | 0.05 | 0 | 0.25 | 0.03 | 72.58 | 0.82 | 0.85 |
| Hex | EB | F8 | BA | 5 | 0 | 19 | 3 | 49 | 52 | 55 |
| Octal | 353 | 370 | 272 | 5 | 0 | 31 | 3 | 111 | 122 | 125 |
| Binary | 11101011 | 11111000 | 10111010 | 101 | 0 | 11001 | 11 | 1001001 | 1010010 | 1010101 |
Color Harmonies of #EBF8BA
Complementary color
Monochromatic Colors of #EBF8BA
Black with #EBF8BA
Text Example
Text Example
White with #EBF8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF8BA; }
p { color: rgb(235,248,186); }
H1.HeaderClassName
{
color: #EBF8BA;
}
.AnyTagClassName
{
color: #EBF8BA;
}
</style>
background-color css
<style>
a { background-color: #EBF8BA; }
a { background-color: rgb(235,248,186); }
div.DivClassName
{
background-color: #EBF8BA;
}
.BgClassName
{
background-color: #EBF8BA;
}
</style>
border-color css
<style>
span { border-color: #EBF8BA; }
span { border-color: rgb(235,248,186); }
td.TdClassName
{
border-color: #EBF8BA;
}
.TagClassName
{
border-color: #EBF8BA;
}
</style>