Color Hex Logo

#ef8914 Color Hex

#EF8914
(239,137,20)
0 Favorites   0 Comments

Color spaces of #ef8914

RGB 23913720
HSL0.090.870.51
HSV32°92°94°
CMYK 0.000.430.92   0.06
XYZ44.668536.29255.3127
Yxy36.29250.51780.4207
Hunter Lab60.243326.926536.9416
CIE-Lab66.742832.088569.5772

#ef8914 color RGB value is (239,137,20).

#ef8914 hex color red value is 239, green value is 137 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #ef8914 hue: 0.09 , saturation: 0.87 and the lightness value of ef8914 is 0.51.

The process color (four color CMYK) of #ef8914 color hex is 0.00, 0.43, 0.92, 0.06. Web safe color of #ef8914 is #ff9900. Color #ef8914 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001001 00010100
Octal 357 211 24
Decimal 239 137 20
Hex EF 89 14

RGB Percentages of Color #ef8914

%60.35
%34.60
%5.05

CMYK Percentages of Color #ef8914

%0
%43
%92
%6

Triadic Colors of #ef8914

#ef8914 #14ef89 #8914ef

Analogous Colors of #ef8914

#ef8914 #e8ef14 #ef1c14

Monochromatic Colors of #ef8914

#ef8914

Complementary Color

#ef8914 #147aef

#ef8914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8914 Color CSS Codes

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

#ef8914 Text Font Color

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

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


#ef8914 Background Color

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

This div background color is #ef8914


#ef8914 Border Color

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

This div border color is #ef8914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8914


Comments

No comments written yet.

Please login to write comment.