Color Hex Logo

#ef691f Color Hex

#EF691F
(239,105,31)
0 Favorites   0 Comments

Color spaces of #ef691f

RGB 23910531
HSL0.060.870.53
HSV21°87°94°
CMYK 0.000.560.87   0.06
XYZ40.895528.55284.6521
Yxy28.55280.55190.3853
Hunter Lab53.434843.101232.2425
CIE-Lab60.384948.224761.7795

#ef691f color RGB value is (239,105,31).

#ef691f hex color red value is 239, green value is 105 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ef691f hue: 0.06 , saturation: 0.87 and the lightness value of ef691f is 0.53.

The process color (four color CMYK) of #ef691f color hex is 0.00, 0.56, 0.87, 0.06. Web safe color of #ef691f is #ff6633. Color #ef691f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101001 00011111
Octal 357 151 37
Decimal 239 105 31
Hex EF 69 1F

RGB Percentages of Color #ef691f

%63.73
%28.00
%8.27

CMYK Percentages of Color #ef691f

%0
%56
%87
%6

Triadic Colors of #ef691f

#ef691f #1fef69 #691fef

Analogous Colors of #ef691f

#ef691f #efd11f #ef1f3d

Monochromatic Colors of #ef691f

#ef691f

Complementary Color

#ef691f #1fa5ef

#ef691f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef691f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef691f Color CSS Codes

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

#ef691f Text Font Color

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

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


#ef691f Background Color

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

This div background color is #ef691f


#ef691f Border Color

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

This div border color is #ef691f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef691f


Comments

No comments written yet.

Please login to write comment.