#EFFCE1

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

Shades of Saltpan #EFFCE1

Tints of Saltpan #EFFCE1

Color information

#EFFCE1 (or 0xEFFCE1) is unknown color: approx Saltpan. HEX triplet: EF, FC and E1. RGB value is (239,252,225). Sum of RGB (Red+Green+Blue) = 239+252+225=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 252 (98.83% from 255 or 35.20% from 716); Blue value is 225 (88.28% from 255 or 31.42% from 716); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCE1 is #10031E. Grayscale: #F5F5F5. Windows color (decimal): -1049375 or 14810351. OLE color: 14810351.

HSL color Cylindrical-coordinate representation of color #EFFCE1: hue angle of 88.89º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFFCE1 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB239252225-
CMYK0.0500.110.01
HSL88.89º81.82%93.53%-
HSV(B)88.89º10.71%98.82%-
XYZ8493.4184.84-
YUV245.04116.69123.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.38%
GREEN value IS 252 (98.83% from 255) = 35.20%
BLUE value IS 225 (88.28% from 255) = 31.42%
R=33.38%
G=35.20%
B=31.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392522250.0500.110.0188.8981.8293.53
HexEFFCE150B159525e
Octal35737434150131131122136
Binary111011111111110011100001101010111101100110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCE1; }

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

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

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

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

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

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

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

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