Color Hex Logo

#ef300e Color Hex

#EF300E
(239,48,14)
0 Favorites   0 Comments

Color spaces of #ef300e

RGB 2394814
HSL0.030.890.50
HSV94°94°
CMYK 0.000.800.94   0.06
XYZ36.732820.49632.4356
Yxy20.49630.61570.3435
Hunter Lab45.272865.601228.5013
CIE-Lab52.393869.400961.5679

#ef300e color RGB value is (239,48,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110000 00001110
Octal 357 60 16
Decimal 239 48 14
Hex EF 30 E

RGB Percentages of Color #ef300e

%79.40
%15.95
%4.65

CMYK Percentages of Color #ef300e

%0
%80
%94
%6

Triadic Colors of #ef300e

#ef300e #0eef30 #300eef

Analogous Colors of #ef300e

#ef300e #efa10e #ef0e5d

Monochromatic Colors of #ef300e

#ef300e

Complementary Color

#ef300e #0ecdef

#ef300e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef300e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef300e Color CSS Codes

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

#ef300e Text Font Color

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

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


#ef300e Background Color

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

This div background color is #ef300e


#ef300e Border Color

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

This div border color is #ef300e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef300e


Comments

No comments written yet.

Please login to write comment.