#EEF1E5

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

Shades of Saltpan #EEF1E5

Tints of Saltpan #EEF1E5

Color information

#EEF1E5 (or 0xEEF1E5) is unknown color: approx Saltpan. HEX triplet: EE, F1 and E5. RGB value is (238,241,229). Sum of RGB (Red+Green+Blue) = 238+241+229=708 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.62% from 708); Green value is 241 (94.53% from 255 or 34.04% from 708); Blue value is 229 (89.84% from 255 or 32.34% from 708); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1E5 is #110E1A. Grayscale: #EEEEEE. Windows color (decimal): -1117723 or 15069678. OLE color: 15069678.

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

Color convert

RGB238241229-
CMYK0.0100.050.05
HSL75º30%92.16%-
HSV(B)75º4.98%94.51%-
XYZ80.8686.7486.61-
YUV238.73122.51127.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.62%
GREEN value IS 241 (94.53% from 255) = 34.04%
BLUE value IS 229 (89.84% from 255) = 32.34%
R=33.62%
G=34.04%
B=32.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382412290.0100.050.05753092.16
HexEEF1E510554b1e5c
Octal356361345105511336134
Binary111011101111000111100101101011011001011111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF1E5; }

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

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

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

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

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

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

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

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