#EFF5E4

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

Shades of Saltpan #EFF5E4

Tints of Saltpan #EFF5E4

Color information

#EFF5E4 (or 0xEFF5E4) is unknown color: approx Saltpan. HEX triplet: EF, F5 and E4. RGB value is (239,245,228). Sum of RGB (Red+Green+Blue) = 239+245+228=712 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.57% from 712); Green value is 245 (96.09% from 255 or 34.41% from 712); Blue value is 228 (89.45% from 255 or 32.02% from 712); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF5E4 is #100A1B. Grayscale: #F1F1F1. Windows color (decimal): -1051164 or 15005167. OLE color: 15005167.

HSL color Cylindrical-coordinate representation of color #EFF5E4: hue angle of 81.18º degrees, saturation: 0.46, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFF5E4 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB239245228-
CMYK0.0200.070.04
HSL81.18º45.95%92.75%-
HSV(B)81.18º6.94%96.08%-
XYZ82.2589.2686.29-
YUV241.27120.51126.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.57%
GREEN value IS 245 (96.09% from 255) = 34.41%
BLUE value IS 228 (89.45% from 255) = 32.02%
R=33.57%
G=34.41%
B=32.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392452280.0200.070.0481.1845.9592.75
HexEFF5E42074512e5d
Octal357365344207412156135
Binary11101111111101011110010010011110010100011011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF5E4; }

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

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

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

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

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

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

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

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