#EBED86

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

Shades of Texas #EBED86

Tints of Texas #EBED86

Color information

#EBED86 (or 0xEBED86) is unknown color: approx Texas. HEX triplet: EB, ED and 86. RGB value is (235,237,134). Sum of RGB (Red+Green+Blue) = 235+237+134=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 134 (52.73% from 255 or 22.11% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBED86 is #141279. Grayscale: #E1E1E1. Windows color (decimal): -1315450 or 8842731. OLE color: 8842731.

HSL color Cylindrical-coordinate representation of color #EBED86: hue angle of 61.17º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EBED86 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB235237134-
CMYK0.0100.430.07
HSL61.17º74.1%72.75%-
HSV(B)61.17º43.46%92.94%-
XYZ68.8579.9534.36-
YUV224.6676.84135.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.78%
GREEN value IS 237 (92.97% from 255) = 39.11%
BLUE value IS 134 (52.73% from 255) = 22.11%
R=38.78%
G=39.11%
B=22.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352371340.0100.430.0761.1774.172.75
HexEBED86102B73d4a49
Octal3533552061053775112111
Binary1110101111101101100001101010101111111110110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBED86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBED86; }

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

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

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

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

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

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

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

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