Shades of Panache #EEF0ED
Tints of Panache #EEF0ED
RGB
CMYK
RGB Variations
Color information
#EEF0ED (or 0xEEF0ED) is known color: Panache. HEX triplet: EE, F0 and ED. RGB value is (238,240,237). Sum of RGB (Red+Green+Blue) = 238+240+237=715 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.29% from 715); Green value is 240 (94.14% from 255 or 33.57% from 715); Blue value is 237 (92.97% from 255 or 33.15% from 715); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF0ED is #110F12. Grayscale: #EFEFEF. Windows color (decimal): -1117971 or 15593710. OLE color: 15593710.
HSL color Cylindrical-coordinate representation of color #EEF0ED: hue angle of 100º degrees, saturation: 0.09, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EEF0ED is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 238 | 240 | 237 | - |
CMYK | 0.01 | 0 | 0.01 | 0.06 |
HSL | 100º | 0.09% | 0.94% | - |
HSV(B) | 100º | 0.01% | 0.94% | - |
XYZ | 81.71 | 86.61 | 92.53 | - |
YUV | 239.06 | 126.84 | 127.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 240 | 237 | 0.01 | 0 | 0.01 | 0.06 | 100 | 0.09 | 0.94 |
Hex | EE | F0 | ED | 1 | 0 | 1 | 6 | 64 | 9 | 5E |
Octal | 356 | 360 | 355 | 1 | 0 | 1 | 6 | 144 | 11 | 136 |
Binary | 11101110 | 11110000 | 11101101 | 1 | 0 | 1 | 110 | 1100100 | 1001 | 1011110 |
Color Harmonies of #EEF0ED
Complementary color
Monochromatic Colors of #EEF0ED
Black with #EEF0ED
Text Example
Text Example
White with #EEF0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF0ED; }
p { color: rgb(238,240,237); }
H1.HeaderClassName
{
color: #EEF0ED;
}
.AnyTagClassName
{
color: #EEF0ED;
}
</style>
background-color css
<style>
a { background-color: #EEF0ED; }
a { background-color: rgb(238,240,237); }
div.DivClassName
{
background-color: #EEF0ED;
}
.BgClassName
{
background-color: #EEF0ED;
}
</style>
border-color css
<style>
span { border-color: #EEF0ED; }
span { border-color: rgb(238,240,237); }
td.TdClassName
{
border-color: #EEF0ED;
}
.TagClassName
{
border-color: #EEF0ED;
}
</style>