#EAEB80

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

Shades of Texas #EAEB80

Tints of Texas #EAEB80

Color information

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

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

Color convert

RGB234235128-
CMYK0.0000.460.08
HSL60.56º72.79%71.18%-
HSV(B)60.56º45.53%92.16%-
XYZ67.5478.4732.01-
YUV222.574.67136.2-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342351280.0000.460.0860.5672.7971.18
HexEAEB80002E83d4947
Octal35235320000561075111107
Binary11101010111010111000000000101110100011110110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEB80; }

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

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

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

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

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

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

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

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