#EDF7EA

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

Shades of Panache #EDF7EA

Tints of Panache #EDF7EA

Color information

#EDF7EA (or 0xEDF7EA) is unknown color: approx Panache. HEX triplet: ED, F7 and EA. RGB value is (237,247,234). Sum of RGB (Red+Green+Blue) = 237+247+234=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 247 (96.88% from 255 or 34.40% from 718); Blue value is 234 (91.80% from 255 or 32.59% from 718); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF7EA is #120815. Grayscale: #F2F2F2. Windows color (decimal): -1181718 or 15398893. OLE color: 15398893.

HSL color Cylindrical-coordinate representation of color #EDF7EA: hue angle of 106.15º degrees, saturation: 0.45, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDF7EA is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB237247234-
CMYK0.0400.050.03
HSL106.15º44.83%94.31%-
HSV(B)106.15º5.26%96.86%-
XYZ83.0490.4790.93-
YUV242.53123.19124.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.01%
GREEN value IS 247 (96.88% from 255) = 34.40%
BLUE value IS 234 (91.80% from 255) = 32.59%
R=33.01%
G=34.40%
B=32.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372472340.0400.050.03106.1544.8394.31
HexEDF7EA40536a2d5e
Octal355367352405315255136
Binary11101101111101111110101010001011111010101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7EA; }

 p { color: rgb(237,247,234); }

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

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

 a { background-color: rgb(237,247,234); }

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

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

 span { border-color: rgb(237,247,234); }

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