Color Hex Logo

#ef742e Color Hex

#EF742E
(239,116,46)
0 Favorites   0 Comments

Color spaces of #ef742e

RGB 23911646
HSL0.060.860.56
HSV22°81°94°
CMYK 0.000.510.81   0.06
XYZ42.335131.03886.3445
Yxy31.03880.53110.3894
Hunter Lab55.712538.142732.2468
CIE-Lab62.540443.312157.8774

#ef742e color RGB value is (239,116,46).

#ef742e hex color red value is 239, green value is 116 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ef742e hue: 0.06 , saturation: 0.86 and the lightness value of ef742e is 0.56.

The process color (four color CMYK) of #ef742e color hex is 0.00, 0.51, 0.81, 0.06. Web safe color of #ef742e is #ff6633. Color #ef742e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110100 00101110
Octal 357 164 56
Decimal 239 116 46
Hex EF 74 2E

RGB Percentages of Color #ef742e

%59.60
%28.93
%11.47

CMYK Percentages of Color #ef742e

%0
%51
%81
%6

Triadic Colors of #ef742e

#ef742e #2eef74 #742eef

Analogous Colors of #ef742e

#ef742e #efd52e #ef2e48

Monochromatic Colors of #ef742e

#ef742e

Complementary Color

#ef742e #2ea9ef

#ef742e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef742e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef742e Color CSS Codes

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

#ef742e Text Font Color

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

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


#ef742e Background Color

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

This div background color is #ef742e


#ef742e Border Color

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

This div border color is #ef742e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef742e


Comments

No comments written yet.

Please login to write comment.