Shades of Chiffon #EFF5BF
Tints of Chiffon #EFF5BF
RGB
CMYK
RGB Variations
Color information
#EFF5BF (or 0xEFF5BF) is known color: Chiffon. HEX triplet: EF, F5 and BF. RGB value is (239,245,191). Sum of RGB (Red+Green+Blue) = 239+245+191=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 245 (96.09% from 255 or 36.30% from 675); Blue value is 191 (75% from 255 or 28.30% from 675); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF5BF is #100A40. Grayscale: #EDEDED. Windows color (decimal): -1051201 or 12580335. OLE color: 12580335.
HSL color Cylindrical-coordinate representation of color #EFF5BF: hue angle of 66.67º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFF5BF is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 191 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.04 |
| HSL | 66.67º | 0.73% | 0.85% | - |
| HSV(B) | 66.67º | 0.22% | 0.96% | - |
| XYZ | 77.65 | 87.42 | 62.07 | - |
| YUV | 237.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 191 | 0.02 | 0 | 0.22 | 0.04 | 66.67 | 0.73 | 0.85 |
| Hex | EF | F5 | BF | 2 | 0 | 16 | 4 | 43 | 49 | 55 |
| Octal | 357 | 365 | 277 | 2 | 0 | 26 | 4 | 103 | 111 | 125 |
| Binary | 11101111 | 11110101 | 10111111 | 10 | 0 | 10110 | 100 | 1000011 | 1001001 | 1010101 |
Color Harmonies of #EFF5BF
Complementary color
Monochromatic Colors of #EFF5BF
Black with #EFF5BF
Text Example
Text Example
White with #EFF5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF5BF; }
p { color: rgb(239,245,191); }
H1.HeaderClassName
{
color: #EFF5BF;
}
.AnyTagClassName
{
color: #EFF5BF;
}
</style>
background-color css
<style>
a { background-color: #EFF5BF; }
a { background-color: rgb(239,245,191); }
div.DivClassName
{
background-color: #EFF5BF;
}
.BgClassName
{
background-color: #EFF5BF;
}
</style>
border-color css
<style>
span { border-color: #EFF5BF; }
span { border-color: rgb(239,245,191); }
td.TdClassName
{
border-color: #EFF5BF;
}
.TagClassName
{
border-color: #EFF5BF;
}
</style>