#EFF0EE

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

Shades of Saltpan #EFF0EE

Tints of Saltpan #EFF0EE

Color information

#EFF0EE (or 0xEFF0EE) is unknown color: approx Saltpan. HEX triplet: EF, F0 and EE. RGB value is (239,240,238). Sum of RGB (Red+Green+Blue) = 239+240+238=717 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.33% from 717); Green value is 240 (94.14% from 255 or 33.47% from 717); Blue value is 238 (93.36% from 255 or 33.19% from 717); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0EE is #100F11. Grayscale: #EFEFEF. Windows color (decimal): -1052434 or 15659247. OLE color: 15659247.

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

Color convert

RGB239240238-
CMYK0.0000.010.06
HSL90º6.25%93.73%-
HSV(B)90º0.83%94.12%-
XYZ82.1986.8493.32-
YUV239.47127.17127.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.33%
GREEN value IS 240 (94.14% from 255) = 33.47%
BLUE value IS 238 (93.36% from 255) = 33.19%
R=33.33%
G=33.47%
B=33.19%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392402380.0000.010.06906.2593.73
HexEFF0EE00165a65e
Octal35736035600161326136
Binary11101111111100001110111000111010110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0EE; }

 p { color: rgb(239,240,238); }

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

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

 a { background-color: rgb(239,240,238); }

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

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

 span { border-color: rgb(239,240,238); }

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