#EFF8E2

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

Shades of Saltpan #EFF8E2

Tints of Saltpan #EFF8E2

Color information

#EFF8E2 (or 0xEFF8E2) is unknown color: approx Saltpan. HEX triplet: EF, F8 and E2. RGB value is (239,248,226). Sum of RGB (Red+Green+Blue) = 239+248+226=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 248 (97.27% from 255 or 34.78% from 713); Blue value is 226 (88.67% from 255 or 31.70% from 713); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8E2 is #10071D. Grayscale: #F2F2F2. Windows color (decimal): -1050398 or 14874863. OLE color: 14874863.

HSL color Cylindrical-coordinate representation of color #EFF8E2: hue angle of 84.55º degrees, saturation: 0.61, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFF8E2 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB239248226-
CMYK0.0400.090.03
HSL84.55º61.11%92.94%-
HSV(B)84.55º8.87%97.25%-
XYZ82.8990.9885.14-
YUV242.8118.52125.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.52%
GREEN value IS 248 (97.27% from 255) = 34.78%
BLUE value IS 226 (88.67% from 255) = 31.70%
R=33.52%
G=34.78%
B=31.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392482260.0400.090.0384.5561.1192.94
HexEFF8E24093553d5d
Octal3573703424011312575135
Binary111011111111100011100010100010011110101011111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF8E2; }

 p { color: rgb(239,248,226); }

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

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

 a { background-color: rgb(239,248,226); }

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

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

 span { border-color: rgb(239,248,226); }

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