Shades of Chiffon #EFFFBC
Tints of Chiffon #EFFFBC
RGB
CMYK
RGB Variations
Color information
#EFFFBC (or 0xEFFFBC) is known color: Chiffon. HEX triplet: EF, FF and BC. RGB value is (239,255,188). Sum of RGB (Red+Green+Blue) = 239+255+188=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 188 (73.83% from 255 or 27.57% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFBC is #100043. Grayscale: #F2F2F2. Windows color (decimal): -1048644 or 12386287. OLE color: 12386287.
HSL color Cylindrical-coordinate representation of color #EFFFBC: hue angle of 74.33º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFFFBC is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 188 | - |
| CMYK | 0.06 | 0 | 0.26 | 0 |
| HSL | 74.33º | 1% | 0.87% | - |
| HSV(B) | 74.33º | 0.26% | 1% | - |
| XYZ | 80.43 | 93.5 | 61.39 | - |
| YUV | 242.58 | 97.2 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 188 | 0.06 | 0 | 0.26 | 0 | 74.33 | 1 | 0.87 |
| Hex | EF | FF | BC | 6 | 0 | 1A | 0 | 4A | 64 | 57 |
| Octal | 357 | 377 | 274 | 6 | 0 | 32 | 0 | 112 | 144 | 127 |
| Binary | 11101111 | 11111111 | 10111100 | 110 | 0 | 11010 | 0 | 1001010 | 1100100 | 1010111 |
Color Harmonies of #EFFFBC
Complementary color
Monochromatic Colors of #EFFFBC
Black with #EFFFBC
Text Example
Text Example
White with #EFFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFBC; }
p { color: rgb(239,255,188); }
H1.HeaderClassName
{
color: #EFFFBC;
}
.AnyTagClassName
{
color: #EFFFBC;
}
</style>
background-color css
<style>
a { background-color: #EFFFBC; }
a { background-color: rgb(239,255,188); }
div.DivClassName
{
background-color: #EFFFBC;
}
.BgClassName
{
background-color: #EFFFBC;
}
</style>
border-color css
<style>
span { border-color: #EFFFBC; }
span { border-color: rgb(239,255,188); }
td.TdClassName
{
border-color: #EFFFBC;
}
.TagClassName
{
border-color: #EFFFBC;
}
</style>