Color Hex Logo

#eb713d Color Hex

#EB713D
(235,113,61)
0 Favorites   0 Comments

Color spaces of #eb713d

RGB 23511361
HSL0.050.810.58
HSV18°74°92°
CMYK 0.000.520.74   0.08
XYZ41.008429.80938.0073
Yxy29.80930.52020.3782
Hunter Lab54.597938.524829.5231
CIE-Lab61.489343.811249.8098

#eb713d color RGB value is (235,113,61).

#eb713d hex color red value is 235, green value is 113 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #eb713d hue: 0.05 , saturation: 0.81 and the lightness value of eb713d is 0.58.

The process color (four color CMYK) of #eb713d color hex is 0.00, 0.52, 0.74, 0.08. Web safe color of #eb713d is #ff6633. Color #eb713d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110001 00111101
Octal 353 161 75
Decimal 235 113 61
Hex EB 71 3D

RGB Percentages of Color #eb713d

%57.46
%27.63
%14.91

CMYK Percentages of Color #eb713d

%0
%52
%74
%8

Triadic Colors of #eb713d

#eb713d #3deb71 #713deb

Analogous Colors of #eb713d

#eb713d #ebc83d #eb3d60

Monochromatic Colors of #eb713d

#eb713d

Complementary Color

#eb713d #3db7eb

#eb713d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb713d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb713d Color CSS Codes

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

#eb713d Text Font Color

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

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


#eb713d Background Color

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

This div background color is #eb713d


#eb713d Border Color

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

This div border color is #eb713d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb713d


Comments

No comments written yet.

Please login to write comment.