#EEF0ED

Color #EEF0ED Panache (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Panache #EEF0ED

Tints of Panache #EEF0ED

Color information

#EEF0ED (or 0xEEF0ED) is unknown color: approx 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

RGB238240237-
CMYK0.0100.010.06
HSL100º9.09%93.53%-
HSV(B)100º1.25%94.12%-
XYZ81.7186.6192.53-
YUV239.06126.84127.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 33.29%
GREEN value IS 240 (94.14% from 255) = 33.57%
BLUE value IS 237 (92.97% from 255) = 33.15%
R=33.29%
G=33.57%
B=33.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382402370.0100.010.061009.0993.53
HexEEF0ED10166495e
Octal356360355101614411136
Binary111011101111000011101101101110110010010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>