Color Hex Logo

#ef490f Color Hex

#EF490F
(239,73,15)
0 Favorites   0 Comments

Color spaces of #ef490f

RGB 2397315
HSL0.040.880.50
HSV16°94°94°
CMYK 0.000.690.94   0.06
XYZ38.065423.15032.9141
Yxy23.15030.59360.3610
Hunter Lab48.114857.017330.0894
CIE-Lab55.226861.541562.9805

#ef490f color RGB value is (239,73,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001001 00001111
Octal 357 111 17
Decimal 239 73 15
Hex EF 49 F

RGB Percentages of Color #ef490f

%73.09
%22.32
%4.59

CMYK Percentages of Color #ef490f

%0
%69
%94
%6

Triadic Colors of #ef490f

#ef490f #0fef49 #490fef

Analogous Colors of #ef490f

#ef490f #efb90f #ef0f45

Monochromatic Colors of #ef490f

#ef490f

Complementary Color

#ef490f #0fb5ef

#ef490f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef490f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef490f Color CSS Codes

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

#ef490f Text Font Color

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

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


#ef490f Background Color

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

This div background color is #ef490f


#ef490f Border Color

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

This div border color is #ef490f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef490f


Comments

No comments written yet.

Please login to write comment.