#E2E981

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

Shades of Texas #E2E981

Tints of Texas #E2E981

Color information

#E2E981 (or 0xE2E981) is unknown color: approx Texas. HEX triplet: E2, E9 and 81. RGB value is (226,233,129). Sum of RGB (Red+Green+Blue) = 226+233+129=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 233 (91.41% from 255 or 39.63% from 588); Blue value is 129 (50.78% from 255 or 21.94% from 588); Max value from RGB is 233 - color contains mainly: green. Hex color #E2E981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2E981 is #1D167E. Grayscale: #DBDBDB. Windows color (decimal): -1906303 or 8514018. OLE color: 8514018.

HSL color Cylindrical-coordinate representation of color #E2E981: hue angle of 64.04º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2E981 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB226233129-
CMYK0.0300.450.09
HSL64.04º70.27%70.98%-
HSV(B)64.04º44.64%91.37%-
XYZ64.4776.0332.05-
YUV219.0577.18132.96-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.44%
GREEN value IS 233 (91.41% from 255) = 39.63%
BLUE value IS 129 (50.78% from 255) = 21.94%
R=38.44%
G=39.63%
B=21.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2262331290.0300.450.0964.0470.2770.98
HexE2E981302D9404647
Octal342351201305511100106107
Binary1110001011101001100000011101011011001100000010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E981; }

 p { color: rgb(226,233,129); }

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

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

 a { background-color: rgb(226,233,129); }

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

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

 span { border-color: rgb(226,233,129); }

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