#EFF4E6

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

Shades of Saltpan #EFF4E6

Tints of Saltpan #EFF4E6

Color information

#EFF4E6 (or 0xEFF4E6) is unknown color: approx Saltpan. HEX triplet: EF, F4 and E6. RGB value is (239,244,230). Sum of RGB (Red+Green+Blue) = 239+244+230=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 244 (95.70% from 255 or 34.22% from 713); Blue value is 230 (90.23% from 255 or 32.26% from 713); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF4E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF4E6 is #100B19. Grayscale: #F0F0F0. Windows color (decimal): -1051418 or 15135983. OLE color: 15135983.

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

Color convert

RGB239244230-
CMYK0.0200.060.04
HSL81.43º38.89%92.94%-
HSV(B)81.43º5.74%95.69%-
XYZ82.2388.7787.66-
YUV240.91121.84126.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.52%
GREEN value IS 244 (95.70% from 255) = 34.22%
BLUE value IS 230 (90.23% from 255) = 32.26%
R=33.52%
G=34.22%
B=32.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392442300.0200.060.0481.4338.8992.94
HexEFF4E6206451275d
Octal357364346206412147135
Binary11101111111101001110011010011010010100011001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF4E6; }

 p { color: rgb(239,244,230); }

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

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

 a { background-color: rgb(239,244,230); }

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

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

 span { border-color: rgb(239,244,230); }

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