Shades of Chiffon #EFF0B5
Tints of Chiffon #EFF0B5
RGB
CMYK
RGB Variations
Color information
#EFF0B5 (or 0xEFF0B5) is known color: Chiffon. HEX triplet: EF, F0 and B5. RGB value is (239,240,181). Sum of RGB (Red+Green+Blue) = 239+240+181=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 181 (71.09% from 255 or 27.42% from 660); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0B5 is #100F4A. Grayscale: #E9E9E9. Windows color (decimal): -1052491 or 11923695. OLE color: 11923695.
HSL color Cylindrical-coordinate representation of color #EFF0B5: hue angle of 61.02º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFF0B5 is Cyan = 0.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 181 | - |
| CMYK | 0.00 | 0 | 0.25 | 0.06 |
| HSL | 61.02º | 0.66% | 0.83% | - |
| HSV(B) | 61.02º | 0.25% | 0.94% | - |
| XYZ | 75.1 | 84.01 | 55.97 | - |
| YUV | 232.98 | 98.67 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 181 | 0.00 | 0 | 0.25 | 0.06 | 61.02 | 0.66 | 0.83 |
| Hex | EF | F0 | B5 | 0 | 0 | 19 | 6 | 3D | 42 | 53 |
| Octal | 357 | 360 | 265 | 0 | 0 | 31 | 6 | 75 | 102 | 123 |
| Binary | 11101111 | 11110000 | 10110101 | 0 | 0 | 11001 | 110 | 111101 | 1000010 | 1010011 |
Color Harmonies of #EFF0B5
Complementary color
Monochromatic Colors of #EFF0B5
Black with #EFF0B5
Text Example
Text Example
White with #EFF0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0B5; }
p { color: rgb(239,240,181); }
H1.HeaderClassName
{
color: #EFF0B5;
}
.AnyTagClassName
{
color: #EFF0B5;
}
</style>
background-color css
<style>
a { background-color: #EFF0B5; }
a { background-color: rgb(239,240,181); }
div.DivClassName
{
background-color: #EFF0B5;
}
.BgClassName
{
background-color: #EFF0B5;
}
</style>
border-color css
<style>
span { border-color: #EFF0B5; }
span { border-color: rgb(239,240,181); }
td.TdClassName
{
border-color: #EFF0B5;
}
.TagClassName
{
border-color: #EFF0B5;
}
</style>