#EFFADE

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

Shades of Saltpan #EFFADE

Tints of Saltpan #EFFADE

Color information

#EFFADE (or 0xEFFADE) is unknown color: approx Saltpan. HEX triplet: EF, FA and DE. RGB value is (239,250,222). Sum of RGB (Red+Green+Blue) = 239+250+222=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 250 (98.05% from 255 or 35.16% from 711); Blue value is 222 (87.11% from 255 or 31.22% from 711); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFADE is #100521. Grayscale: #F3F3F3. Windows color (decimal): -1049890 or 14613231. OLE color: 14613231.

HSL color Cylindrical-coordinate representation of color #EFFADE: hue angle of 83.57º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFFADE is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB239250222-
CMYK0.0400.110.02
HSL83.57º73.68%92.55%-
HSV(B)83.57º11.2%98.04%-
XYZ82.979282.49-
YUV243.52115.86124.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.61%
GREEN value IS 250 (98.05% from 255) = 35.16%
BLUE value IS 222 (87.11% from 255) = 31.22%
R=33.61%
G=35.16%
B=31.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392502220.0400.110.0283.5773.6892.55
HexEFFADE40B2544a5d
Octal35737233640132124112135
Binary1110111111111010110111101000101110101010010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFADE; }

 p { color: rgb(239,250,222); }

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

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

 a { background-color: rgb(239,250,222); }

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

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

 span { border-color: rgb(239,250,222); }

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