#EDF2E0

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

Shades of Saltpan #EDF2E0

Tints of Saltpan #EDF2E0

Color information

#EDF2E0 (or 0xEDF2E0) is unknown color: approx Saltpan. HEX triplet: ED, F2 and E0. RGB value is (237,242,224). Sum of RGB (Red+Green+Blue) = 237+242+224=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 242 (94.92% from 255 or 34.42% from 703); Blue value is 224 (87.89% from 255 or 31.86% from 703); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2E0 is #120D1F. Grayscale: #EEEEEE. Windows color (decimal): -1183008 or 14742253. OLE color: 14742253.

HSL color Cylindrical-coordinate representation of color #EDF2E0: hue angle of 76.67º degrees, saturation: 0.41, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDF2E0 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB237242224-
CMYK0.0200.070.05
HSL76.67º40.91%91.37%-
HSV(B)76.67º7.44%94.9%-
XYZ80.1386.8983.07-
YUV238.45119.84126.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.71%
GREEN value IS 242 (94.92% from 255) = 34.42%
BLUE value IS 224 (87.89% from 255) = 31.86%
R=33.71%
G=34.42%
B=31.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372422240.0200.070.0576.6740.9191.37
HexEDF2E020754d295b
Octal355362340207511551133
Binary11101101111100101110000010011110110011011010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF2E0; }

 p { color: rgb(237,242,224); }

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

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

 a { background-color: rgb(237,242,224); }

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

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

 span { border-color: rgb(237,242,224); }

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