#EFF1EC

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

Shades of Saltpan #EFF1EC

Tints of Saltpan #EFF1EC

Color information

#EFF1EC (or 0xEFF1EC) is unknown color: approx Saltpan. HEX triplet: EF, F1 and EC. RGB value is (239,241,236). Sum of RGB (Red+Green+Blue) = 239+241+236=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 241 (94.53% from 255 or 33.66% from 716); Blue value is 236 (92.58% from 255 or 32.96% from 716); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF1EC is #100E13. Grayscale: #EFEFEF. Windows color (decimal): -1052180 or 15528431. OLE color: 15528431.

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

Color convert

RGB239241236-
CMYK0.0100.020.05
HSL84º15.15%93.53%-
HSV(B)84º2.07%94.51%-
XYZ82.1987.3291.88-
YUV239.83125.84127.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.38%
GREEN value IS 241 (94.53% from 255) = 33.66%
BLUE value IS 236 (92.58% 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.05
SystemRedGreenBlueCMYKHSL
Decimal2392412360.0100.020.058415.1593.53
HexEFF1EC102554f5e
Octal357361354102512417136
Binary1110111111110001111011001010101101010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1EC; }

 p { color: rgb(239,241,236); }

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

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

 a { background-color: rgb(239,241,236); }

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

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

 span { border-color: rgb(239,241,236); }

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