Shades of Chiffon #EEF2BE
Tints of Chiffon #EEF2BE
RGB
CMYK
RGB Variations
Color information
#EEF2BE (or 0xEEF2BE) is known color: Chiffon. HEX triplet: EE, F2 and BE. RGB value is (238,242,190). Sum of RGB (Red+Green+Blue) = 238+242+190=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 190 (74.61% from 255 or 28.36% from 670); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2BE is #110D41. Grayscale: #EBEBEB. Windows color (decimal): -1117506 or 12514030. OLE color: 12514030.
HSL color Cylindrical-coordinate representation of color #EEF2BE: hue angle of 64.62º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEF2BE is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 190 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.05 |
| HSL | 64.62º | 0.67% | 0.85% | - |
| HSV(B) | 64.62º | 0.21% | 0.95% | - |
| XYZ | 76.31 | 85.4 | 61.18 | - |
| YUV | 234.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 190 | 0.02 | 0 | 0.21 | 0.05 | 64.62 | 0.67 | 0.85 |
| Hex | EE | F2 | BE | 2 | 0 | 15 | 5 | 41 | 43 | 55 |
| Octal | 356 | 362 | 276 | 2 | 0 | 25 | 5 | 101 | 103 | 125 |
| Binary | 11101110 | 11110010 | 10111110 | 10 | 0 | 10101 | 101 | 1000001 | 1000011 | 1010101 |
Color Harmonies of #EEF2BE
Complementary color
Monochromatic Colors of #EEF2BE
Black with #EEF2BE
Text Example
Text Example
White with #EEF2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2BE; }
p { color: rgb(238,242,190); }
H1.HeaderClassName
{
color: #EEF2BE;
}
.AnyTagClassName
{
color: #EEF2BE;
}
</style>
background-color css
<style>
a { background-color: #EEF2BE; }
a { background-color: rgb(238,242,190); }
div.DivClassName
{
background-color: #EEF2BE;
}
.BgClassName
{
background-color: #EEF2BE;
}
</style>
border-color css
<style>
span { border-color: #EEF2BE; }
span { border-color: rgb(238,242,190); }
td.TdClassName
{
border-color: #EEF2BE;
}
.TagClassName
{
border-color: #EEF2BE;
}
</style>