Color Hex Logo

#eb741c Color Hex

#EB741C
(235,116,28)
0 Favorites   0 Comments

Color spaces of #eb741c

RGB 23511628
HSL0.070.840.52
HSV26°88°92°
CMYK 0.000.510.88   0.08
XYZ40.715930.23684.7889
Yxy30.23680.53760.3992
Hunter Lab54.988035.941433.3280
CIE-Lab61.858041.321763.6406

#eb741c color RGB value is (235,116,28).

#eb741c hex color red value is 235, green value is 116 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #eb741c hue: 0.07 , saturation: 0.84 and the lightness value of eb741c is 0.52.

The process color (four color CMYK) of #eb741c color hex is 0.00, 0.51, 0.88, 0.08. Web safe color of #eb741c is #ff6633. Color #eb741c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110100 00011100
Octal 353 164 34
Decimal 235 116 28
Hex EB 74 1C

RGB Percentages of Color #eb741c

%62.01
%30.61
%7.39

CMYK Percentages of Color #eb741c

%0
%51
%88
%8

Triadic Colors of #eb741c

#eb741c #1ceb74 #741ceb

Analogous Colors of #eb741c

#eb741c #ebdc1c #eb1c2b

Monochromatic Colors of #eb741c

#eb741c

Complementary Color

#eb741c #1c93eb

#eb741c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb741c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb741c Color CSS Codes

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

#eb741c Text Font Color

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

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


#eb741c Background Color

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

This div background color is #eb741c


#eb741c Border Color

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

This div border color is #eb741c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb741c


Comments

No comments written yet.

Please login to write comment.