#EAE584

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

Shades of Texas #EAE584

Tints of Texas #EAE584

Color information

#EAE584 (or 0xEAE584) is unknown color: approx Texas. HEX triplet: EA, E5 and 84. RGB value is (234,229,132). Sum of RGB (Red+Green+Blue) = 234+229+132=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 229 (89.84% from 255 or 38.49% from 595); Blue value is 132 (51.95% from 255 or 22.18% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE584 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE584 is #151A7B. Grayscale: #DBDBDB. Windows color (decimal): -1383036 or 8709610. OLE color: 8709610.

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

Color convert

RGB234229132-
CMYK00.020.440.08
HSL57.06º70.83%71.76%-
HSV(B)57.06º43.59%91.76%-
XYZ66.1275.232.86-
YUV219.4478.66138.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.33%
GREEN value IS 229 (89.84% from 255) = 38.49%
BLUE value IS 132 (51.95% from 255) = 22.18%
R=39.33%
G=38.49%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422913200.020.440.0857.0670.8371.76
HexEAE584022C8394748
Octal35234520402541071107110
Binary111010101110010110000100010101100100011100110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE584; }

 p { color: rgb(234,229,132); }

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

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

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

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

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

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

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