Shades of Chiffon #EEF0BD
Tints of Chiffon #EEF0BD
RGB
CMYK
RGB Variations
Color information
#EEF0BD (or 0xEEF0BD) is known color: Chiffon. HEX triplet: EE, F0 and BD. RGB value is (238,240,189). Sum of RGB (Red+Green+Blue) = 238+240+189=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 189 (74.22% from 255 or 28.34% from 667); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF0BD is #110F42. Grayscale: #E9E9E9. Windows color (decimal): -1118019 or 12447982. OLE color: 12447982.
HSL color Cylindrical-coordinate representation of color #EEF0BD: hue angle of 62.35º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEF0BD is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 189 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.06 |
| HSL | 62.35º | 0.63% | 0.84% | - |
| HSV(B) | 62.35º | 0.21% | 0.94% | - |
| XYZ | 75.61 | 84.17 | 60.41 | - |
| YUV | 233.59 | 102.84 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 189 | 0.01 | 0 | 0.21 | 0.06 | 62.35 | 0.63 | 0.84 |
| Hex | EE | F0 | BD | 1 | 0 | 15 | 6 | 3E | 3F | 54 |
| Octal | 356 | 360 | 275 | 1 | 0 | 25 | 6 | 76 | 77 | 124 |
| Binary | 11101110 | 11110000 | 10111101 | 1 | 0 | 10101 | 110 | 111110 | 111111 | 1010100 |
Color Harmonies of #EEF0BD
Complementary color
Monochromatic Colors of #EEF0BD
Black with #EEF0BD
Text Example
Text Example
White with #EEF0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF0BD; }
p { color: rgb(238,240,189); }
H1.HeaderClassName
{
color: #EEF0BD;
}
.AnyTagClassName
{
color: #EEF0BD;
}
</style>
background-color css
<style>
a { background-color: #EEF0BD; }
a { background-color: rgb(238,240,189); }
div.DivClassName
{
background-color: #EEF0BD;
}
.BgClassName
{
background-color: #EEF0BD;
}
</style>
border-color css
<style>
span { border-color: #EEF0BD; }
span { border-color: rgb(238,240,189); }
td.TdClassName
{
border-color: #EEF0BD;
}
.TagClassName
{
border-color: #EEF0BD;
}
</style>