Shades of Chiffon #EEF2B4
Tints of Chiffon #EEF2B4
RGB
CMYK
RGB Variations
Color information
#EEF2B4 (or 0xEEF2B4) is known color: Chiffon. HEX triplet: EE, F2 and B4. RGB value is (238,242,180). Sum of RGB (Red+Green+Blue) = 238+242+180=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 242 (94.92% from 255 or 36.67% from 660); Blue value is 180 (70.70% from 255 or 27.27% from 660); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2B4 is #110D4B. Grayscale: #E9E9E9. Windows color (decimal): -1117516 or 11858670. OLE color: 11858670.
HSL color Cylindrical-coordinate representation of color #EEF2B4: hue angle of 63.87º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEF2B4 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 180 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.05 |
| HSL | 63.87º | 0.7% | 0.83% | - |
| HSV(B) | 63.87º | 0.26% | 0.95% | - |
| XYZ | 75.25 | 84.98 | 55.62 | - |
| YUV | 233.74 | 97.67 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 180 | 0.02 | 0 | 0.26 | 0.05 | 63.87 | 0.7 | 0.83 |
| Hex | EE | F2 | B4 | 2 | 0 | 1A | 5 | 40 | 46 | 53 |
| Octal | 356 | 362 | 264 | 2 | 0 | 32 | 5 | 100 | 106 | 123 |
| Binary | 11101110 | 11110010 | 10110100 | 10 | 0 | 11010 | 101 | 1000000 | 1000110 | 1010011 |
Color Harmonies of #EEF2B4
Complementary color
Monochromatic Colors of #EEF2B4
Black with #EEF2B4
Text Example
Text Example
White with #EEF2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2B4; }
p { color: rgb(238,242,180); }
H1.HeaderClassName
{
color: #EEF2B4;
}
.AnyTagClassName
{
color: #EEF2B4;
}
</style>
background-color css
<style>
a { background-color: #EEF2B4; }
a { background-color: rgb(238,242,180); }
div.DivClassName
{
background-color: #EEF2B4;
}
.BgClassName
{
background-color: #EEF2B4;
}
</style>
border-color css
<style>
span { border-color: #EEF2B4; }
span { border-color: rgb(238,242,180); }
td.TdClassName
{
border-color: #EEF2B4;
}
.TagClassName
{
border-color: #EEF2B4;
}
</style>