#EFFAD9

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

Shades of Saltpan #EFFAD9

Tints of Saltpan #EFFAD9

Color information

#EFFAD9 (or 0xEFFAD9) is unknown color: approx Saltpan. HEX triplet: EF, FA and D9. RGB value is (239,250,217). Sum of RGB (Red+Green+Blue) = 239+250+217=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 250 (98.05% from 255 or 35.41% from 706); Blue value is 217 (85.16% from 255 or 30.74% from 706); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFAD9 is #100526. Grayscale: #F3F3F3. Windows color (decimal): -1049895 or 14285551. OLE color: 14285551.

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

Color convert

RGB239250217-
CMYK0.0400.130.02
HSL80º76.74%91.57%-
HSV(B)80º13.2%98.04%-
XYZ82.3191.7379.01-
YUV242.95113.36125.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.85%
GREEN value IS 250 (98.05% from 255) = 35.41%
BLUE value IS 217 (85.16% from 255) = 30.74%
R=33.85%
G=35.41%
B=30.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392502170.0400.130.028076.7491.57
HexEFFAD940D2504d5c
Octal35737233140152120115134
Binary1110111111111010110110011000110110101000010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAD9; }

 p { color: rgb(239,250,217); }

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

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

 a { background-color: rgb(239,250,217); }

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

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

 span { border-color: rgb(239,250,217); }

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