#E4FAE2

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

Shades of Tara #E4FAE2

Tints of Tara #E4FAE2

Color information

#E4FAE2 (or 0xE4FAE2) is unknown color: approx Tara. HEX triplet: E4, FA and E2. RGB value is (228,250,226). Sum of RGB (Red+Green+Blue) = 228+250+226=704 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.39% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 226 (88.67% from 255 or 32.10% from 704); Max value from RGB is 250 - color contains mainly: green. Hex color #E4FAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4FAE2 is #1B051D. Grayscale: #F0F0F0. Windows color (decimal): -1770782 or 14875364. OLE color: 14875364.

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

Color convert

RGB228250226-
CMYK0.0900.100.02
HSL115º70.59%93.33%-
HSV(B)115º9.6%98.04%-
XYZ79.9190.3685.18-
YUV240.69119.71118.95-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.39%
GREEN value IS 250 (98.05% from 255) = 35.51%
BLUE value IS 226 (88.67% from 255) = 32.10%
R=32.39%
G=35.51%
B=32.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2282502260.0900.100.0211570.5993.33
HexE4FAE290A273475d
Octal344372342110122163107135
Binary11100100111110101110001010010101010111001110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4FAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4FAE2; }

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

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

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

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

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

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

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

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