Shades of Chiffon #EFF5BE
Tints of Chiffon #EFF5BE
RGB
CMYK
RGB Variations
Color information
#EFF5BE (or 0xEFF5BE) is known color: Chiffon. HEX triplet: EF, F5 and BE. RGB value is (239,245,190). Sum of RGB (Red+Green+Blue) = 239+245+190=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 245 (96.09% from 255 or 36.35% from 674); Blue value is 190 (74.61% from 255 or 28.19% from 674); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF5BE is #100A41. Grayscale: #EDEDED. Windows color (decimal): -1051202 or 12514799. OLE color: 12514799.
HSL color Cylindrical-coordinate representation of color #EFF5BE: hue angle of 66.55º 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 #EFF5BE is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 190 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.04 |
| HSL | 66.55º | 0.73% | 0.85% | - |
| HSV(B) | 66.55º | 0.22% | 0.96% | - |
| XYZ | 77.54 | 87.37 | 61.49 | - |
| YUV | 236.94 | 101.51 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 190 | 0.02 | 0 | 0.22 | 0.04 | 66.55 | 0.73 | 0.85 |
| Hex | EF | F5 | BE | 2 | 0 | 16 | 4 | 43 | 49 | 55 |
| Octal | 357 | 365 | 276 | 2 | 0 | 26 | 4 | 103 | 111 | 125 |
| Binary | 11101111 | 11110101 | 10111110 | 10 | 0 | 10110 | 100 | 1000011 | 1001001 | 1010101 |
Color Harmonies of #EFF5BE
Complementary color
Monochromatic Colors of #EFF5BE
Black with #EFF5BE
Text Example
Text Example
White with #EFF5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF5BE; }
p { color: rgb(239,245,190); }
H1.HeaderClassName
{
color: #EFF5BE;
}
.AnyTagClassName
{
color: #EFF5BE;
}
</style>
background-color css
<style>
a { background-color: #EFF5BE; }
a { background-color: rgb(239,245,190); }
div.DivClassName
{
background-color: #EFF5BE;
}
.BgClassName
{
background-color: #EFF5BE;
}
</style>
border-color css
<style>
span { border-color: #EFF5BE; }
span { border-color: rgb(239,245,190); }
td.TdClassName
{
border-color: #EFF5BE;
}
.TagClassName
{
border-color: #EFF5BE;
}
</style>