#EFF1ED

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

Shades of Saltpan #EFF1ED

Tints of Saltpan #EFF1ED

Color information

#EFF1ED (or 0xEFF1ED) is unknown color: approx Saltpan. HEX triplet: EF, F1 and ED. RGB value is (239,241,237). Sum of RGB (Red+Green+Blue) = 239+241+237=717 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.33% from 717); Green value is 241 (94.53% from 255 or 33.61% from 717); Blue value is 237 (92.97% from 255 or 33.05% from 717); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF1ED is #100E12. Grayscale: #EFEFEF. Windows color (decimal): -1052179 or 15593967. OLE color: 15593967.

HSL color Cylindrical-coordinate representation of color #EFF1ED: hue angle of 90º degrees, saturation: 0.13, 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 #EFF1ED is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB239241237-
CMYK0.0100.020.05
HSL90º12.5%93.73%-
HSV(B)90º1.66%94.51%-
XYZ82.3487.3892.65-
YUV239.95126.34127.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.33%
GREEN value IS 241 (94.53% from 255) = 33.61%
BLUE value IS 237 (92.97% from 255) = 33.05%
R=33.33%
G=33.61%
B=33.05%

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
Decimal2392412370.0100.020.059012.593.73
HexEFF1ED10255ad5e
Octal357361355102513215136
Binary1110111111110001111011011010101101101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1ED; }

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

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

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

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

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

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

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

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