Shades of Chiffon #EFF8BD
Tints of Chiffon #EFF8BD
RGB
CMYK
RGB Variations
Color information
#EFF8BD (or 0xEFF8BD) is known color: Chiffon. HEX triplet: EF, F8 and BD. RGB value is (239,248,189). Sum of RGB (Red+Green+Blue) = 239+248+189=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 248 (97.27% from 255 or 36.69% from 676); Blue value is 189 (74.22% from 255 or 27.96% from 676); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8BD is #100742. Grayscale: #EEEEEE. Windows color (decimal): -1050435 or 12450031. OLE color: 12450031.
HSL color Cylindrical-coordinate representation of color #EFF8BD: hue angle of 69.15º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFF8BD is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 189 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.03 |
| HSL | 69.15º | 0.81% | 0.86% | - |
| HSV(B) | 69.15º | 0.24% | 0.97% | - |
| XYZ | 78.35 | 89.16 | 61.22 | - |
| YUV | 238.58 | 100.02 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 189 | 0.04 | 0 | 0.24 | 0.03 | 69.15 | 0.81 | 0.86 |
| Hex | EF | F8 | BD | 4 | 0 | 18 | 3 | 45 | 51 | 56 |
| Octal | 357 | 370 | 275 | 4 | 0 | 30 | 3 | 105 | 121 | 126 |
| Binary | 11101111 | 11111000 | 10111101 | 100 | 0 | 11000 | 11 | 1000101 | 1010001 | 1010110 |
Color Harmonies of #EFF8BD
Complementary color
Monochromatic Colors of #EFF8BD
Black with #EFF8BD
Text Example
Text Example
White with #EFF8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8BD; }
p { color: rgb(239,248,189); }
H1.HeaderClassName
{
color: #EFF8BD;
}
.AnyTagClassName
{
color: #EFF8BD;
}
</style>
background-color css
<style>
a { background-color: #EFF8BD; }
a { background-color: rgb(239,248,189); }
div.DivClassName
{
background-color: #EFF8BD;
}
.BgClassName
{
background-color: #EFF8BD;
}
</style>
border-color css
<style>
span { border-color: #EFF8BD; }
span { border-color: rgb(239,248,189); }
td.TdClassName
{
border-color: #EFF8BD;
}
.TagClassName
{
border-color: #EFF8BD;
}
</style>