#EFF8E1

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

Shades of Saltpan #EFF8E1

Tints of Saltpan #EFF8E1

Color information

#EFF8E1 (or 0xEFF8E1) is unknown color: approx Saltpan. HEX triplet: EF, F8 and E1. RGB value is (239,248,225). Sum of RGB (Red+Green+Blue) = 239+248+225=712 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.57% from 712); Green value is 248 (97.27% from 255 or 34.83% from 712); Blue value is 225 (88.28% from 255 or 31.60% from 712); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8E1 is #10071E. Grayscale: #F2F2F2. Windows color (decimal): -1050399 or 14809327. OLE color: 14809327.

HSL color Cylindrical-coordinate representation of color #EFF8E1: hue angle of 83.48º degrees, saturation: 0.62, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFF8E1 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB239248225-
CMYK0.0400.090.03
HSL83.48º62.16%92.75%-
HSV(B)83.48º9.27%97.25%-
XYZ82.7590.9284.42-
YUV242.69118.02125.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.57%
GREEN value IS 248 (97.27% from 255) = 34.83%
BLUE value IS 225 (88.28% from 255) = 31.60%
R=33.57%
G=34.83%
B=31.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392482250.0400.090.0383.4862.1692.75
HexEFF8E14093533e5d
Octal3573703414011312376135
Binary111011111111100011100001100010011110100111111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF8E1; }

 p { color: rgb(239,248,225); }

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

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

 a { background-color: rgb(239,248,225); }

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

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

 span { border-color: rgb(239,248,225); }

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