#EBEA87

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

Shades of Texas #EBEA87

Tints of Texas #EBEA87

Color information

#EBEA87 (or 0xEBEA87) is unknown color: approx Texas. HEX triplet: EB, EA and 87. RGB value is (235,234,135). Sum of RGB (Red+Green+Blue) = 235+234+135=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 135 (53.12% from 255 or 22.35% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEA87 is #141578. Grayscale: #DFDFDF. Windows color (decimal): -1316217 or 8907499. OLE color: 8907499.

HSL color Cylindrical-coordinate representation of color #EBEA87: hue angle of 59.4º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EBEA87 is Cyan = 0, Magento = 0.00, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB235234135-
CMYK00.000.430.08
HSL59.4º71.43%72.55%-
HSV(B)59.4º42.55%92.16%-
XYZ68.0678.2634.44-
YUV223.0178.33136.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 234 (91.80% from 255) = 38.74%
BLUE value IS 135 (53.12% from 255) = 22.35%
R=38.91%
G=38.74%
B=22.35%

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
Decimal23523413500.000.430.0859.471.4372.55
HexEBEA87002B83b4749
Octal35335220700531073107111
Binary11101011111010101000011100101011100011101110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEA87; }

 p { color: rgb(235,234,135); }

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

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

 a { background-color: rgb(235,234,135); }

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

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

 span { border-color: rgb(235,234,135); }

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