Color Hex Logo

#eb360e Color Hex

#EB360E
(235,54,14)
0 Favorites   0 Comments

Color spaces of #eb360e

RGB 2355414
HSL0.030.890.49
HSV11°94°92°
CMYK 0.000.770.94   0.08
XYZ35.659420.33222.4605
Yxy20.33220.61010.3478
Hunter Lab45.091262.253128.3286
CIE-Lab52.210766.607161.0610

#eb360e color RGB value is (235,54,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110110 00001110
Octal 353 66 16
Decimal 235 54 14
Hex EB 36 E

RGB Percentages of Color #eb360e

%77.56
%17.82
%4.62

CMYK Percentages of Color #eb360e

%0
%77
%94
%8

Triadic Colors of #eb360e

#eb360e #0eeb36 #360eeb

Analogous Colors of #eb360e

#eb360e #eba50e #eb0e54

Monochromatic Colors of #eb360e

#eb360e

Complementary Color

#eb360e #0ec3eb

#eb360e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb360e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb360e Color CSS Codes

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

#eb360e Text Font Color

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

This sample text font color is #eb360e
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.


#eb360e Background Color

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

This div background color is #eb360e


#eb360e Border Color

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

This div border color is #eb360e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,54,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 #eb360e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb360e


Comments

No comments written yet.

Please login to write comment.