Html Css Color HEX #E2EA7E Texas

📋 copy color: '#E2EA7E'

red 226 ◦ green 234 ◦ blue 126

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

Shades of Texas #E2EA7E

Tints of Texas #E2EA7E

RGB

 RED value IS 226 (88.67% from 255) = 38.57%

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

 BLUE value IS 126 (49.61% from 255) = 21.5%

R = 38.57%
G = 39.93%
B = 21.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#E2EA7E (or 0xE2EA7E) is known color: Texas. HEX triplet: E2, EA and 7E. RGB value is (226,234,126). Sum of RGB (Red+Green+Blue) = 226+234+126=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 126 (49.61% from 255 or 21.50% from 586); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2EA7E is #1D1581. Grayscale: #DBDBDB. Windows color (decimal): -1906050 or 8317666. OLE color: 8317666.

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

Color convert

RGB 226 234 126 -
CMYK 0.03 0 0.46 0.08
HSL 64.44º 0.72% 0.71% -
HSV(B) 64.44º 0.46% 0.92% -
XYZ 64.55 76.52 31.11 -
YUV 219.3 75.35 132.78 -
System Red Green Blue C M Y K H S L
Decimal 226 234 126 0.03 0 0.46 0.08 64.44 0.72 0.71
Hex E2 EA 7E 3 0 2E 8 40 48 47
Octal 342 352 176 3 0 56 10 100 110 107
Binary 11100010 11101010 1111110 11 0 101110 1000 1000000 1001000 1000111

Color Harmonies of #E2EA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EA7E

Black with #E2EA7E

Text Example


Text Example

White with #E2EA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2EA7E; }

 p { color: rgb(226,234,126); }

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

background-color css

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

 a { background-color: rgb(226,234,126); }

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

border-color css

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

 span { border-color: rgb(226,234,126); }

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