#EFF5E9

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

Shades of Saltpan #EFF5E9

Tints of Saltpan #EFF5E9

Color information

#EFF5E9 (or 0xEFF5E9) is unknown color: approx Saltpan. HEX triplet: EF, F5 and E9. RGB value is (239,245,233). Sum of RGB (Red+Green+Blue) = 239+245+233=717 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.33% from 717); Green value is 245 (96.09% from 255 or 34.17% from 717); Blue value is 233 (91.41% from 255 or 32.50% from 717); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF5E9 is #100A16. Grayscale: #F1F1F1. Windows color (decimal): -1051159 or 15332847. OLE color: 15332847.

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

Color convert

RGB239245233-
CMYK0.0200.050.04
HSL90º37.5%93.73%-
HSV(B)90º4.9%96.08%-
XYZ82.9689.5490-
YUV241.84123.01125.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.33%
GREEN value IS 245 (96.09% from 255) = 34.17%
BLUE value IS 233 (91.41% from 255) = 32.50%
R=33.33%
G=34.17%
B=32.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392452330.0200.050.049037.593.73
HexEFF5E920545a265e
Octal357365351205413246136
Binary11101111111101011110100110010110010110101001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF5E9; }

 p { color: rgb(239,245,233); }

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

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

 a { background-color: rgb(239,245,233); }

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

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

 span { border-color: rgb(239,245,233); }

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