#EBE173

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

Shades of Texas #EBE173

Tints of Texas #EBE173

Color information

#EBE173 (or 0xEBE173) is unknown color: approx Texas. HEX triplet: EB, E1 and 73. RGB value is (235,225,115). Sum of RGB (Red+Green+Blue) = 235+225+115=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 115 (45.31% from 255 or 20% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE173 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE173 is #141E8C. Grayscale: #D7D7D7. Windows color (decimal): -1318541 or 7594475. OLE color: 7594475.

HSL color Cylindrical-coordinate representation of color #EBE173: hue angle of 55º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBE173 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB235225115-
CMYK00.040.510.08
HSL55º75%68.63%-
HSV(B)55º51.06%92.16%-
XYZ64.2872.7526.87-
YUV215.4571.31141.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.87%
GREEN value IS 225 (88.28% from 255) = 39.13%
BLUE value IS 115 (45.31% from 255) = 20%
R=40.87%
G=39.13%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522511500.040.510.08557568.63
HexEBE17304338374b45
Octal35334116304631067113105
Binary111010111110000111100110100110011100011011110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE173; }

 p { color: rgb(235,225,115); }

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

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

 a { background-color: rgb(235,225,115); }

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

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

 span { border-color: rgb(235,225,115); }

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