#EFFEE5

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

Shades of Panache #EFFEE5

Tints of Panache #EFFEE5

Color information

#EFFEE5 (or 0xEFFEE5) is unknown color: approx Panache. HEX triplet: EF, FE and E5. RGB value is (239,254,229). Sum of RGB (Red+Green+Blue) = 239+254+229=722 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.10% from 722); Green value is 254 (99.61% from 255 or 35.18% from 722); Blue value is 229 (89.84% from 255 or 31.72% from 722); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFEE5 is #10011A. Grayscale: #F6F6F6. Windows color (decimal): -1048859 or 15073007. OLE color: 15073007.

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

Color convert

RGB239254229-
CMYK0.0600.100.00
HSL96º92.59%94.71%-
HSV(B)96º9.84%99.61%-
XYZ85.1894.8987.96-
YUV246.66118.03122.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.10%
GREEN value IS 254 (99.61% from 255) = 35.18%
BLUE value IS 229 (89.84% from 255) = 31.72%
R=33.10%
G=35.18%
B=31.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392542290.0600.100.009692.5994.71
HexEFFEE560A0605d5f
Octal35737634560120140135137
Binary111011111111111011100101110010100110000010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFEE5; }

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

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

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

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

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

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

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

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