#EFF2E8

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

Shades of Saltpan #EFF2E8

Tints of Saltpan #EFF2E8

Color information

#EFF2E8 (or 0xEFF2E8) is unknown color: approx Saltpan. HEX triplet: EF, F2 and E8. RGB value is (239,242,232). Sum of RGB (Red+Green+Blue) = 239+242+232=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 242 (94.92% from 255 or 33.94% from 713); Blue value is 232 (91.02% from 255 or 32.54% from 713); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF2E8 is #100D17. Grayscale: #F0F0F0. Windows color (decimal): -1051928 or 15266543. OLE color: 15266543.

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

Color convert

RGB239242232-
CMYK0.0100.040.05
HSL78º27.78%92.94%-
HSV(B)78º4.13%94.9%-
XYZ81.9187.6888.95-
YUV239.96123.51127.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.52%
GREEN value IS 242 (94.92% from 255) = 33.94%
BLUE value IS 232 (91.02% from 255) = 32.54%
R=33.52%
G=33.94%
B=32.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392422320.0100.040.057827.7892.94
HexEFF2E810454e1c5d
Octal357362350104511634135
Binary111011111111001011101000101001011001110111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF2E8; }

 p { color: rgb(239,242,232); }

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

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

 a { background-color: rgb(239,242,232); }

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

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

 span { border-color: rgb(239,242,232); }

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