#EEF1EB

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

Shades of Saltpan #EEF1EB

Tints of Saltpan #EEF1EB

Color information

#EEF1EB (or 0xEEF1EB) is unknown color: approx Saltpan. HEX triplet: EE, F1 and EB. RGB value is (238,241,235). Sum of RGB (Red+Green+Blue) = 238+241+235=714 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.33% from 714); Green value is 241 (94.53% from 255 or 33.75% from 714); Blue value is 235 (92.19% from 255 or 32.91% from 714); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF1EB is #110E14. Grayscale: #EFEFEF. Windows color (decimal): -1117717 or 15462894. OLE color: 15462894.

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

Color convert

RGB238241235-
CMYK0.0100.020.05
HSL90º17.65%93.33%-
HSV(B)90º2.49%94.51%-
XYZ81.7187.0991.1-
YUV239.42125.51126.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.33%
GREEN value IS 241 (94.53% from 255) = 33.75%
BLUE value IS 235 (92.19% from 255) = 32.91%
R=33.33%
G=33.75%
B=32.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382412350.0100.020.059017.6593.33
HexEEF1EB10255a125d
Octal356361353102513222135
Binary11101110111100011110101110101011011010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF1EB; }

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

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

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

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

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

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

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

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