#EEF2EA

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

Shades of Saltpan #EEF2EA

Tints of Saltpan #EEF2EA

Color information

#EEF2EA (or 0xEEF2EA) is unknown color: approx Saltpan. HEX triplet: EE, F2 and EA. RGB value is (238,242,234). Sum of RGB (Red+Green+Blue) = 238+242+234=714 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.33% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 234 (91.80% from 255 or 32.77% from 714); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF2EA is #110D15. Grayscale: #EFEFEF. Windows color (decimal): -1117462 or 15397614. OLE color: 15397614.

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

Color convert

RGB238242234-
CMYK0.0200.030.05
HSL90º23.53%93.33%-
HSV(B)90º3.31%94.9%-
XYZ81.8687.6290.44-
YUV239.89124.67126.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.33%
GREEN value IS 242 (94.92% from 255) = 33.89%
BLUE value IS 234 (91.80% from 255) = 32.77%
R=33.33%
G=33.89%
B=32.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382422340.0200.030.059023.5393.33
HexEEF2EA20355a185d
Octal356362352203513230135
Binary111011101111001011101010100111011011010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2EA; }

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

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

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

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

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

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

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

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