Shades of Chiffon #EFF0BD
Tints of Chiffon #EFF0BD
RGB
CMYK
RGB Variations
Color information
#EFF0BD (or 0xEFF0BD) is known color: Chiffon. HEX triplet: EF, F0 and BD. RGB value is (239,240,189). Sum of RGB (Red+Green+Blue) = 239+240+189=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 240 (94.14% from 255 or 35.93% from 668); Blue value is 189 (74.22% from 255 or 28.29% from 668); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0BD is #100F42. Grayscale: #EAEAEA. Windows color (decimal): -1052483 or 12447983. OLE color: 12447983.
HSL color Cylindrical-coordinate representation of color #EFF0BD: hue angle of 61.18º degrees, saturation: 0.63, 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 #EFF0BD is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 189 | - |
| CMYK | 0.00 | 0 | 0.21 | 0.06 |
| HSL | 61.18º | 0.63% | 0.84% | - |
| HSV(B) | 61.18º | 0.21% | 0.94% | - |
| XYZ | 75.94 | 84.35 | 60.42 | - |
| YUV | 233.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 189 | 0.00 | 0 | 0.21 | 0.06 | 61.18 | 0.63 | 0.84 |
| Hex | EF | F0 | BD | 0 | 0 | 15 | 6 | 3D | 3F | 54 |
| Octal | 357 | 360 | 275 | 0 | 0 | 25 | 6 | 75 | 77 | 124 |
| Binary | 11101111 | 11110000 | 10111101 | 0 | 0 | 10101 | 110 | 111101 | 111111 | 1010100 |
Color Harmonies of #EFF0BD
Complementary color
Monochromatic Colors of #EFF0BD
Black with #EFF0BD
Text Example
Text Example
White with #EFF0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0BD; }
p { color: rgb(239,240,189); }
H1.HeaderClassName
{
color: #EFF0BD;
}
.AnyTagClassName
{
color: #EFF0BD;
}
</style>
background-color css
<style>
a { background-color: #EFF0BD; }
a { background-color: rgb(239,240,189); }
div.DivClassName
{
background-color: #EFF0BD;
}
.BgClassName
{
background-color: #EFF0BD;
}
</style>
border-color css
<style>
span { border-color: #EFF0BD; }
span { border-color: rgb(239,240,189); }
td.TdClassName
{
border-color: #EFF0BD;
}
.TagClassName
{
border-color: #EFF0BD;
}
</style>