Color Hex Logo

#eb560b Color Hex

#EB560B
(235,86,11)
0 Favorites   0 Comments

Color spaces of #eb560b

RGB 2358611
HSL0.060.910.48
HSV20°95°92°
CMYK 0.000.630.95   0.08
XYZ37.649124.34193.0307
Yxy24.34190.57900.3744
Hunter Lab49.337549.871430.8942
CIE-Lab56.428555.013364.2649

#eb560b color RGB value is (235,86,11).

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

The process color (four color CMYK) of #eb560b color hex is 0.00, 0.63, 0.95, 0.08. Web safe color of #eb560b is #ff6600. Color #eb560b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010110 00001011
Octal 353 126 13
Decimal 235 86 11
Hex EB 56 B

RGB Percentages of Color #eb560b

%70.78
%25.90
%3.31

CMYK Percentages of Color #eb560b

%0
%63
%95
%8

Triadic Colors of #eb560b

#eb560b #0beb56 #560beb

Analogous Colors of #eb560b

#eb560b #ebc60b #eb0b30

Monochromatic Colors of #eb560b

#eb560b

Complementary Color

#eb560b #0ba0eb

#eb560b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb560b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb560b Color CSS Codes

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

#eb560b Text Font Color

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

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


#eb560b Background Color

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

This div background color is #eb560b


#eb560b Border Color

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

This div border color is #eb560b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb560b


Comments

No comments written yet.

Please login to write comment.