Color Hex Logo

#ef700f Color Hex

#EF700F
(239,112,15)
0 Favorites   0 Comments

Color spaces of #ef700f

RGB 23911215
HSL0.070.880.50
HSV26°94°94°
CMYK 0.000.530.94   0.06
XYZ41.477029.97364.0513
Yxy29.97360.54940.3970
Hunter Lab54.748239.421733.9363
CIE-Lab61.631444.632467.0783

#ef700f color RGB value is (239,112,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110000 00001111
Octal 357 160 17
Decimal 239 112 15
Hex EF 70 F

RGB Percentages of Color #ef700f

%65.30
%30.60
%4.10

CMYK Percentages of Color #ef700f

%0
%53
%94
%6

Triadic Colors of #ef700f

#ef700f #0fef70 #700fef

Analogous Colors of #ef700f

#ef700f #efe00f #ef0f1e

Monochromatic Colors of #ef700f

#ef700f

Complementary Color

#ef700f #0f8eef

#ef700f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef700f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef700f Color CSS Codes

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

#ef700f Text Font Color

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

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


#ef700f Background Color

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

This div background color is #ef700f


#ef700f Border Color

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

This div border color is #ef700f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef700f


Comments

No comments written yet.

Please login to write comment.