Shades of Chiffon #EFFFBA
Tints of Chiffon #EFFFBA
RGB
CMYK
RGB Variations
Color information
#EFFFBA (or 0xEFFFBA) is known color: Chiffon. HEX triplet: EF, FF and BA. RGB value is (239,255,186). Sum of RGB (Red+Green+Blue) = 239+255+186=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 186 (73.05% from 255 or 27.35% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFBA is #100045. Grayscale: #F2F2F2. Windows color (decimal): -1048646 or 12255215. OLE color: 12255215.
HSL color Cylindrical-coordinate representation of color #EFFFBA: hue angle of 73.91º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFFFBA is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 186 | - |
| CMYK | 0.06 | 0 | 0.27 | 0 |
| HSL | 73.91º | 1% | 0.86% | - |
| HSV(B) | 73.91º | 0.27% | 1% | - |
| XYZ | 80.22 | 93.42 | 60.26 | - |
| YUV | 242.35 | 96.2 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 186 | 0.06 | 0 | 0.27 | 0 | 73.91 | 1 | 0.86 |
| Hex | EF | FF | BA | 6 | 0 | 1B | 0 | 4A | 64 | 56 |
| Octal | 357 | 377 | 272 | 6 | 0 | 33 | 0 | 112 | 144 | 126 |
| Binary | 11101111 | 11111111 | 10111010 | 110 | 0 | 11011 | 0 | 1001010 | 1100100 | 1010110 |
Color Harmonies of #EFFFBA
Complementary color
Monochromatic Colors of #EFFFBA
Black with #EFFFBA
Text Example
Text Example
White with #EFFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFBA; }
p { color: rgb(239,255,186); }
H1.HeaderClassName
{
color: #EFFFBA;
}
.AnyTagClassName
{
color: #EFFFBA;
}
</style>
background-color css
<style>
a { background-color: #EFFFBA; }
a { background-color: rgb(239,255,186); }
div.DivClassName
{
background-color: #EFFFBA;
}
.BgClassName
{
background-color: #EFFFBA;
}
</style>
border-color css
<style>
span { border-color: #EFFFBA; }
span { border-color: rgb(239,255,186); }
td.TdClassName
{
border-color: #EFFFBA;
}
.TagClassName
{
border-color: #EFFFBA;
}
</style>