#EBE685

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

Shades of Texas #EBE685

Tints of Texas #EBE685

Color information

#EBE685 (or 0xEBE685) is unknown color: approx Texas. HEX triplet: EB, E6 and 85. RGB value is (235,230,133). Sum of RGB (Red+Green+Blue) = 235+230+133=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 133 (52.34% from 255 or 22.24% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE685 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE685 is #14197A. Grayscale: #DCDCDC. Windows color (decimal): -1317243 or 8775403. OLE color: 8775403.

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

Color convert

RGB235230133-
CMYK00.020.430.08
HSL57.06º71.83%72.16%-
HSV(B)57.06º43.4%92.16%-
XYZ66.7975.9533.33-
YUV220.4478.66138.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.30%
GREEN value IS 230 (90.23% from 255) = 38.46%
BLUE value IS 133 (52.34% from 255) = 22.24%
R=39.30%
G=38.46%
B=22.24%

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
Decimal23523013300.020.430.0857.0671.8372.16
HexEBE685022B8394848
Octal35334620502531071110110
Binary111010111110011010000101010101011100011100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE685; }

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

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

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

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

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

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

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

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