Color Hex Logo

#ef741e Color Hex

#EF741E
(239,116,30)
0 Favorites   0 Comments

Color spaces of #ef741e

RGB 23911630
HSL0.070.870.53
HSV25°87°94°
CMYK 0.000.510.87   0.06
XYZ42.076330.93524.9817
Yxy30.93520.53950.3966
Hunter Lab55.619437.701933.6231
CIE-Lab62.452942.909563.7313

#ef741e color RGB value is (239,116,30).

#ef741e hex color red value is 239, green value is 116 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ef741e hue: 0.07 , saturation: 0.87 and the lightness value of ef741e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110100 00011110
Octal 357 164 36
Decimal 239 116 30
Hex EF 74 1E

RGB Percentages of Color #ef741e

%62.08
%30.13
%7.79

CMYK Percentages of Color #ef741e

%0
%51
%87
%6

Triadic Colors of #ef741e

#ef741e #1eef74 #741eef

Analogous Colors of #ef741e

#ef741e #efdd1e #ef1e31

Monochromatic Colors of #ef741e

#ef741e

Complementary Color

#ef741e #1e99ef

#ef741e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef741e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef741e Color CSS Codes

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

#ef741e Text Font Color

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

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


#ef741e Background Color

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

This div background color is #ef741e


#ef741e Border Color

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

This div border color is #ef741e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef741e


Comments

No comments written yet.

Please login to write comment.