#EEF8E2

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

Shades of Saltpan #EEF8E2

Tints of Saltpan #EEF8E2

Color information

#EEF8E2 (or 0xEEF8E2) is unknown color: approx Saltpan. HEX triplet: EE, F8 and E2. RGB value is (238,248,226). Sum of RGB (Red+Green+Blue) = 238+248+226=712 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.43% from 712); Green value is 248 (97.27% from 255 or 34.83% from 712); Blue value is 226 (88.67% from 255 or 31.74% from 712); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF8E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF8E2 is #11071D. Grayscale: #F2F2F2. Windows color (decimal): -1115934 or 14874862. OLE color: 14874862.

HSL color Cylindrical-coordinate representation of color #EEF8E2: hue angle of 87.27º degrees, saturation: 0.61, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEF8E2 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB238248226-
CMYK0.0400.090.03
HSL87.27º61.11%92.94%-
HSV(B)87.27º8.87%97.25%-
XYZ82.5590.885.13-
YUV242.5118.69124.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.43%
GREEN value IS 248 (97.27% from 255) = 34.83%
BLUE value IS 226 (88.67% from 255) = 31.74%
R=33.43%
G=34.83%
B=31.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382482260.0400.090.0387.2761.1192.94
HexEEF8E24093573d5d
Octal3563703424011312775135
Binary111011101111100011100010100010011110101111111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF8E2; }

 p { color: rgb(238,248,226); }

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

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

 a { background-color: rgb(238,248,226); }

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

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

 span { border-color: rgb(238,248,226); }

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