#EEFAE5

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

Shades of Panache #EEFAE5

Tints of Panache #EEFAE5

Color information

#EEFAE5 (or 0xEEFAE5) is unknown color: approx Panache. HEX triplet: EE, FA and E5. RGB value is (238,250,229). Sum of RGB (Red+Green+Blue) = 238+250+229=717 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.19% from 717); Green value is 250 (98.05% from 255 or 34.87% from 717); Blue value is 229 (89.84% from 255 or 31.94% from 717); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFAE5 is #11051A. Grayscale: #F4F4F4. Windows color (decimal): -1115419 or 15071982. OLE color: 15071982.

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

Color convert

RGB238250229-
CMYK0.0500.080.02
HSL94.29º67.74%93.92%-
HSV(B)94.29º8.4%98.04%-
XYZ83.5992.2187.52-
YUV244.02119.52123.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.19%
GREEN value IS 250 (98.05% from 255) = 34.87%
BLUE value IS 229 (89.84% from 255) = 31.94%
R=33.19%
G=34.87%
B=31.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382502290.0500.080.0294.2967.7493.92
HexEEFAE550825e445e
Octal35637234550102136104136
Binary1110111011111010111001011010100010101111010001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFAE5; }

 p { color: rgb(238,250,229); }

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

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

 a { background-color: rgb(238,250,229); }

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

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

 span { border-color: rgb(238,250,229); }

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