Shades of Chiffon #EFFBC0
Tints of Chiffon #EFFBC0
RGB
CMYK
RGB Variations
Color information
#EFFBC0 (or 0xEFFBC0) is known color: Chiffon. HEX triplet: EF, FB and C0. RGB value is (239,251,192). Sum of RGB (Red+Green+Blue) = 239+251+192=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 192 (75.39% from 255 or 28.15% from 682); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBC0 is #10043F. Grayscale: #F0F0F0. Windows color (decimal): -1049664 or 12647407. OLE color: 12647407.
HSL color Cylindrical-coordinate representation of color #EFFBC0: hue angle of 72.2º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFFBC0 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 251 | 192 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.02 |
| HSL | 72.2º | 0.88% | 0.87% | - |
| HSV(B) | 72.2º | 0.24% | 0.98% | - |
| XYZ | 79.61 | 91.15 | 63.27 | - |
| YUV | 240.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 192 | 0.05 | 0 | 0.24 | 0.02 | 72.2 | 0.88 | 0.87 |
| Hex | EF | FB | C0 | 5 | 0 | 18 | 2 | 48 | 58 | 57 |
| Octal | 357 | 373 | 300 | 5 | 0 | 30 | 2 | 110 | 130 | 127 |
| Binary | 11101111 | 11111011 | 11000000 | 101 | 0 | 11000 | 10 | 1001000 | 1011000 | 1010111 |
Color Harmonies of #EFFBC0
Complementary color
Monochromatic Colors of #EFFBC0
Black with #EFFBC0
Text Example
Text Example
White with #EFFBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFBC0; }
p { color: rgb(239,251,192); }
H1.HeaderClassName
{
color: #EFFBC0;
}
.AnyTagClassName
{
color: #EFFBC0;
}
</style>
background-color css
<style>
a { background-color: #EFFBC0; }
a { background-color: rgb(239,251,192); }
div.DivClassName
{
background-color: #EFFBC0;
}
.BgClassName
{
background-color: #EFFBC0;
}
</style>
border-color css
<style>
span { border-color: #EFFBC0; }
span { border-color: rgb(239,251,192); }
td.TdClassName
{
border-color: #EFFBC0;
}
.TagClassName
{
border-color: #EFFBC0;
}
</style>