Color Hex Logo

#ef851f Color Hex

#EF851F
(239,133,31)
0 Favorites   0 Comments

Color spaces of #ef851f

RGB 23913331
HSL0.080.870.53
HSV29°87°94°
CMYK 0.000.440.87   0.06
XYZ44.231535.22475.7641
Yxy35.22470.51900.4133
Hunter Lab59.350429.165835.7870
CIE-Lab65.923234.349366.1503

#ef851f color RGB value is (239,133,31).

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

The process color (four color CMYK) of #ef851f color hex is 0.00, 0.44, 0.87, 0.06. Web safe color of #ef851f is #ff9933. Color #ef851f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000101 00011111
Octal 357 205 37
Decimal 239 133 31
Hex EF 85 1F

RGB Percentages of Color #ef851f

%59.31
%33.00
%7.69

CMYK Percentages of Color #ef851f

%0
%44
%87
%6

Triadic Colors of #ef851f

#ef851f #1fef85 #851fef

Analogous Colors of #ef851f

#ef851f #efed1f #ef1f21

Monochromatic Colors of #ef851f

#ef851f

Complementary Color

#ef851f #1f89ef

#ef851f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef851f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef851f Color CSS Codes

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

#ef851f Text Font Color

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

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


#ef851f Background Color

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

This div background color is #ef851f


#ef851f Border Color

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

This div border color is #ef851f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef851f


Comments

No comments written yet.

Please login to write comment.