#EAEA80

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

Shades of Texas #EAEA80

Tints of Texas #EAEA80

Color information

#EAEA80 (or 0xEAEA80) is unknown color: approx Texas. HEX triplet: EA, EA and 80. RGB value is (234,234,128). Sum of RGB (Red+Green+Blue) = 234+234+128=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 128 (50.39% from 255 or 21.48% from 596); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEA80 is #15157F. Grayscale: #DEDEDE. Windows color (decimal): -1381760 or 8448746. OLE color: 8448746.

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

Color convert

RGB234234128-
CMYK000.450.08
HSL60º71.62%70.98%-
HSV(B)60º45.3%91.76%-
XYZ67.2577.931.91-
YUV221.9275136.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.26%
GREEN value IS 234 (91.80% from 255) = 39.26%
BLUE value IS 128 (50.39% from 255) = 21.48%
R=39.26%
G=39.26%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234234128000.450.086071.6270.98
HexEAEA80002D83c4847
Octal35235220000551074110107
Binary11101010111010101000000000101101100011110010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEA80; }

 p { color: rgb(234,234,128); }

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

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

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

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

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

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

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