Color Hex Logo

#ef520e Color Hex

#EF520E
(239,82,14)
0 Favorites   0 Comments

Color spaces of #ef520e

RGB 2398214
HSL0.050.890.50
HSV18°94°94°
CMYK 0.000.660.94   0.06
XYZ38.693224.41703.0891
Yxy24.41700.58450.3688
Hunter Lab49.413653.300430.8830
CIE-Lab56.502958.056264.0063

#ef520e color RGB value is (239,82,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010010 00001110
Octal 357 122 16
Decimal 239 82 14
Hex EF 52 E

RGB Percentages of Color #ef520e

%71.34
%24.48
%4.18

CMYK Percentages of Color #ef520e

%0
%66
%94
%6

Triadic Colors of #ef520e

#ef520e #0eef52 #520eef

Analogous Colors of #ef520e

#ef520e #efc30e #ef0e3a

Monochromatic Colors of #ef520e

#ef520e

Complementary Color

#ef520e #0eabef

#ef520e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef520e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef520e Color CSS Codes

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

#ef520e Text Font Color

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

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


#ef520e Background Color

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

This div background color is #ef520e


#ef520e Border Color

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

This div border color is #ef520e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef520e


Comments

No comments written yet.

Please login to write comment.