#EFFAE1

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

Shades of Saltpan #EFFAE1

Tints of Saltpan #EFFAE1

Color information

#EFFAE1 (or 0xEFFAE1) is unknown color: approx Saltpan. HEX triplet: EF, FA and E1. RGB value is (239,250,225). Sum of RGB (Red+Green+Blue) = 239+250+225=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 250 (98.05% from 255 or 35.01% from 714); Blue value is 225 (88.28% from 255 or 31.51% from 714); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFAE1 is #10051E. Grayscale: #F3F3F3. Windows color (decimal): -1049887 or 14809839. OLE color: 14809839.

HSL color Cylindrical-coordinate representation of color #EFFAE1: hue angle of 86.4º 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 #EFFAE1 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB239250225-
CMYK0.0400.100.02
HSL86.4º71.43%93.14%-
HSV(B)86.4º10%98.04%-
XYZ83.3792.1684.63-
YUV243.86117.36124.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.47%
GREEN value IS 250 (98.05% from 255) = 35.01%
BLUE value IS 225 (88.28% from 255) = 31.51%
R=33.47%
G=35.01%
B=31.51%

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
Decimal2392502250.0400.100.0286.471.4393.14
HexEFFAE140A256475d
Octal35737234140122126107135
Binary1110111111111010111000011000101010101011010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAE1; }

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

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

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

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

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

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

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

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