Color Hex Logo

#ef782b Color Hex

#EF782B
(239,120,43)
0 Favorites   0 Comments

Color spaces of #ef782b

RGB 23912043
HSL0.070.860.55
HSV24°82°94°
CMYK 0.000.500.82   0.06
XYZ42.749131.95816.2009
Yxy31.95810.52840.3950
Hunter Lab56.531536.051533.0686
CIE-Lab63.308241.243059.7908

#ef782b color RGB value is (239,120,43).

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

The process color (four color CMYK) of #ef782b color hex is 0.00, 0.50, 0.82, 0.06. Web safe color of #ef782b is #ff6633. Color #ef782b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111000 00101011
Octal 357 170 53
Decimal 239 120 43
Hex EF 78 2B

RGB Percentages of Color #ef782b

%59.45
%29.85
%10.70

CMYK Percentages of Color #ef782b

%0
%50
%82
%6

Triadic Colors of #ef782b

#ef782b #2bef78 #782bef

Analogous Colors of #ef782b

#ef782b #efda2b #ef2b40

Monochromatic Colors of #ef782b

#ef782b

Complementary Color

#ef782b #2ba2ef

#ef782b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef782b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef782b Color CSS Codes

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

#ef782b Text Font Color

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

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


#ef782b Background Color

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

This div background color is #ef782b


#ef782b Border Color

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

This div border color is #ef782b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef782b


Comments

No comments written yet.

Please login to write comment.