#EBE885

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

Shades of Texas #EBE885

Tints of Texas #EBE885

Color information

#EBE885 (or 0xEBE885) is unknown color: approx Texas. HEX triplet: EB, E8 and 85. RGB value is (235,232,133). Sum of RGB (Red+Green+Blue) = 235+232+133=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 232 (91.02% from 255 or 38.67% from 600); Blue value is 133 (52.34% from 255 or 22.17% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE885 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE885 is #14177A. Grayscale: #DEDEDE. Windows color (decimal): -1316731 or 8775915. OLE color: 8775915.

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

Color convert

RGB235232133-
CMYK00.010.430.08
HSL58.24º71.83%72.16%-
HSV(B)58.24º43.4%92.16%-
XYZ67.3577.0733.52-
YUV221.6177.99137.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 232 (91.02% from 255) = 38.67%
BLUE value IS 133 (52.34% from 255) = 22.17%
R=39.17%
G=38.67%
B=22.17%

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
Decimal23523213300.010.430.0858.2471.8372.16
HexEBE885012B83a4848
Octal35335020501531072110110
Binary11101011111010001000010101101011100011101010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE885; }

 p { color: rgb(235,232,133); }

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

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

 a { background-color: rgb(235,232,133); }

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

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

 span { border-color: rgb(235,232,133); }

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