Color Hex Logo

#eb712c Color Hex

#EB712C
(235,113,44)
0 Favorites   0 Comments

Color spaces of #eb712c

RGB 23511344
HSL0.060.830.55
HSV22°81°92°
CMYK 0.000.520.81   0.08
XYZ40.620729.65435.9658
Yxy29.65430.53280.3890
Hunter Lab54.455837.852631.6236
CIE-Lab61.354843.196757.4078

#eb712c color RGB value is (235,113,44).

#eb712c hex color red value is 235, green value is 113 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #eb712c hue: 0.06 , saturation: 0.83 and the lightness value of eb712c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110001 00101100
Octal 353 161 54
Decimal 235 113 44
Hex EB 71 2C

RGB Percentages of Color #eb712c

%59.95
%28.83
%11.22

CMYK Percentages of Color #eb712c

%0
%52
%81
%8

Triadic Colors of #eb712c

#eb712c #2ceb71 #712ceb

Analogous Colors of #eb712c

#eb712c #ebd12c #eb2c47

Monochromatic Colors of #eb712c

#eb712c

Complementary Color

#eb712c #2ca6eb

#eb712c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb712c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb712c Color CSS Codes

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

#eb712c Text Font Color

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

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


#eb712c Background Color

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

This div background color is #eb712c


#eb712c Border Color

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

This div border color is #eb712c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb712c


Comments

No comments written yet.

Please login to write comment.