Color Hex Logo

#ef590f Color Hex

#EF590F
(239,89,15)
0 Favorites   0 Comments

Color spaces of #ef590f

RGB 2398915
HSL0.060.880.50
HSV20°94°94°
CMYK 0.000.630.94   0.06
XYZ39.255225.53003.3107
Yxy25.53000.57650.3749
Hunter Lab50.527250.256131.4842
CIE-Lab57.588255.163664.4525

#ef590f color RGB value is (239,89,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011001 00001111
Octal 357 131 17
Decimal 239 89 15
Hex EF 59 F

RGB Percentages of Color #ef590f

%69.68
%25.95
%4.37

CMYK Percentages of Color #ef590f

%0
%63
%94
%6

Triadic Colors of #ef590f

#ef590f #0fef59 #590fef

Analogous Colors of #ef590f

#ef590f #efc90f #ef0f35

Monochromatic Colors of #ef590f

#ef590f

Complementary Color

#ef590f #0fa5ef

#ef590f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef590f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef590f Color CSS Codes

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

#ef590f Text Font Color

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

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


#ef590f Background Color

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

This div background color is #ef590f


#ef590f Border Color

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

This div border color is #ef590f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef590f


Comments

No comments written yet.

Please login to write comment.