Color Hex Logo

#eb601b Color Hex

#EB601B
(235,96,27)
0 Favorites   0 Comments

Color spaces of #eb601b

RGB 2359627
HSL0.060.840.51
HSV20°89°92°
CMYK 0.000.590.89   0.08
XYZ38.641726.10704.0394
Yxy26.10700.56170.3795
Hunter Lab51.095045.578231.0792
CIE-Lab58.138550.841861.1214

#eb601b color RGB value is (235,96,27).

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

The process color (four color CMYK) of #eb601b color hex is 0.00, 0.59, 0.89, 0.08. Web safe color of #eb601b is #ff6633. Color #eb601b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100000 00011011
Octal 353 140 33
Decimal 235 96 27
Hex EB 60 1B

RGB Percentages of Color #eb601b

%65.64
%26.82
%7.54

CMYK Percentages of Color #eb601b

%0
%59
%89
%8

Triadic Colors of #eb601b

#eb601b #1beb60 #601beb

Analogous Colors of #eb601b

#eb601b #ebc81b #eb1b3e

Monochromatic Colors of #eb601b

#eb601b

Complementary Color

#eb601b #1ba6eb

#eb601b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb601b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb601b Color CSS Codes

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

#eb601b Text Font Color

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

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


#eb601b Background Color

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

This div background color is #eb601b


#eb601b Border Color

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

This div border color is #eb601b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,96,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb601b


Comments

No comments written yet.

Please login to write comment.