#EFF1EA

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

Shades of Saltpan #EFF1EA

Tints of Saltpan #EFF1EA

Color information

#EFF1EA (or 0xEFF1EA) is unknown color: approx Saltpan. HEX triplet: EF, F1 and EA. RGB value is (239,241,234). Sum of RGB (Red+Green+Blue) = 239+241+234=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 241 (94.53% from 255 or 33.75% from 714); Blue value is 234 (91.80% from 255 or 32.77% from 714); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF1EA is #100E15. Grayscale: #EFEFEF. Windows color (decimal): -1052182 or 15397359. OLE color: 15397359.

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

Color convert

RGB239241234-
CMYK0.0100.030.05
HSL77.14º20%93.14%-
HSV(B)77.14º2.9%94.51%-
XYZ81.987.290.36-
YUV239.6124.84127.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.47%
GREEN value IS 241 (94.53% from 255) = 33.75%
BLUE value IS 234 (91.80% from 255) = 32.77%
R=33.47%
G=33.75%
B=32.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392412340.0100.030.0577.142093.14
HexEFF1EA10354d145d
Octal357361352103511524135
Binary11101111111100011110101010111011001101101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1EA; }

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

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

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

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

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

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

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

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