#eaea76

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

Shades of Texas #EAEA76

Tints of Texas #EAEA76

Color information

#EAEA76 (or 0xEAEA76) is unknown color: approx Texas. HEX triplet: EA, EA and 76. RGB value is (234,234,118). Sum of RGB (Red+Green+Blue) = 234+234+118=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 118 (46.48% from 255 or 20.14% from 586); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAEA76 is #151589. Grayscale: #DDDDDD. Windows color (decimal): -1381770 or 7793386. OLE color: 7793386.

HSL color Cylindrical-coordinate representation of color #EAEA76: 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.5%. Process color model (Four color, CMYK) of #EAEA76 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB234234118-
CMYK000.500.08
HSL60º73.42%69.02%-
HSV(B)60º49.57%91.76%-
XYZ66.6277.6528.62-
YUV220.7870137.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.93%
GREEN value IS 234 (91.80% from 255) = 39.93%
BLUE value IS 118 (46.48% from 255) = 20.14%
R=39.93%
G=39.93%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234234118000.500.086073.4269.02
HexEAEA76003283c4945
Octal35235216600621074111105
Binary1110101011101010111011000110010100011110010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eaea76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eaea76; }

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

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

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

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

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

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

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

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