Shades of Chiffon #EFF0BC
Tints of Chiffon #EFF0BC
RGB
CMYK
RGB Variations
Color information
#EFF0BC (or 0xEFF0BC) is known color: Chiffon. HEX triplet: EF, F0 and BC. RGB value is (239,240,188). Sum of RGB (Red+Green+Blue) = 239+240+188=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 188 (73.83% from 255 or 28.19% from 667); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0BC is #100F43. Grayscale: #E9E9E9. Windows color (decimal): -1052484 or 12382447. OLE color: 12382447.
HSL color Cylindrical-coordinate representation of color #EFF0BC: hue angle of 61.15º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFF0BC is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 188 | - |
| CMYK | 0.00 | 0 | 0.22 | 0.06 |
| HSL | 61.15º | 0.63% | 0.84% | - |
| HSV(B) | 61.15º | 0.22% | 0.94% | - |
| XYZ | 75.83 | 84.3 | 59.85 | - |
| YUV | 233.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 188 | 0.00 | 0 | 0.22 | 0.06 | 61.15 | 0.63 | 0.84 |
| Hex | EF | F0 | BC | 0 | 0 | 16 | 6 | 3D | 3F | 54 |
| Octal | 357 | 360 | 274 | 0 | 0 | 26 | 6 | 75 | 77 | 124 |
| Binary | 11101111 | 11110000 | 10111100 | 0 | 0 | 10110 | 110 | 111101 | 111111 | 1010100 |
Color Harmonies of #EFF0BC
Complementary color
Monochromatic Colors of #EFF0BC
Black with #EFF0BC
Text Example
Text Example
White with #EFF0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0BC; }
p { color: rgb(239,240,188); }
H1.HeaderClassName
{
color: #EFF0BC;
}
.AnyTagClassName
{
color: #EFF0BC;
}
</style>
background-color css
<style>
a { background-color: #EFF0BC; }
a { background-color: rgb(239,240,188); }
div.DivClassName
{
background-color: #EFF0BC;
}
.BgClassName
{
background-color: #EFF0BC;
}
</style>
border-color css
<style>
span { border-color: #EFF0BC; }
span { border-color: rgb(239,240,188); }
td.TdClassName
{
border-color: #EFF0BC;
}
.TagClassName
{
border-color: #EFF0BC;
}
</style>