#EAE984

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

Shades of Texas #EAE984

Tints of Texas #EAE984

Color information

#EAE984 (or 0xEAE984) is unknown color: approx Texas. HEX triplet: EA, E9 and 84. RGB value is (234,233,132). Sum of RGB (Red+Green+Blue) = 234+233+132=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 233 (91.41% from 255 or 38.90% from 599); Blue value is 132 (51.95% from 255 or 22.04% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE984 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE984 is #15167B. Grayscale: #DEDEDE. Windows color (decimal): -1382012 or 8710634. OLE color: 8710634.

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

Color convert

RGB234233132-
CMYK00.000.440.08
HSL59.41º70.83%71.76%-
HSV(B)59.41º43.59%91.76%-
XYZ67.2477.4433.23-
YUV221.7877.33136.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 233 (91.41% from 255) = 38.90%
BLUE value IS 132 (51.95% from 255) = 22.04%
R=39.07%
G=38.90%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423313200.000.440.0859.4170.8371.76
HexEAE984002C83b4748
Octal35235120400541073107110
Binary11101010111010011000010000101100100011101110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE984; }

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

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

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

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

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

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

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

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