#EAF1E5

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

Shades of Panache #EAF1E5

Tints of Panache #EAF1E5

Color information

#EAF1E5 (or 0xEAF1E5) is unknown color: approx Panache. HEX triplet: EA, F1 and E5. RGB value is (234,241,229). Sum of RGB (Red+Green+Blue) = 234+241+229=704 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.24% from 704); Green value is 241 (94.53% from 255 or 34.23% from 704); Blue value is 229 (89.84% from 255 or 32.53% from 704); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1E5 is #150E1A. Grayscale: #EDEDED. Windows color (decimal): -1379867 or 15069674. OLE color: 15069674.

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

Color convert

RGB234241229-
CMYK0.0300.050.05
HSL95º30%92.16%-
HSV(B)95º4.98%94.51%-
XYZ79.5386.0686.55-
YUV237.54123.18125.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.24%
GREEN value IS 241 (94.53% from 255) = 34.23%
BLUE value IS 229 (89.84% from 255) = 32.53%
R=33.24%
G=34.23%
B=32.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342412290.0300.050.05953092.16
HexEAF1E530555f1e5c
Octal352361345305513736134
Binary1110101011110001111001011101011011011111111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1E5; }

 p { color: rgb(234,241,229); }

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

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

 a { background-color: rgb(234,241,229); }

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

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

 span { border-color: rgb(234,241,229); }

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