Shades of Chiffon #EFF0BA
Tints of Chiffon #EFF0BA
RGB
CMYK
RGB Variations
Color information
#EFF0BA (or 0xEFF0BA) is known color: Chiffon. HEX triplet: EF, F0 and BA. RGB value is (239,240,186). Sum of RGB (Red+Green+Blue) = 239+240+186=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 240 (94.14% from 255 or 36.09% from 665); Blue value is 186 (73.05% from 255 or 27.97% from 665); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0BA is #100F45. Grayscale: #E9E9E9. Windows color (decimal): -1052486 or 12251375. OLE color: 12251375.
HSL color Cylindrical-coordinate representation of color #EFF0BA: hue angle of 61.11º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFF0BA is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 186 | - |
| CMYK | 0.00 | 0 | 0.22 | 0.06 |
| HSL | 61.11º | 0.64% | 0.84% | - |
| HSV(B) | 61.11º | 0.23% | 0.94% | - |
| XYZ | 75.62 | 84.22 | 58.72 | - |
| YUV | 233.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 186 | 0.00 | 0 | 0.22 | 0.06 | 61.11 | 0.64 | 0.84 |
| Hex | EF | F0 | BA | 0 | 0 | 16 | 6 | 3D | 40 | 54 |
| Octal | 357 | 360 | 272 | 0 | 0 | 26 | 6 | 75 | 100 | 124 |
| Binary | 11101111 | 11110000 | 10111010 | 0 | 0 | 10110 | 110 | 111101 | 1000000 | 1010100 |
Color Harmonies of #EFF0BA
Complementary color
Monochromatic Colors of #EFF0BA
Black with #EFF0BA
Text Example
Text Example
White with #EFF0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0BA; }
p { color: rgb(239,240,186); }
H1.HeaderClassName
{
color: #EFF0BA;
}
.AnyTagClassName
{
color: #EFF0BA;
}
</style>
background-color css
<style>
a { background-color: #EFF0BA; }
a { background-color: rgb(239,240,186); }
div.DivClassName
{
background-color: #EFF0BA;
}
.BgClassName
{
background-color: #EFF0BA;
}
</style>
border-color css
<style>
span { border-color: #EFF0BA; }
span { border-color: rgb(239,240,186); }
td.TdClassName
{
border-color: #EFF0BA;
}
.TagClassName
{
border-color: #EFF0BA;
}
</style>