Color Hex Logo

#ef740f Color Hex

#EF740F
(239,116,15)
0 Favorites   0 Comments

Color spaces of #ef740f

RGB 23911615
HSL0.080.880.50
HSV27°94°94°
CMYK 0.000.510.94   0.06
XYZ41.928230.87604.2017
Yxy30.87600.54450.4010
Hunter Lab55.566237.448734.4130
CIE-Lab62.402842.677767.5921

#ef740f color RGB value is (239,116,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110100 00001111
Octal 357 164 17
Decimal 239 116 15
Hex EF 74 F

RGB Percentages of Color #ef740f

%64.59
%31.35
%4.05

CMYK Percentages of Color #ef740f

%0
%51
%94
%6

Triadic Colors of #ef740f

#ef740f #0fef74 #740fef

Analogous Colors of #ef740f

#ef740f #efe40f #ef0f1a

Monochromatic Colors of #ef740f

#ef740f

Complementary Color

#ef740f #0f8aef

#ef740f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef740f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef740f Color CSS Codes

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

#ef740f Text Font Color

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

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


#ef740f Background Color

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

This div background color is #ef740f


#ef740f Border Color

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

This div border color is #ef740f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,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 #ef740f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef740f


Comments

No comments written yet.

Please login to write comment.