#EBE485

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

Shades of Texas #EBE485

Tints of Texas #EBE485

Color information

#EBE485 (or 0xEBE485) is unknown color: approx Texas. HEX triplet: EB, E4 and 85. RGB value is (235,228,133). Sum of RGB (Red+Green+Blue) = 235+228+133=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 133 (52.34% from 255 or 22.32% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE485 is #141B7A. Grayscale: #DBDBDB. Windows color (decimal): -1317755 or 8774891. OLE color: 8774891.

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

Color convert

RGB235228133-
CMYK00.030.430.08
HSL55.88º71.83%72.16%-
HSV(B)55.88º43.4%92.16%-
XYZ66.2474.8433.15-
YUV219.2679.32139.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 228 (89.45% from 255) = 38.26%
BLUE value IS 133 (52.34% from 255) = 22.32%
R=39.43%
G=38.26%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522813300.030.430.0855.8871.8372.16
HexEBE485032B8384848
Octal35334420503531070110110
Binary111010111110010010000101011101011100011100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE485; }

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

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

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

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

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

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

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

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