Color Hex Logo

#eb7013 Color Hex

#EB7013
(235,112,19)
0 Favorites   0 Comments

Color spaces of #eb7013

RGB 23511219
HSL0.070.850.50
HSV26°92°92°
CMYK 0.000.520.92   0.08
XYZ40.172729.29754.1538
Yxy29.29750.54560.3979
Hunter Lab54.127237.758633.3390
CIE-Lab61.043343.149765.5059

#eb7013 color RGB value is (235,112,19).

#eb7013 hex color red value is 235, green value is 112 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #eb7013 hue: 0.07 , saturation: 0.85 and the lightness value of eb7013 is 0.50.

The process color (four color CMYK) of #eb7013 color hex is 0.00, 0.52, 0.92, 0.08. Web safe color of #eb7013 is #ff6600. Color #eb7013 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110000 00010011
Octal 353 160 23
Decimal 235 112 19
Hex EB 70 13

RGB Percentages of Color #eb7013

%64.21
%30.60
%5.19

CMYK Percentages of Color #eb7013

%0
%52
%92
%8

Triadic Colors of #eb7013

#eb7013 #13eb70 #7013eb

Analogous Colors of #eb7013

#eb7013 #ebdc13 #eb1322

Monochromatic Colors of #eb7013

#eb7013

Complementary Color

#eb7013 #138eeb

#eb7013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7013 Color CSS Codes

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

#eb7013 Text Font Color

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

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


#eb7013 Background Color

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

This div background color is #eb7013


#eb7013 Border Color

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

This div border color is #eb7013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7013


Comments

No comments written yet.

Please login to write comment.