Color Hex Logo

#ef560b Color Hex

#EF560B
(239,86,11)
0 Favorites   0 Comments

Color spaces of #ef560b

RGB 2398611
HSL0.050.910.49
HSV20°95°94°
CMYK 0.000.640.95   0.06
XYZ38.984825.03053.0932
Yxy25.03050.58090.3730
Hunter Lab50.030551.537631.3557
CIE-Lab57.105156.389065.0176

#ef560b color RGB value is (239,86,11).

#ef560b hex color red value is 239, green value is 86 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ef560b hue: 0.05 , saturation: 0.91 and the lightness value of ef560b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010110 00001011
Octal 357 126 13
Decimal 239 86 11
Hex EF 56 B

RGB Percentages of Color #ef560b

%71.13
%25.60
%3.27

CMYK Percentages of Color #ef560b

%0
%64
%95
%6

Triadic Colors of #ef560b

#ef560b #0bef56 #560bef

Analogous Colors of #ef560b

#ef560b #efc80b #ef0b32

Monochromatic Colors of #ef560b

#ef560b

Complementary Color

#ef560b #0ba4ef

#ef560b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef560b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef560b Color CSS Codes

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

#ef560b Text Font Color

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

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


#ef560b Background Color

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

This div background color is #ef560b


#ef560b Border Color

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

This div border color is #ef560b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef560b


Comments

No comments written yet.

Please login to write comment.