#E9EA82

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

Shades of Texas #E9EA82

Tints of Texas #E9EA82

Color information

#E9EA82 (or 0xE9EA82) is unknown color: approx Texas. HEX triplet: E9, EA and 82. RGB value is (233,234,130). Sum of RGB (Red+Green+Blue) = 233+234+130=597 (79% of max value = 765). Red value is 233 (91.41% from 255 or 39.03% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 130 (51.17% from 255 or 21.78% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #E9EA82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9EA82 is #16157D. Grayscale: #DEDEDE. Windows color (decimal): -1447294 or 8579817. OLE color: 8579817.

HSL color Cylindrical-coordinate representation of color #E9EA82: hue angle of 60.58º 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 #E9EA82 is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB233234130-
CMYK0.0000.440.08
HSL60.58º71.23%71.37%-
HSV(B)60.58º44.44%91.76%-
XYZ67.0677.7832.6-
YUV221.8476.17135.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.03%
GREEN value IS 234 (91.80% from 255) = 39.20%
BLUE value IS 130 (51.17% from 255) = 21.78%
R=39.03%
G=39.20%
B=21.78%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2332341300.0000.440.0860.5871.2371.37
HexE9EA82002C83d4747
Octal35135220200541075107107
Binary11101001111010101000001000101100100011110110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EA82; }

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

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

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

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

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

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

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

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