#E2E782

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

Shades of Texas #E2E782

Tints of Texas #E2E782

Color information

#E2E782 (or 0xE2E782) is unknown color: approx Texas. HEX triplet: E2, E7 and 82. RGB value is (226,231,130). Sum of RGB (Red+Green+Blue) = 226+231+130=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 231 (90.62% from 255 or 39.35% from 587); Blue value is 130 (51.17% from 255 or 22.15% from 587); Max value from RGB is 231 - color contains mainly: green. Hex color #E2E782 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2E782 is #1D187D. Grayscale: #DADADA. Windows color (decimal): -1906814 or 8579042. OLE color: 8579042.

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

Color convert

RGB226231130-
CMYK0.0200.440.09
HSL62.97º67.79%70.78%-
HSV(B)62.97º43.72%90.59%-
XYZ63.9774.9332.21-
YUV217.9978.34133.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.50%
GREEN value IS 231 (90.62% from 255) = 39.35%
BLUE value IS 130 (51.17% from 255) = 22.15%
R=38.50%
G=39.35%
B=22.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2262311300.0200.440.0962.9767.7970.78
HexE2E782202C93f4447
Octal34234720220541177104107
Binary111000101110011110000010100101100100111111110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E782; }

 p { color: rgb(226,231,130); }

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

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

 a { background-color: rgb(226,231,130); }

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

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

 span { border-color: rgb(226,231,130); }

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