#E8EF80

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

Shades of Texas #E8EF80

Tints of Texas #E8EF80

Color information

#E8EF80 (or 0xE8EF80) is unknown color: approx Texas. HEX triplet: E8, EF and 80. RGB value is (232,239,128). Sum of RGB (Red+Green+Blue) = 232+239+128=599 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.73% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 128 (50.39% from 255 or 21.37% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #E8EF80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8EF80 is #17107F. Grayscale: #E0E0E0. Windows color (decimal): -1511552 or 8450024. OLE color: 8450024.

HSL color Cylindrical-coordinate representation of color #E8EF80: hue angle of 63.78º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E8EF80 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB232239128-
CMYK0.0300.460.06
HSL63.78º77.62%71.96%-
HSV(B)63.78º46.44%93.73%-
XYZ68.0480.4532.36-
YUV224.2573.68133.53-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.73%
GREEN value IS 239 (93.75% from 255) = 39.90%
BLUE value IS 128 (50.39% from 255) = 21.37%
R=38.73%
G=39.90%
B=21.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2322391280.0300.460.0663.7877.6271.96
HexE8EF80302E6404e48
Octal35035720030566100116110
Binary111010001110111110000000110101110110100000010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EF80; }

 p { color: rgb(232,239,128); }

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

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

 a { background-color: rgb(232,239,128); }

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

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

 span { border-color: rgb(232,239,128); }

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