#EFFEE2

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

Shades of Panache #EFFEE2

Tints of Panache #EFFEE2

Color information

#EFFEE2 (or 0xEFFEE2) is unknown color: approx Panache. HEX triplet: EF, FE and E2. RGB value is (239,254,226). Sum of RGB (Red+Green+Blue) = 239+254+226=719 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.24% from 719); Green value is 254 (99.61% from 255 or 35.33% from 719); Blue value is 226 (88.67% from 255 or 31.43% from 719); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFEE2 is #10011D. Grayscale: #F6F6F6. Windows color (decimal): -1048862 or 14876399. OLE color: 14876399.

HSL color Cylindrical-coordinate representation of color #EFFEE2: hue angle of 92.14º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFFEE2 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB239254226-
CMYK0.0600.110.00
HSL92.14º93.33%94.12%-
HSV(B)92.14º11.02%99.61%-
XYZ84.7794.7385.77-
YUV246.32116.53122.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.24%
GREEN value IS 254 (99.61% from 255) = 35.33%
BLUE value IS 226 (88.67% from 255) = 31.43%
R=33.24%
G=35.33%
B=31.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392542260.0600.110.0092.1493.3394.12
HexEFFEE260B05c5d5e
Octal35737634260130134135136
Binary111011111111111011100010110010110101110010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFEE2; }

 p { color: rgb(239,254,226); }

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

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

 a { background-color: rgb(239,254,226); }

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

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

 span { border-color: rgb(239,254,226); }

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