#EFFAE2

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

Shades of Saltpan #EFFAE2

Tints of Saltpan #EFFAE2

Color information

#EFFAE2 (or 0xEFFAE2) is unknown color: approx Saltpan. HEX triplet: EF, FA and E2. RGB value is (239,250,226). Sum of RGB (Red+Green+Blue) = 239+250+226=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 250 (98.05% from 255 or 34.97% from 715); Blue value is 226 (88.67% from 255 or 31.61% from 715); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFAE2 is #10051D. Grayscale: #F4F4F4. Windows color (decimal): -1049886 or 14875375. OLE color: 14875375.

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

Color convert

RGB239250226-
CMYK0.0400.100.02
HSL87.5º70.59%93.33%-
HSV(B)87.5º9.6%98.04%-
XYZ83.5192.2185.35-
YUV243.98117.86124.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.43%
GREEN value IS 250 (98.05% from 255) = 34.97%
BLUE value IS 226 (88.67% from 255) = 31.61%
R=33.43%
G=34.97%
B=31.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392502260.0400.100.0287.570.5993.33
HexEFFAE240A258475d
Octal35737234240122130107135
Binary1110111111111010111000101000101010101100010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAE2; }

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

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

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

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

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

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

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

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