Shades of Chiffon #EFFBB5
Tints of Chiffon #EFFBB5
RGB
CMYK
RGB Variations
Color information
#EFFBB5 (or 0xEFFBB5) is known color: Chiffon. HEX triplet: EF, FB and B5. RGB value is (239,251,181). Sum of RGB (Red+Green+Blue) = 239+251+181=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 181 (71.09% from 255 or 26.97% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBB5 is #10044A. Grayscale: #EFEFEF. Windows color (decimal): -1049675 or 11926511. OLE color: 11926511.
HSL color Cylindrical-coordinate representation of color #EFFBB5: hue angle of 70.29º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFFBB5 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 251 | 181 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.02 |
| HSL | 70.29º | 0.9% | 0.85% | - |
| HSV(B) | 70.29º | 0.28% | 0.98% | - |
| XYZ | 78.43 | 90.68 | 57.09 | - |
| YUV | 239.43 | 95.02 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 181 | 0.05 | 0 | 0.28 | 0.02 | 70.29 | 0.9 | 0.85 |
| Hex | EF | FB | B5 | 5 | 0 | 1C | 2 | 46 | 5A | 55 |
| Octal | 357 | 373 | 265 | 5 | 0 | 34 | 2 | 106 | 132 | 125 |
| Binary | 11101111 | 11111011 | 10110101 | 101 | 0 | 11100 | 10 | 1000110 | 1011010 | 1010101 |
Color Harmonies of #EFFBB5
Complementary color
Monochromatic Colors of #EFFBB5
Black with #EFFBB5
Text Example
Text Example
White with #EFFBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFBB5; }
p { color: rgb(239,251,181); }
H1.HeaderClassName
{
color: #EFFBB5;
}
.AnyTagClassName
{
color: #EFFBB5;
}
</style>
background-color css
<style>
a { background-color: #EFFBB5; }
a { background-color: rgb(239,251,181); }
div.DivClassName
{
background-color: #EFFBB5;
}
.BgClassName
{
background-color: #EFFBB5;
}
</style>
border-color css
<style>
span { border-color: #EFFBB5; }
span { border-color: rgb(239,251,181); }
td.TdClassName
{
border-color: #EFFBB5;
}
.TagClassName
{
border-color: #EFFBB5;
}
</style>