Color Hex Logo

#e6740f Color Hex

#E6740F
(230,116,15)
0 Favorites   0 Comments

Color spaces of #e6740f

RGB 23011615
HSL0.080.880.48
HSV28°93°90°
CMYK 0.000.500.93   0.10
XYZ38.964729.34834.0631
Yxy29.34830.53840.4055
Hunter Lab54.174133.581533.4751
CIE-Lab61.087839.158466.0762

#e6740f color RGB value is (230,116,15).

#e6740f hex color red value is 230, green value is 116 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #e6740f hue: 0.08 , saturation: 0.88 and the lightness value of e6740f is 0.48.

The process color (four color CMYK) of #e6740f color hex is 0.00, 0.50, 0.93, 0.10. Web safe color of #e6740f is #ff6600. Color #e6740f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110100 00001111
Octal 346 164 17
Decimal 230 116 15
Hex E6 74 F

RGB Percentages of Color #e6740f

%63.71
%32.13
%4.16

CMYK Percentages of Color #e6740f

%0
%50
%93
%10

Triadic Colors of #e6740f

#e6740f #0fe674 #740fe6

Analogous Colors of #e6740f

#e6740f #e6e00f #e60f16

Monochromatic Colors of #e6740f

#e6740f

Complementary Color

#e6740f #0f81e6

#e6740f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6740f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6740f Color CSS Codes

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

#e6740f Text Font Color

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

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


#e6740f Background Color

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

This div background color is #e6740f


#e6740f Border Color

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

This div border color is #e6740f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6740f


Comments

No comments written yet.

Please login to write comment.