#EFF1EE

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

Shades of Panache #EFF1EE

Tints of Panache #EFF1EE

Color information

#EFF1EE (or 0xEFF1EE) is unknown color: approx Panache. HEX triplet: EF, F1 and EE. RGB value is (239,241,238). Sum of RGB (Red+Green+Blue) = 239+241+238=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 241 (94.53% from 255 or 33.57% from 718); Blue value is 238 (93.36% from 255 or 33.15% from 718); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF1EE is #100E11. Grayscale: #F0F0F0. Windows color (decimal): -1052178 or 15659503. OLE color: 15659503.

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

Color convert

RGB239241238-
CMYK0.0100.010.05
HSL100º9.68%93.92%-
HSV(B)100º1.24%94.51%-
XYZ82.4887.4393.42-
YUV240.06126.84127.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.29%
GREEN value IS 241 (94.53% from 255) = 33.57%
BLUE value IS 238 (93.36% from 255) = 33.15%
R=33.29%
G=33.57%
B=33.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392412380.0100.010.051009.6893.92
HexEFF1EE101564a5e
Octal357361356101514412136
Binary111011111111000111101110101101110010010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1EE; }

 p { color: rgb(239,241,238); }

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

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

 a { background-color: rgb(239,241,238); }

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

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

 span { border-color: rgb(239,241,238); }

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