#EFF3EA

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

Shades of Saltpan #EFF3EA

Tints of Saltpan #EFF3EA

Color information

#EFF3EA (or 0xEFF3EA) is unknown color: approx Saltpan. HEX triplet: EF, F3 and EA. RGB value is (239,243,234). Sum of RGB (Red+Green+Blue) = 239+243+234=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 243 (95.31% from 255 or 33.94% from 716); Blue value is 234 (91.80% from 255 or 32.68% from 716); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF3EA is #100C15. Grayscale: #F0F0F0. Windows color (decimal): -1051670 or 15397871. OLE color: 15397871.

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

Color convert

RGB239243234-
CMYK0.0200.040.05
HSL86.67º27.27%93.53%-
HSV(B)86.67º3.7%95.29%-
XYZ82.588.3990.56-
YUV240.78124.17126.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.38%
GREEN value IS 243 (95.31% from 255) = 33.94%
BLUE value IS 234 (91.80% from 255) = 32.68%
R=33.38%
G=33.94%
B=32.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392432340.0200.040.0586.6727.2793.53
HexEFF3EA2045571b5e
Octal357363352204512733136
Binary1110111111110011111010101001001011010111110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF3EA; }

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

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

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

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

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

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

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

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