#EDEA80

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

Shades of Texas #EDEA80

Tints of Texas #EDEA80

Color information

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

HSL color Cylindrical-coordinate representation of color #EDEA80: hue angle of 58.35º 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 #EDEA80 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237234128-
CMYK00.010.460.07
HSL58.35º75.17%71.57%-
HSV(B)58.35º45.99%92.94%-
XYZ68.2478.4131.96-
YUV222.8174.49138.12-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723412800.010.460.0758.3575.1771.57
HexEDEA80012E73a4b48
Octal3553522000156772113110
Binary1110110111101010100000000110111011111101010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEA80; }

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

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

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

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

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

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

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

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