Html Css Color HEX #E5EA86 Texas

📋 copy color: '#E5EA86'

red 229 ◦ green 234 ◦ blue 134

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

Shades of Texas #E5EA86

Tints of Texas #E5EA86

RGB

 RED value IS 229 (89.84% from 255) = 38.36%

 GREEN value IS 234 (91.8% from 255) = 39.2%

 BLUE value IS 134 (52.73% from 255) = 22.45%

R = 38.36%
G = 39.2%
B = 22.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#E5EA86 (or 0xE5EA86) is known color: Texas. HEX triplet: E5, EA and 86. RGB value is (229,234,134). Sum of RGB (Red+Green+Blue) = 229+234+134=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 134 (52.73% from 255 or 22.45% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #E5EA86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5EA86 is #1A1579. Grayscale: #DDDDDD. Windows color (decimal): -1709434 or 8841957. OLE color: 8841957.

HSL color Cylindrical-coordinate representation of color #E5EA86: hue angle of 63º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E5EA86 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 234 134 -
CMYK 0.02 0 0.43 0.08
HSL 63º 0.7% 0.72% -
HSV(B) 63º 0.43% 0.92% -
XYZ 66.04 77.22 33.98 -
YUV 221.11 78.84 133.63 -
System Red Green Blue C M Y K H S L
Decimal 229 234 134 0.02 0 0.43 0.08 63 0.7 0.72
Hex E5 EA 86 2 0 2B 8 3F 46 48
Octal 345 352 206 2 0 53 10 77 106 110
Binary 11100101 11101010 10000110 10 0 101011 1000 111111 1000110 1001000

Color Harmonies of #E5EA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5EA86

Black with #E5EA86

Text Example


Text Example

White with #E5EA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5EA86; }

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

 H1.HeaderClassName
 {
   color: #E5EA86;
 }
 .AnyTagClassName
 {
   color: #E5EA86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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