#E2EA7D

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

Shades of Texas #E2EA7D

Tints of Texas #E2EA7D

Color information

#E2EA7D (or 0xE2EA7D) is unknown color: approx Texas. HEX triplet: E2, EA and 7D. RGB value is (226,234,125). Sum of RGB (Red+Green+Blue) = 226+234+125=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 125 (49.22% from 255 or 21.37% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2EA7D is #1D1582. Grayscale: #DBDBDB. Windows color (decimal): -1906051 or 8252130. OLE color: 8252130.

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

Color convert

RGB226234125-
CMYK0.0300.470.08
HSL64.4º72.19%70.39%-
HSV(B)64.4º46.58%91.76%-
XYZ64.4976.530.77-
YUV219.1874.85132.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.63%
GREEN value IS 234 (91.80% from 255) = 40%
BLUE value IS 125 (49.22% from 255) = 21.37%
R=38.63%
G=40%
B=21.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262341250.0300.470.0864.472.1970.39
HexE2EA7D302F8404846
Octal342352175305710100110106
Binary111000101110101011111011101011111000100000010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EA7D; }

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

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

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

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

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

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

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

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