Color Hex Logo

#ef782c Color Hex

#EF782C
(239,120,44)
0 Favorites   0 Comments

Color spaces of #ef782c

RGB 23912044
HSL0.060.860.55
HSV23°82°94°
CMYK 0.000.500.82   0.06
XYZ42.767731.96556.2987
Yxy31.96550.52780.3945
Hunter Lab56.538036.083232.9713
CIE-Lab63.314441.272259.3989

#ef782c color RGB value is (239,120,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111000 00101100
Octal 357 170 54
Decimal 239 120 44
Hex EF 78 2C

RGB Percentages of Color #ef782c

%59.31
%29.78
%10.92

CMYK Percentages of Color #ef782c

%0
%50
%82
%6

Triadic Colors of #ef782c

#ef782c #2cef78 #782cef

Analogous Colors of #ef782c

#ef782c #efda2c #ef2c42

Monochromatic Colors of #ef782c

#ef782c

Complementary Color

#ef782c #2ca3ef

#ef782c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef782c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef782c Color CSS Codes

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

#ef782c Text Font Color

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

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


#ef782c Background Color

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

This div background color is #ef782c


#ef782c Border Color

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

This div border color is #ef782c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef782c


Comments

No comments written yet.

Please login to write comment.