#EAEA77

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

Shades of Texas #EAEA77

Tints of Texas #EAEA77

Color information

#EAEA77 (or 0xEAEA77) is unknown color: approx Texas. HEX triplet: EA, EA and 77. RGB value is (234,234,119). Sum of RGB (Red+Green+Blue) = 234+234+119=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 119 (46.88% from 255 or 20.27% from 587); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAEA77 is #151588. Grayscale: #DDDDDD. Windows color (decimal): -1381769 or 7858922. OLE color: 7858922.

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

Color convert

RGB234234119-
CMYK000.490.08
HSL60º73.25%69.22%-
HSV(B)60º49.15%91.76%-
XYZ66.6877.6728.93-
YUV220.8970.5137.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.86%
GREEN value IS 234 (91.80% from 255) = 39.86%
BLUE value IS 119 (46.88% from 255) = 20.27%
R=39.86%
G=39.86%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234234119000.490.086073.2569.22
HexEAEA77003183c4945
Octal35235216700611074111105
Binary1110101011101010111011100110001100011110010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEA77; }

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

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

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

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

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

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

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

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