#EFF2ED

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

Shades of Panache #EFF2ED

Tints of Panache #EFF2ED

Color information

#EFF2ED (or 0xEFF2ED) is unknown color: approx Panache. HEX triplet: EF, F2 and ED. RGB value is (239,242,237). Sum of RGB (Red+Green+Blue) = 239+242+237=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 242 (94.92% from 255 or 33.70% from 718); Blue value is 237 (92.97% from 255 or 33.01% from 718); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF2ED is #100D12. Grayscale: #F0F0F0. Windows color (decimal): -1051923 or 15594223. OLE color: 15594223.

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

Color convert

RGB239242237-
CMYK0.0100.020.05
HSL96º16.13%93.92%-
HSV(B)96º2.07%94.9%-
XYZ82.6387.9792.75-
YUV240.53126.01126.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.29%
GREEN value IS 242 (94.92% from 255) = 33.70%
BLUE value IS 237 (92.97% from 255) = 33.01%
R=33.29%
G=33.70%
B=33.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392422370.0100.020.059616.1393.92
HexEFF2ED102560105e
Octal357362355102514020136
Binary11101111111100101110110110101011100000100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF2ED; }

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

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

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

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

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

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

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

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