Color Hex Logo

#ef780c Color Hex

#EF780C
(239,120,12)
0 Favorites   0 Comments

Color spaces of #ef780c

RGB 23912012
HSL0.080.900.49
HSV29°95°94°
CMYK 0.000.500.95   0.06
XYZ42.379431.81024.2542
Yxy31.81020.54030.4055
Hunter Lab56.400535.424135.0082
CIE-Lab63.185740.663668.6615

#ef780c color RGB value is (239,120,12).

#ef780c hex color red value is 239, green value is 120 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ef780c hue: 0.08 , saturation: 0.90 and the lightness value of ef780c is 0.49.

The process color (four color CMYK) of #ef780c color hex is 0.00, 0.50, 0.95, 0.06. Web safe color of #ef780c is #ff6600. Color #ef780c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111000 00001100
Octal 357 170 14
Decimal 239 120 12
Hex EF 78 C

RGB Percentages of Color #ef780c

%64.42
%32.35
%3.23

CMYK Percentages of Color #ef780c

%0
%50
%95
%6

Triadic Colors of #ef780c

#ef780c #0cef78 #780cef

Analogous Colors of #ef780c

#ef780c #efea0c #ef0c11

Monochromatic Colors of #ef780c

#ef780c

Complementary Color

#ef780c #0c83ef

#ef780c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef780c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef780c Color CSS Codes

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

#ef780c Text Font Color

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

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


#ef780c Background Color

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

This div background color is #ef780c


#ef780c Border Color

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

This div border color is #ef780c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef780c


Comments

No comments written yet.

Please login to write comment.