Color Hex Logo

#ef862b Color Hex

#EF862B
(239,134,43)
0 Favorites   0 Comments

Color spaces of #ef862b

RGB 23913443
HSL0.080.860.55
HSV28°82°94°
CMYK 0.000.440.82   0.06
XYZ44.557735.57536.8038
Yxy35.57530.51250.4092
Hunter Lab59.645028.969334.9882
CIE-Lab66.194134.131862.3494

#ef862b color RGB value is (239,134,43).

#ef862b hex color red value is 239, green value is 134 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ef862b hue: 0.08 , saturation: 0.86 and the lightness value of ef862b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000110 00101011
Octal 357 206 53
Decimal 239 134 43
Hex EF 86 2B

RGB Percentages of Color #ef862b

%57.45
%32.21
%10.34

CMYK Percentages of Color #ef862b

%0
%44
%82
%6

Triadic Colors of #ef862b

#ef862b #2bef86 #862bef

Analogous Colors of #ef862b

#ef862b #efe82b #ef2b32

Monochromatic Colors of #ef862b

#ef862b

Complementary Color

#ef862b #2b94ef

#ef862b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef862b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef862b Color CSS Codes

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

#ef862b Text Font Color

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

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


#ef862b Background Color

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

This div background color is #ef862b


#ef862b Border Color

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

This div border color is #ef862b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef862b


Comments

No comments written yet.

Please login to write comment.