#E4EA82

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

Shades of Texas #E4EA82

Tints of Texas #E4EA82

Color information

#E4EA82 (or 0xE4EA82) is unknown color: approx Texas. HEX triplet: E4, EA and 82. RGB value is (228,234,130). Sum of RGB (Red+Green+Blue) = 228+234+130=592 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.51% from 592); Green value is 234 (91.80% from 255 or 39.53% from 592); Blue value is 130 (51.17% from 255 or 21.96% from 592); Max value from RGB is 234 - color contains mainly: green. Hex color #E4EA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4EA82 is #1B157D. Grayscale: #DCDCDC. Windows color (decimal): -1774974 or 8579812. OLE color: 8579812.

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

Color convert

RGB228234130-
CMYK0.0300.440.08
HSL63.46º71.23%71.37%-
HSV(B)63.46º44.44%91.76%-
XYZ65.4576.9532.52-
YUV220.3577.01133.46-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.51%
GREEN value IS 234 (91.80% from 255) = 39.53%
BLUE value IS 130 (51.17% from 255) = 21.96%
R=38.51%
G=39.53%
B=21.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2282341300.0300.440.0863.4671.2371.37
HexE4EA82302C83f4747
Octal34435220230541077107107
Binary111001001110101010000010110101100100011111110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4EA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4EA82; }

 p { color: rgb(228,234,130); }

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

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

 a { background-color: rgb(228,234,130); }

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

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

 span { border-color: rgb(228,234,130); }

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