#EFFAE3

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

Shades of Saltpan #EFFAE3

Tints of Saltpan #EFFAE3

Color information

#EFFAE3 (or 0xEFFAE3) is unknown color: approx Saltpan. HEX triplet: EF, FA and E3. RGB value is (239,250,227). Sum of RGB (Red+Green+Blue) = 239+250+227=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 250 (98.05% from 255 or 34.92% from 716); Blue value is 227 (89.06% from 255 or 31.70% from 716); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFAE3 is #10051C. Grayscale: #F4F4F4. Windows color (decimal): -1049885 or 14940911. OLE color: 14940911.

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

Color convert

RGB239250227-
CMYK0.0400.090.02
HSL88.7º69.7%93.53%-
HSV(B)88.7º9.2%98.04%-
XYZ83.6592.2786.07-
YUV244.09118.36124.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.38%
GREEN value IS 250 (98.05% from 255) = 34.92%
BLUE value IS 227 (89.06% from 255) = 31.70%
R=33.38%
G=34.92%
B=31.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392502270.0400.090.0288.769.793.53
HexEFFAE3409259465e
Octal35737234340112131106136
Binary1110111111111010111000111000100110101100110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAE3; }

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

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

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

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

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

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

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

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