Shades of Chiffon #EEF2BA
Tints of Chiffon #EEF2BA
RGB
CMYK
RGB Variations
Color information
#EEF2BA (or 0xEEF2BA) is known color: Chiffon. HEX triplet: EE, F2 and BA. RGB value is (238,242,186). Sum of RGB (Red+Green+Blue) = 238+242+186=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 186 (73.05% from 255 or 27.93% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2BA is #110D45. Grayscale: #EAEAEA. Windows color (decimal): -1117510 or 12251886. OLE color: 12251886.
HSL color Cylindrical-coordinate representation of color #EEF2BA: hue angle of 64.29º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEF2BA is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 186 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.05 |
| HSL | 64.29º | 0.68% | 0.84% | - |
| HSV(B) | 64.29º | 0.23% | 0.95% | - |
| XYZ | 75.87 | 85.23 | 58.91 | - |
| YUV | 234.42 | 100.67 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 186 | 0.02 | 0 | 0.23 | 0.05 | 64.29 | 0.68 | 0.84 |
| Hex | EE | F2 | BA | 2 | 0 | 17 | 5 | 40 | 44 | 54 |
| Octal | 356 | 362 | 272 | 2 | 0 | 27 | 5 | 100 | 104 | 124 |
| Binary | 11101110 | 11110010 | 10111010 | 10 | 0 | 10111 | 101 | 1000000 | 1000100 | 1010100 |
Color Harmonies of #EEF2BA
Complementary color
Monochromatic Colors of #EEF2BA
Black with #EEF2BA
Text Example
Text Example
White with #EEF2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2BA; }
p { color: rgb(238,242,186); }
H1.HeaderClassName
{
color: #EEF2BA;
}
.AnyTagClassName
{
color: #EEF2BA;
}
</style>
background-color css
<style>
a { background-color: #EEF2BA; }
a { background-color: rgb(238,242,186); }
div.DivClassName
{
background-color: #EEF2BA;
}
.BgClassName
{
background-color: #EEF2BA;
}
</style>
border-color css
<style>
span { border-color: #EEF2BA; }
span { border-color: rgb(238,242,186); }
td.TdClassName
{
border-color: #EEF2BA;
}
.TagClassName
{
border-color: #EEF2BA;
}
</style>