#EBE373

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

Shades of Texas #EBE373

Tints of Texas #EBE373

Color information

#EBE373 (or 0xEBE373) is unknown color: approx Texas. HEX triplet: EB, E3 and 73. RGB value is (235,227,115). Sum of RGB (Red+Green+Blue) = 235+227+115=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 227 (89.06% from 255 or 39.34% from 577); Blue value is 115 (45.31% from 255 or 19.93% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE373 is #141C8C. Grayscale: #D9D9D9. Windows color (decimal): -1318029 or 7594987. OLE color: 7594987.

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

Color convert

RGB235227115-
CMYK00.030.510.08
HSL56º75%68.63%-
HSV(B)56º51.06%92.16%-
XYZ64.8273.8427.06-
YUV216.6270.65141.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.73%
GREEN value IS 227 (89.06% from 255) = 39.34%
BLUE value IS 115 (45.31% from 255) = 19.93%
R=40.73%
G=39.34%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522711500.030.510.08567568.63
HexEBE37303338384b45
Octal35334316303631070113105
Binary11101011111000111110011011110011100011100010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE373; }

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

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

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

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

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

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

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

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