#EBEA80

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

Shades of Texas #EBEA80

Tints of Texas #EBEA80

Color information

#EBEA80 (or 0xEBEA80) is unknown color: approx Texas. HEX triplet: EB, EA and 80. RGB value is (235,234,128). Sum of RGB (Red+Green+Blue) = 235+234+128=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 128 (50.39% from 255 or 21.44% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEA80 is #14157F. Grayscale: #DEDEDE. Windows color (decimal): -1316224 or 8448747. OLE color: 8448747.

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

Color convert

RGB235234128-
CMYK00.000.460.08
HSL59.44º72.79%71.18%-
HSV(B)59.44º45.53%92.16%-
XYZ67.5878.0731.93-
YUV222.2274.83137.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 234 (91.80% from 255) = 39.20%
BLUE value IS 128 (50.39% from 255) = 21.44%
R=39.36%
G=39.20%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523412800.000.460.0859.4472.7971.18
HexEBEA80002E83b4947
Octal35335220000561073111107
Binary11101011111010101000000000101110100011101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEA80; }

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

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

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

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

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

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

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

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