#E5FAE2

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

Shades of Tara #E5FAE2

Tints of Tara #E5FAE2

Color information

#E5FAE2 (or 0xE5FAE2) is unknown color: approx Tara. HEX triplet: E5, FA and E2. RGB value is (229,250,226). Sum of RGB (Red+Green+Blue) = 229+250+226=705 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.48% from 705); Green value is 250 (98.05% from 255 or 35.46% from 705); Blue value is 226 (88.67% from 255 or 32.06% from 705); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FAE2 is #1A051D. Grayscale: #F1F1F1. Windows color (decimal): -1705246 or 14875365. OLE color: 14875365.

HSL color Cylindrical-coordinate representation of color #E5FAE2: hue angle of 112.5º degrees, saturation: 0.71, 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 #E5FAE2 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB229250226-
CMYK0.0800.100.02
HSL112.5º70.59%93.33%-
HSV(B)112.5º9.6%98.04%-
XYZ80.2390.5285.2-
YUV240.98119.54119.45-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.48%
GREEN value IS 250 (98.05% from 255) = 35.46%
BLUE value IS 226 (88.67% from 255) = 32.06%
R=32.48%
G=35.46%
B=32.06%

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
Decimal2292502260.0800.100.02112.570.5993.33
HexE5FAE280A270475d
Octal345372342100122160107135
Binary11100101111110101110001010000101010111000010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FAE2; }

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

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

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

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

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

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

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

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