#EAE985

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

Shades of Texas #EAE985

Tints of Texas #EAE985

Color information

#EAE985 (or 0xEAE985) is unknown color: approx Texas. HEX triplet: EA, E9 and 85. RGB value is (234,233,133). Sum of RGB (Red+Green+Blue) = 234+233+133=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 233 (91.41% from 255 or 38.83% from 600); Blue value is 133 (52.34% from 255 or 22.17% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE985 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE985 is #15167A. Grayscale: #DEDEDE. Windows color (decimal): -1382011 or 8776170. OLE color: 8776170.

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

Color convert

RGB234233133-
CMYK00.000.430.08
HSL59.41º70.63%71.96%-
HSV(B)59.41º43.16%91.76%-
XYZ67.377.4633.59-
YUV221.977.83136.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 233 (91.41% from 255) = 38.83%
BLUE value IS 133 (52.34% from 255) = 22.17%
R=39%
G=38.83%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423313300.000.430.0859.4170.6371.96
HexEAE985002B83b4748
Octal35235120500531073107110
Binary11101010111010011000010100101011100011101110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE985; }

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

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

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

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

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

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

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

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