Color Hex Logo

#ef520b Color Hex

#EF520B
(239,82,11)
0 Favorites   0 Comments

Color spaces of #ef520b

RGB 2398211
HSL0.050.910.49
HSV19°95°94°
CMYK 0.000.660.95   0.06
XYZ38.674324.40952.9897
Yxy24.40950.58530.3694
Hunter Lab49.406053.266830.9964
CIE-Lab56.495558.027864.6549

#ef520b color RGB value is (239,82,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010010 00001011
Octal 357 122 13
Decimal 239 82 11
Hex EF 52 B

RGB Percentages of Color #ef520b

%71.99
%24.70
%3.31

CMYK Percentages of Color #ef520b

%0
%66
%95
%6

Triadic Colors of #ef520b

#ef520b #0bef52 #520bef

Analogous Colors of #ef520b

#ef520b #efc40b #ef0b36

Monochromatic Colors of #ef520b

#ef520b

Complementary Color

#ef520b #0ba8ef

#ef520b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef520b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef520b Color CSS Codes

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

#ef520b Text Font Color

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

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


#ef520b Background Color

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

This div background color is #ef520b


#ef520b Border Color

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

This div border color is #ef520b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef520b


Comments

No comments written yet.

Please login to write comment.