#EDF5EA

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

Shades of Panache #EDF5EA

Tints of Panache #EDF5EA

Color information

#EDF5EA (or 0xEDF5EA) is unknown color: approx Panache. HEX triplet: ED, F5 and EA. RGB value is (237,245,234). Sum of RGB (Red+Green+Blue) = 237+245+234=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 245 (96.09% from 255 or 34.22% from 716); Blue value is 234 (91.80% from 255 or 32.68% from 716); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF5EA is #120A15. Grayscale: #F1F1F1. Windows color (decimal): -1182230 or 15398381. OLE color: 15398381.

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

Color convert

RGB237245234-
CMYK0.0300.040.04
HSL103.64º35.48%93.92%-
HSV(B)103.64º4.49%96.08%-
XYZ82.4389.2590.72-
YUV241.35123.85124.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.10%
GREEN value IS 245 (96.09% from 255) = 34.22%
BLUE value IS 234 (91.80% from 255) = 32.68%
R=33.10%
G=34.22%
B=32.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372452340.0300.040.04103.6435.4893.92
HexEDF5EA304468235e
Octal355365352304415043136
Binary11101101111101011110101011010010011010001000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF5EA; }

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

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

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

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

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

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

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

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