#EFF3EB

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

Shades of Saltpan #EFF3EB

Tints of Saltpan #EFF3EB

Color information

#EFF3EB (or 0xEFF3EB) is unknown color: approx Saltpan. HEX triplet: EF, F3 and EB. RGB value is (239,243,235). Sum of RGB (Red+Green+Blue) = 239+243+235=717 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.33% from 717); Green value is 243 (95.31% from 255 or 33.89% from 717); Blue value is 235 (92.19% from 255 or 32.78% from 717); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF3EB is #100C14. Grayscale: #F0F0F0. Windows color (decimal): -1051669 or 15463407. OLE color: 15463407.

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

Color convert

RGB239243235-
CMYK0.0200.030.05
HSL90º25%93.73%-
HSV(B)90º3.29%95.29%-
XYZ82.6488.4591.31-
YUV240.89124.67126.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.33%
GREEN value IS 243 (95.31% from 255) = 33.89%
BLUE value IS 235 (92.19% from 255) = 32.78%
R=33.33%
G=33.89%
B=32.78%

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
Decimal2392432350.0200.030.05902593.73
HexEFF3EB20355a195e
Octal357363353203513231136
Binary111011111111001111101011100111011011010110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF3EB; }

 p { color: rgb(239,243,235); }

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

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

 a { background-color: rgb(239,243,235); }

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

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

 span { border-color: rgb(239,243,235); }

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