Color Hex Logo

#ef490c Color Hex

#EF490C
(239,73,12)
0 Favorites   0 Comments

Color spaces of #ef490c

RGB 2397312
HSL0.040.900.49
HSV16°95°94°
CMYK 0.000.690.95   0.06
XYZ38.045523.14242.8095
Yxy23.14240.59450.3616
Hunter Lab48.106556.981930.2120
CIE-Lab55.218761.512263.6910

#ef490c color RGB value is (239,73,12).

#ef490c hex color red value is 239, green value is 73 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ef490c hue: 0.04 , saturation: 0.90 and the lightness value of ef490c is 0.49.

The process color (four color CMYK) of #ef490c color hex is 0.00, 0.69, 0.95, 0.06. Web safe color of #ef490c is #ff3300. Color #ef490c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001001 00001100
Octal 357 111 14
Decimal 239 73 12
Hex EF 49 C

RGB Percentages of Color #ef490c

%73.77
%22.53
%3.70

CMYK Percentages of Color #ef490c

%0
%69
%95
%6

Triadic Colors of #ef490c

#ef490c #0cef49 #490cef

Analogous Colors of #ef490c

#ef490c #efbb0c #ef0c41

Monochromatic Colors of #ef490c

#ef490c

Complementary Color

#ef490c #0cb2ef

#ef490c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef490c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef490c Color CSS Codes

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

#ef490c Text Font Color

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

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


#ef490c Background Color

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

This div background color is #ef490c


#ef490c Border Color

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

This div border color is #ef490c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef490c


Comments

No comments written yet.

Please login to write comment.