Color Hex Logo

#ef790f Color Hex

#EF790F
(239,121,15)
0 Favorites   0 Comments

Color spaces of #ef790f

RGB 23912115
HSL0.080.880.50
HSV28°94°94°
CMYK 0.000.490.94   0.06
XYZ42.520232.06004.3991
Yxy32.06000.53840.4059
Hunter Lab56.621634.957635.0287
CIE-Lab63.392440.195168.2561

#ef790f color RGB value is (239,121,15).

#ef790f hex color red value is 239, green value is 121 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ef790f hue: 0.08 , saturation: 0.88 and the lightness value of ef790f is 0.50.

The process color (four color CMYK) of #ef790f color hex is 0.00, 0.49, 0.94, 0.06. Web safe color of #ef790f is #ff6600. Color #ef790f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111001 00001111
Octal 357 171 17
Decimal 239 121 15
Hex EF 79 F

RGB Percentages of Color #ef790f

%63.73
%32.27
%4.00

CMYK Percentages of Color #ef790f

%0
%49
%94
%6

Triadic Colors of #ef790f

#ef790f #0fef79 #790fef

Analogous Colors of #ef790f

#ef790f #efe90f #ef0f15

Monochromatic Colors of #ef790f

#ef790f

Complementary Color

#ef790f #0f85ef

#ef790f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef790f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef790f Color CSS Codes

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

#ef790f Text Font Color

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

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


#ef790f Background Color

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

This div background color is #ef790f


#ef790f Border Color

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

This div border color is #ef790f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef790f


Comments

No comments written yet.

Please login to write comment.