#EFF9DC

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

Shades of Saltpan #EFF9DC

Tints of Saltpan #EFF9DC

Color information

#EFF9DC (or 0xEFF9DC) is unknown color: approx Saltpan. HEX triplet: EF, F9 and DC. RGB value is (239,249,220). Sum of RGB (Red+Green+Blue) = 239+249+220=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 249 (97.66% from 255 or 35.17% from 708); Blue value is 220 (86.33% from 255 or 31.07% from 708); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF9DC is #100623. Grayscale: #F2F2F2. Windows color (decimal): -1050148 or 14481903. OLE color: 14481903.

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

Color convert

RGB239249220-
CMYK0.0400.120.02
HSL80.69º70.73%91.96%-
HSV(B)80.69º11.65%97.65%-
XYZ82.3991.2780.98-
YUV242.7115.19125.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.76%
GREEN value IS 249 (97.66% from 255) = 35.17%
BLUE value IS 220 (86.33% from 255) = 31.07%
R=33.76%
G=35.17%
B=31.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392492200.0400.120.0280.6970.7391.96
HexEFF9DC40C251475c
Octal35737133440142121107134
Binary1110111111111001110111001000110010101000110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF9DC; }

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

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

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

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

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

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

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

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