#EAED80

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

Shades of Texas #EAED80

Tints of Texas #EAED80

Color information

#EAED80 (or 0xEAED80) is unknown color: approx Texas. HEX triplet: EA, ED and 80. RGB value is (234,237,128). Sum of RGB (Red+Green+Blue) = 234+237+128=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 128 (50.39% from 255 or 21.37% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAED80 is #15127F. Grayscale: #E0E0E0. Windows color (decimal): -1380992 or 8449514. OLE color: 8449514.

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

Color convert

RGB234237128-
CMYK0.0100.460.07
HSL61.65º75.17%71.57%-
HSV(B)61.65º45.99%92.94%-
XYZ68.1179.6232.2-
YUV223.6874.01135.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 237 (92.97% from 255) = 39.57%
BLUE value IS 128 (50.39% from 255) = 21.37%
R=39.07%
G=39.57%
B=21.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342371280.0100.460.0761.6575.1771.57
HexEAED80102E73e4b48
Octal3523552001056776113110
Binary1110101011101101100000001010111011111111010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAED80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAED80; }

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

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

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

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

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

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

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

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