#EAEA83

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

Shades of Texas #EAEA83

Tints of Texas #EAEA83

Color information

#EAEA83 (or 0xEAEA83) is unknown color: approx Texas. HEX triplet: EA, EA and 83. RGB value is (234,234,131). Sum of RGB (Red+Green+Blue) = 234+234+131=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 131 (51.56% from 255 or 21.87% from 599); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEA83 is #15157C. Grayscale: #DEDEDE. Windows color (decimal): -1381757 or 8645354. OLE color: 8645354.

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

Color convert

RGB234234131-
CMYK000.440.08
HSL60º71.03%71.57%-
HSV(B)60º44.02%91.76%-
XYZ67.4577.9832.97-
YUV222.2676.5136.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 234 (91.80% from 255) = 39.07%
BLUE value IS 131 (51.56% from 255) = 21.87%
R=39.07%
G=39.07%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234234131000.440.086071.0371.57
HexEAEA83002C83c4748
Octal35235220300541074107110
Binary11101010111010101000001100101100100011110010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEA83; }

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

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

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

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

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

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

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

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