#EAE686

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

Shades of Texas #EAE686

Tints of Texas #EAE686

Color information

#EAE686 (or 0xEAE686) is unknown color: approx Texas. HEX triplet: EA, E6 and 86. RGB value is (234,230,134). Sum of RGB (Red+Green+Blue) = 234+230+134=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 134 (52.73% from 255 or 22.41% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE686 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE686 is #151979. Grayscale: #DCDCDC. Windows color (decimal): -1382778 or 8840938. OLE color: 8840938.

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

Color convert

RGB234230134-
CMYK00.020.430.08
HSL57.6º70.42%72.16%-
HSV(B)57.6º42.74%91.76%-
XYZ66.5375.8133.68-
YUV220.2579.33137.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.13%
GREEN value IS 230 (90.23% from 255) = 38.46%
BLUE value IS 134 (52.73% from 255) = 22.41%
R=39.13%
G=38.46%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423013400.020.430.0857.670.4272.16
HexEAE686022B83a4648
Octal35234620602531072106110
Binary111010101110011010000110010101011100011101010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE686; }

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

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

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

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

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

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

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

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