#E5FAE0

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

Shades of Panache #E5FAE0

Tints of Panache #E5FAE0

Color information

#E5FAE0 (or 0xE5FAE0) is unknown color: approx Panache. HEX triplet: E5, FA and E0. RGB value is (229,250,224). Sum of RGB (Red+Green+Blue) = 229+250+224=703 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.57% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 224 (87.89% from 255 or 31.86% from 703); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FAE0 is #1A051F. Grayscale: #F0F0F0. Windows color (decimal): -1705248 or 14744293. OLE color: 14744293.

HSL color Cylindrical-coordinate representation of color #E5FAE0: hue angle of 108.46º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5FAE0 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB229250224-
CMYK0.0800.100.02
HSL108.46º72.22%92.94%-
HSV(B)108.46º10.4%98.04%-
XYZ79.9590.4183.76-
YUV240.76118.54119.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.57%
GREEN value IS 250 (98.05% from 255) = 35.56%
BLUE value IS 224 (87.89% from 255) = 31.86%
R=32.57%
G=35.56%
B=31.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292502240.0800.100.02108.4672.2292.94
HexE5FAE080A26c485d
Octal345372340100122154110135
Binary11100101111110101110000010000101010110110010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FAE0; }

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

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

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

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

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

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

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

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