#EAE786

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

Shades of Texas #EAE786

Tints of Texas #EAE786

Color information

#EAE786 (or 0xEAE786) is unknown color: approx Texas. HEX triplet: EA, E7 and 86. RGB value is (234,231,134). Sum of RGB (Red+Green+Blue) = 234+231+134=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 231 (90.62% from 255 or 38.56% from 599); Blue value is 134 (52.73% from 255 or 22.37% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE786 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE786 is #151879. Grayscale: #DDDDDD. Windows color (decimal): -1382522 or 8841194. OLE color: 8841194.

HSL color Cylindrical-coordinate representation of color #EAE786: hue angle of 58.2º degrees, saturation: 0.7, 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 #EAE786 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB234231134-
CMYK00.010.430.08
HSL58.2º70.42%72.16%-
HSV(B)58.2º42.74%91.76%-
XYZ66.8176.3733.77-
YUV220.8478.99137.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 231 (90.62% from 255) = 38.56%
BLUE value IS 134 (52.73% from 255) = 22.37%
R=39.07%
G=38.56%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423113400.010.430.0858.270.4272.16
HexEAE786012B83a4648
Octal35234720601531072106110
Binary11101010111001111000011001101011100011101010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE786; }

 p { color: rgb(234,231,134); }

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

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

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

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

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

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

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