#EBE786

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

Shades of Texas #EBE786

Tints of Texas #EBE786

Color information

#EBE786 (or 0xEBE786) is unknown color: approx Texas. HEX triplet: EB, E7 and 86. RGB value is (235,231,134). Sum of RGB (Red+Green+Blue) = 235+231+134=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 231 (90.62% from 255 or 38.5% from 600); Blue value is 134 (52.73% from 255 or 22.33% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE786 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE786 is #141879. Grayscale: #DDDDDD. Windows color (decimal): -1316986 or 8841195. OLE color: 8841195.

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

Color convert

RGB235231134-
CMYK00.020.430.08
HSL57.62º71.63%72.35%-
HSV(B)57.62º42.98%92.16%-
XYZ67.1476.5433.79-
YUV221.1478.83137.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 231 (90.62% from 255) = 38.5%
BLUE value IS 134 (52.73% from 255) = 22.33%
R=39.17%
G=38.5%
B=22.33%

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
Decimal23523113400.020.430.0857.6271.6372.35
HexEBE786022B83a4848
Octal35334720602531072110110
Binary111010111110011110000110010101011100011101010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE786; }

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

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

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

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

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

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

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

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