Color Hex Logo

#ef460e Color Hex

#EF460E
(239,70,14)
0 Favorites   0 Comments

Color spaces of #ef460e

RGB 2397014
HSL0.040.890.50
HSV15°94°94°
CMYK 0.000.710.94   0.06
XYZ37.866022.76272.8134
Yxy22.76270.59690.3588
Hunter Lab47.710358.176329.9010
CIE-Lab54.827162.619962.9885

#ef460e color RGB value is (239,70,14).

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

The process color (four color CMYK) of #ef460e color hex is 0.00, 0.71, 0.94, 0.06. Web safe color of #ef460e is #ff3300. Color #ef460e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000110 00001110
Octal 357 106 16
Decimal 239 70 14
Hex EF 46 E

RGB Percentages of Color #ef460e

%73.99
%21.67
%4.33

CMYK Percentages of Color #ef460e

%0
%71
%94
%6

Triadic Colors of #ef460e

#ef460e #0eef46 #460eef

Analogous Colors of #ef460e

#ef460e #efb70e #ef0e46

Monochromatic Colors of #ef460e

#ef460e

Complementary Color

#ef460e #0eb7ef

#ef460e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef460e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef460e Color CSS Codes

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

#ef460e Text Font Color

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

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


#ef460e Background Color

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

This div background color is #ef460e


#ef460e Border Color

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

This div border color is #ef460e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef460e


Comments

No comments written yet.

Please login to write comment.