Html Css Color HEX #E5FAE2 Tara

📋 copy color: '#E5FAE2'

red 229 ◦ green 250 ◦ blue 226

#E5FAE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tara #E5FAE2

Tints of Tara #E5FAE2

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 value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#E5FAE2 (or 0xE5FAE2) is known color: 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

RGB 229 250 226 -
CMYK 0.08 0 0.10 0.02
HSL 112.5º 0.71% 0.93% -
HSV(B) 112.5º 0.1% 0.98% -
XYZ 80.23 90.52 85.2 -
YUV 240.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 229 250 226 0.08 0 0.10 0.02 112.5 0.71 0.93
Hex E5 FA E2 8 0 A 2 70 47 5D
Octal 345 372 342 10 0 12 2 160 107 135
Binary 11100101 11111010 11100010 1000 0 1010 10 1110000 1000111 1011101

Color Harmonies of #E5FAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5FAE2

Black with #E5FAE2

Text Example


Text Example

White with #E5FAE2

Text Example


Text Example

HTML Codes & Css Web 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>