#EAE77E

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

Shades of Texas #EAE77E

Tints of Texas #EAE77E

Color information

#EAE77E (or 0xEAE77E) is unknown color: approx Texas. HEX triplet: EA, E7 and 7E. RGB value is (234,231,126). Sum of RGB (Red+Green+Blue) = 234+231+126=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 231 (90.62% from 255 or 39.09% from 591); Blue value is 126 (49.61% from 255 or 21.32% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE77E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE77E is #151881. Grayscale: #DCDCDC. Windows color (decimal): -1382530 or 8316906. OLE color: 8316906.

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

Color convert

RGB234231126-
CMYK00.010.460.08
HSL58.33º72%70.59%-
HSV(B)58.33º46.15%91.76%-
XYZ66.2776.1530.94-
YUV219.9374.99138.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.59%
GREEN value IS 231 (90.62% from 255) = 39.09%
BLUE value IS 126 (49.61% from 255) = 21.32%
R=39.59%
G=39.09%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423112600.010.460.0858.337270.59
HexEAE77E012E83a4847
Octal35234717601561072110107
Binary1110101011100111111111001101110100011101010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE77E; }

 p { color: rgb(234,231,126); }

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

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

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

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

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

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

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