Shades of Chiffon #EEF5C0
Tints of Chiffon #EEF5C0
RGB
CMYK
RGB Variations
Color information
#EEF5C0 (or 0xEEF5C0) is known color: Chiffon. HEX triplet: EE, F5 and C0. RGB value is (238,245,192). Sum of RGB (Red+Green+Blue) = 238+245+192=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 245 (96.09% from 255 or 36.30% from 675); Blue value is 192 (75.39% from 255 or 28.44% from 675); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF5C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF5C0 is #110A3F. Grayscale: #EDEDED. Windows color (decimal): -1116736 or 12645870. OLE color: 12645870.
HSL color Cylindrical-coordinate representation of color #EEF5C0: hue angle of 67.92º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEF5C0 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 192 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.04 |
| HSL | 67.92º | 0.73% | 0.86% | - |
| HSV(B) | 67.92º | 0.22% | 0.96% | - |
| XYZ | 77.43 | 87.29 | 62.64 | - |
| YUV | 236.87 | 102.68 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 192 | 0.03 | 0 | 0.22 | 0.04 | 67.92 | 0.73 | 0.86 |
| Hex | EE | F5 | C0 | 3 | 0 | 16 | 4 | 44 | 49 | 56 |
| Octal | 356 | 365 | 300 | 3 | 0 | 26 | 4 | 104 | 111 | 126 |
| Binary | 11101110 | 11110101 | 11000000 | 11 | 0 | 10110 | 100 | 1000100 | 1001001 | 1010110 |
Color Harmonies of #EEF5C0
Complementary color
Monochromatic Colors of #EEF5C0
Black with #EEF5C0
Text Example
Text Example
White with #EEF5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF5C0; }
p { color: rgb(238,245,192); }
H1.HeaderClassName
{
color: #EEF5C0;
}
.AnyTagClassName
{
color: #EEF5C0;
}
</style>
background-color css
<style>
a { background-color: #EEF5C0; }
a { background-color: rgb(238,245,192); }
div.DivClassName
{
background-color: #EEF5C0;
}
.BgClassName
{
background-color: #EEF5C0;
}
</style>
border-color css
<style>
span { border-color: #EEF5C0; }
span { border-color: rgb(238,245,192); }
td.TdClassName
{
border-color: #EEF5C0;
}
.TagClassName
{
border-color: #EEF5C0;
}
</style>