Color Hex Logo

#ef740e Color Hex

#EF740E
(239,116,14)
0 Favorites   0 Comments

Color spaces of #ef740e

RGB 23911614
HSL0.080.890.50
HSV27°94°94°
CMYK 0.000.510.94   0.06
XYZ41.921330.87324.1651
Yxy30.87320.54470.4012
Hunter Lab55.563737.437134.4501
CIE-Lab62.400442.667067.7848

#ef740e color RGB value is (239,116,14).

#ef740e hex color red value is 239, green value is 116 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ef740e hue: 0.08 , saturation: 0.89 and the lightness value of ef740e is 0.50.

The process color (four color CMYK) of #ef740e color hex is 0.00, 0.51, 0.94, 0.06. Web safe color of #ef740e is #ff6600. Color #ef740e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110100 00001110
Octal 357 164 16
Decimal 239 116 14
Hex EF 74 E

RGB Percentages of Color #ef740e

%64.77
%31.44
%3.79

CMYK Percentages of Color #ef740e

%0
%51
%94
%6

Triadic Colors of #ef740e

#ef740e #0eef74 #740eef

Analogous Colors of #ef740e

#ef740e #efe50e #ef0e18

Monochromatic Colors of #ef740e

#ef740e

Complementary Color

#ef740e #0e89ef

#ef740e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef740e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef740e Color CSS Codes

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

#ef740e Text Font Color

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

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


#ef740e Background Color

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

This div background color is #ef740e


#ef740e Border Color

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

This div border color is #ef740e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef740e


Comments

No comments written yet.

Please login to write comment.