Color Hex Logo

#eb600b Color Hex

#EB600B
(235,96,11)
0 Favorites   0 Comments

Color spaces of #eb600b

RGB 2359611
HSL0.060.910.48
HSV23°95°92°
CMYK 0.000.590.95   0.08
XYZ38.504226.05213.3158
Yxy26.05210.56730.3838
Hunter Lab51.041345.333631.8772
CIE-Lab58.086550.626165.2795

#eb600b color RGB value is (235,96,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100000 00001011
Octal 353 140 13
Decimal 235 96 11
Hex EB 60 B

RGB Percentages of Color #eb600b

%68.71
%28.07
%3.22

CMYK Percentages of Color #eb600b

%0
%59
%95
%8

Triadic Colors of #eb600b

#eb600b #0beb60 #600beb

Analogous Colors of #eb600b

#eb600b #ebd00b #eb0b26

Monochromatic Colors of #eb600b

#eb600b

Complementary Color

#eb600b #0b96eb

#eb600b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb600b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb600b Color CSS Codes

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

#eb600b Text Font Color

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

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


#eb600b Background Color

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

This div background color is #eb600b


#eb600b Border Color

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

This div border color is #eb600b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb600b


Comments

No comments written yet.

Please login to write comment.