#EFFBE2

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

Shades of Saltpan #EFFBE2

Tints of Saltpan #EFFBE2

Color information

#EFFBE2 (or 0xEFFBE2) is unknown color: approx Saltpan. HEX triplet: EF, FB and E2. RGB value is (239,251,226). Sum of RGB (Red+Green+Blue) = 239+251+226=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 251 (98.44% from 255 or 35.06% from 716); Blue value is 226 (88.67% from 255 or 31.56% from 716); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBE2 is #10041D. Grayscale: #F4F4F4. Windows color (decimal): -1049630 or 14875631. OLE color: 14875631.

HSL color Cylindrical-coordinate representation of color #EFFBE2: hue angle of 88.8º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFFBE2 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB239251226-
CMYK0.0500.100.02
HSL88.8º75.76%93.53%-
HSV(B)88.8º9.96%98.43%-
XYZ83.8292.8485.45-
YUV244.56117.52124.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.38%
GREEN value IS 251 (98.44% from 255) = 35.06%
BLUE value IS 226 (88.67% from 255) = 31.56%
R=33.38%
G=35.06%
B=31.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392512260.0500.100.0288.875.7693.53
HexEFFBE250A2594c5e
Octal35737334250122131114136
Binary1110111111111011111000101010101010101100110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBE2; }

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

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

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

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

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

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

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

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