Shades of Chiffon #EFF0BE
Tints of Chiffon #EFF0BE
RGB
CMYK
RGB Variations
Color information
#EFF0BE (or 0xEFF0BE) is known color: Chiffon. HEX triplet: EF, F0 and BE. RGB value is (239,240,190). Sum of RGB (Red+Green+Blue) = 239+240+190=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 190 (74.61% from 255 or 28.40% from 669); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0BE is #100F41. Grayscale: #EAEAEA. Windows color (decimal): -1052482 or 12513519. OLE color: 12513519.
HSL color Cylindrical-coordinate representation of color #EFF0BE: hue angle of 61.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFF0BE is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 190 | - |
| CMYK | 0.00 | 0 | 0.21 | 0.06 |
| HSL | 61.2º | 0.63% | 0.84% | - |
| HSV(B) | 61.2º | 0.21% | 0.94% | - |
| XYZ | 76.05 | 84.39 | 61 | - |
| YUV | 234 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 190 | 0.00 | 0 | 0.21 | 0.06 | 61.2 | 0.63 | 0.84 |
| Hex | EF | F0 | BE | 0 | 0 | 15 | 6 | 3D | 3E | 54 |
| Octal | 357 | 360 | 276 | 0 | 0 | 25 | 6 | 75 | 76 | 124 |
| Binary | 11101111 | 11110000 | 10111110 | 0 | 0 | 10101 | 110 | 111101 | 111110 | 1010100 |
Color Harmonies of #EFF0BE
Complementary color
Monochromatic Colors of #EFF0BE
Black with #EFF0BE
Text Example
Text Example
White with #EFF0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0BE; }
p { color: rgb(239,240,190); }
H1.HeaderClassName
{
color: #EFF0BE;
}
.AnyTagClassName
{
color: #EFF0BE;
}
</style>
background-color css
<style>
a { background-color: #EFF0BE; }
a { background-color: rgb(239,240,190); }
div.DivClassName
{
background-color: #EFF0BE;
}
.BgClassName
{
background-color: #EFF0BE;
}
</style>
border-color css
<style>
span { border-color: #EFF0BE; }
span { border-color: rgb(239,240,190); }
td.TdClassName
{
border-color: #EFF0BE;
}
.TagClassName
{
border-color: #EFF0BE;
}
</style>