#EEF0EA

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

Shades of Saltpan #EEF0EA

Tints of Saltpan #EEF0EA

Color information

#EEF0EA (or 0xEEF0EA) is unknown color: approx Saltpan. HEX triplet: EE, F0 and EA. RGB value is (238,240,234). Sum of RGB (Red+Green+Blue) = 238+240+234=712 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.43% from 712); Green value is 240 (94.14% from 255 or 33.71% from 712); Blue value is 234 (91.80% from 255 or 32.87% from 712); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF0EA is #110F15. Grayscale: #EEEEEE. Windows color (decimal): -1117974 or 15397102. OLE color: 15397102.

HSL color Cylindrical-coordinate representation of color #EEF0EA: hue angle of 80º degrees, saturation: 0.17, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EEF0EA is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB238240234-
CMYK0.0100.020.06
HSL80º16.67%92.94%-
HSV(B)80º2.5%94.12%-
XYZ81.2786.4490.24-
YUV238.72125.34127.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.43%
GREEN value IS 240 (94.14% from 255) = 33.71%
BLUE value IS 234 (91.80% from 255) = 32.87%
R=33.43%
G=33.71%
B=32.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382402340.0100.020.068016.6792.94
HexEEF0EA102650115d
Octal356360352102612021135
Binary11101110111100001110101010101101010000100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF0EA; }

 p { color: rgb(238,240,234); }

 H1.HeaderClassName
 {
   color: #EEF0EA;
 }
 .AnyTagClassName
 {
   color: #EEF0EA;
 }
</style>
background-color css

<style>
 a { background-color: #EEF0EA; }

 a { background-color: rgb(238,240,234); }

 div.DivClassName
 {
   background-color: #EEF0EA;
 }
 .BgClassName
 {
   background-color: #EEF0EA;
 }
</style>
border-color css

<style>
 span { border-color: #EEF0EA; }

 span { border-color: rgb(238,240,234); }

 td.TdClassName
 {
   border-color: #EEF0EA;
 }
 .TagClassName
 {
   border-color: #EEF0EA;
 }
</style>