#EFF9E4

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

Shades of Saltpan #EFF9E4

Tints of Saltpan #EFF9E4

Color information

#EFF9E4 (or 0xEFF9E4) is unknown color: approx Saltpan. HEX triplet: EF, F9 and E4. RGB value is (239,249,228). Sum of RGB (Red+Green+Blue) = 239+249+228=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 249 (97.66% from 255 or 34.78% from 716); Blue value is 228 (89.45% from 255 or 31.84% from 716); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF9E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF9E4 is #10061B. Grayscale: #F3F3F3. Windows color (decimal): -1050140 or 15006191. OLE color: 15006191.

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

Color convert

RGB239249228-
CMYK0.0400.080.02
HSL88.57º63.64%93.53%-
HSV(B)88.57º8.43%97.65%-
XYZ83.4891.786.7-
YUV243.62119.19124.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.38%
GREEN value IS 249 (97.66% from 255) = 34.78%
BLUE value IS 228 (89.45% from 255) = 31.84%
R=33.38%
G=34.78%
B=31.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392492280.0400.080.0288.5763.6493.53
HexEFF9E4408259405e
Octal35737134440102131100136
Binary1110111111111001111001001000100010101100110000001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF9E4; }

 p { color: rgb(239,249,228); }

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

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

 a { background-color: rgb(239,249,228); }

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

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

 span { border-color: rgb(239,249,228); }

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