Color Hex Logo

#ef961b Color Hex

#EF961B
(239,150,27)
0 Favorites   0 Comments

Color spaces of #ef961b

RGB 23915027
HSL0.100.870.52
HSV35°89°94°
CMYK 0.000.370.89   0.06
XYZ46.700840.24256.3431
Yxy40.24250.50060.4314
Hunter Lab63.437020.392838.4774
CIE-Lab69.641925.400870.1271

#ef961b color RGB value is (239,150,27).

#ef961b hex color red value is 239, green value is 150 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ef961b hue: 0.10 , saturation: 0.87 and the lightness value of ef961b is 0.52.

The process color (four color CMYK) of #ef961b color hex is 0.00, 0.37, 0.89, 0.06. Web safe color of #ef961b is #ff9933. Color #ef961b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010110 00011011
Octal 357 226 33
Decimal 239 150 27
Hex EF 96 1B

RGB Percentages of Color #ef961b

%57.45
%36.06
%6.49

CMYK Percentages of Color #ef961b

%0
%37
%89
%6

Triadic Colors of #ef961b

#ef961b #1bef96 #961bef

Analogous Colors of #ef961b

#ef961b #deef1b #ef2c1b

Monochromatic Colors of #ef961b

#ef961b

Complementary Color

#ef961b #1b74ef

#ef961b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef961b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef961b Color CSS Codes

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

#ef961b Text Font Color

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

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


#ef961b Background Color

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

This div background color is #ef961b


#ef961b Border Color

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

This div border color is #ef961b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef961b


Comments

No comments written yet.

Please login to write comment.