#EEF0EB

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

Shades of Saltpan #EEF0EB

Tints of Saltpan #EEF0EB

Color information

#EEF0EB (or 0xEEF0EB) is unknown color: approx Saltpan. HEX triplet: EE, F0 and EB. RGB value is (238,240,235). Sum of RGB (Red+Green+Blue) = 238+240+235=713 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.38% from 713); Green value is 240 (94.14% from 255 or 33.66% from 713); Blue value is 235 (92.19% from 255 or 32.96% from 713); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF0EB is #110F14. Grayscale: #EEEEEE. Windows color (decimal): -1117973 or 15462638. OLE color: 15462638.

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

Color convert

RGB238240235-
CMYK0.0100.020.06
HSL84º14.29%93.14%-
HSV(B)84º2.08%94.12%-
XYZ81.4286.591-
YUV238.83125.84127.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.38%
GREEN value IS 240 (94.14% from 255) = 33.66%
BLUE value IS 235 (92.19% from 255) = 32.96%
R=33.38%
G=33.66%
B=32.96%

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
Decimal2382402350.0100.020.068414.2993.14
HexEEF0EB102654e5d
Octal356360353102612416135
Binary1110111011110000111010111010110101010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF0EB; }

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

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

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

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

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

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

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

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