Color Hex Logo

#ef540f Color Hex

#EF540F
(239,84,15)
0 Favorites   0 Comments

Color spaces of #ef540f

RGB 2398415
HSL0.050.880.50
HSV18°94°94°
CMYK 0.000.650.94   0.06
XYZ38.853224.72593.1767
Yxy24.72590.58200.3704
Hunter Lab49.725152.453631.0198
CIE-Lab56.807457.253963.9600

#ef540f color RGB value is (239,84,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010100 00001111
Octal 357 124 17
Decimal 239 84 15
Hex EF 54 F

RGB Percentages of Color #ef540f

%70.71
%24.85
%4.44

CMYK Percentages of Color #ef540f

%0
%65
%94
%6

Triadic Colors of #ef540f

#ef540f #0fef54 #540fef

Analogous Colors of #ef540f

#ef540f #efc40f #ef0f3a

Monochromatic Colors of #ef540f

#ef540f

Complementary Color

#ef540f #0faaef

#ef540f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef540f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef540f Color CSS Codes

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

#ef540f Text Font Color

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

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


#ef540f Background Color

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

This div background color is #ef540f


#ef540f Border Color

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

This div border color is #ef540f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef540f


Comments

No comments written yet.

Please login to write comment.