Color Hex Logo

#ef860e Color Hex

#EF860E
(239,134,14)
0 Favorites   0 Comments

Color spaces of #ef860e

RGB 23913414
HSL0.090.890.50
HSV32°94°94°
CMYK 0.000.440.94   0.06
XYZ44.201035.43264.9250
Yxy35.43260.52270.4190
Hunter Lab59.525328.377436.7622
CIE-Lab66.084133.566970.2644

#ef860e color RGB value is (239,134,14).

#ef860e hex color red value is 239, green value is 134 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ef860e hue: 0.09 , saturation: 0.89 and the lightness value of ef860e is 0.50.

The process color (four color CMYK) of #ef860e color hex is 0.00, 0.44, 0.94, 0.06. Web safe color of #ef860e is #ff9900. Color #ef860e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000110 00001110
Octal 357 206 16
Decimal 239 134 14
Hex EF 86 E

RGB Percentages of Color #ef860e

%61.76
%34.63
%3.62

CMYK Percentages of Color #ef860e

%0
%44
%94
%6

Triadic Colors of #ef860e

#ef860e #0eef86 #860eef

Analogous Colors of #ef860e

#ef860e #e8ef0e #ef160e

Monochromatic Colors of #ef860e

#ef860e

Complementary Color

#ef860e #0e77ef

#ef860e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef860e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef860e Color CSS Codes

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

#ef860e Text Font Color

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

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


#ef860e Background Color

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

This div background color is #ef860e


#ef860e Border Color

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

This div border color is #ef860e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef860e


Comments

No comments written yet.

Please login to write comment.