#E5EC80

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

Shades of Texas #E5EC80

Tints of Texas #E5EC80

Color information

#E5EC80 (or 0xE5EC80) is unknown color: approx Texas. HEX triplet: E5, EC and 80. RGB value is (229,236,128). Sum of RGB (Red+Green+Blue) = 229+236+128=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 128 (50.39% from 255 or 21.59% from 593); Max value from RGB is 236 - color contains mainly: green. Hex color #E5EC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5EC80 is #1A137F. Grayscale: #DEDEDE. Windows color (decimal): -1708928 or 8449253. OLE color: 8449253.

HSL color Cylindrical-coordinate representation of color #E5EC80: hue angle of 63.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E5EC80 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB229236128-
CMYK0.0300.460.07
HSL63.89º73.97%71.37%-
HSV(B)63.89º45.76%92.55%-
XYZ66.278.2132.03-
YUV221.675.18133.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.62%
GREEN value IS 236 (92.58% from 255) = 39.80%
BLUE value IS 128 (50.39% from 255) = 21.59%
R=38.62%
G=39.80%
B=21.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292361280.0300.460.0763.8973.9771.37
HexE5EC80302E7404a47
Octal34535420030567100112107
Binary111001011110110010000000110101110111100000010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EC80; }

 p { color: rgb(229,236,128); }

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

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

 a { background-color: rgb(229,236,128); }

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

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

 span { border-color: rgb(229,236,128); }

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