Color Hex Logo

#eb340e Color Hex

#EB340E
(235,52,14)
0 Favorites   0 Comments

Color spaces of #eb340e

RGB 2355214
HSL0.030.890.49
HSV10°94°92°
CMYK 0.000.780.94   0.08
XYZ35.568220.14992.4301
Yxy20.14990.61170.3465
Hunter Lab44.888662.882128.2123
CIE-Lab52.006367.180860.9423

#eb340e color RGB value is (235,52,14).

#eb340e hex color red value is 235, green value is 52 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #eb340e hue: 0.03 , saturation: 0.89 and the lightness value of eb340e is 0.49.

The process color (four color CMYK) of #eb340e color hex is 0.00, 0.78, 0.94, 0.08. Web safe color of #eb340e is #ff3300. Color #eb340e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110100 00001110
Octal 353 64 16
Decimal 235 52 14
Hex EB 34 E

RGB Percentages of Color #eb340e

%78.07
%17.28
%4.65

CMYK Percentages of Color #eb340e

%0
%78
%94
%8

Triadic Colors of #eb340e

#eb340e #0eeb34 #340eeb

Analogous Colors of #eb340e

#eb340e #eba30e #eb0e56

Monochromatic Colors of #eb340e

#eb340e

Complementary Color

#eb340e #0ec5eb

#eb340e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb340e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb340e Color CSS Codes

.mybgcolor {background-color:#eb340e; } 
.myforecolor {color:#eb340e; }
.mybordercolor {border:3px solid #eb340e; }

#eb340e Text Font Color

<p style="color:#eb340e">Text here</p>

This sample text font color is #eb340e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#eb340e Background Color

<div style="background-color:#eb340e">
Div content here</div>

This div background color is #eb340e


#eb340e Border Color

<div style="border:3px solid #eb340e">
Div here</div>

This div border color is #eb340e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,52,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eb340e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eb340e;
  -webkit-box-shadow: 1px 1px 3px 2px #eb340e;
  box-shadow:         1px 1px 3px 2px #eb340e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,52,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eb340e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #eb340e;
  -webkit-box-shadow: 1px 1px 3px 2px #eb340e;
  box-shadow:         1px 1px 3px 2px #eb340e;">
Div content here</div>

This div box has shadow with color #eb340e


Comments

No comments written yet.

Please login to write comment.