Color Hex Logo

#e9601b Color Hex

#E9601B
(233,96,27)
0 Favorites   0 Comments

Color spaces of #e9601b

RGB 2339627
HSL0.060.820.51
HSV20°88°91°
CMYK 0.000.590.88   0.09
XYZ37.985025.76854.0087
Yxy25.76850.56060.3803
Hunter Lab50.762744.734330.8518
CIE-Lab57.816750.118760.7360

#e9601b color RGB value is (233,96,27).

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

The process color (four color CMYK) of #e9601b color hex is 0.00, 0.59, 0.88, 0.09. Web safe color of #e9601b is #ff6633. Color #e9601b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100000 00011011
Octal 351 140 33
Decimal 233 96 27
Hex E9 60 1B

RGB Percentages of Color #e9601b

%65.45
%26.97
%7.58

CMYK Percentages of Color #e9601b

%0
%59
%88
%9

Triadic Colors of #e9601b

#e9601b #1be960 #601be9

Analogous Colors of #e9601b

#e9601b #e9c71b #e91b3d

Monochromatic Colors of #e9601b

#e9601b

Complementary Color

#e9601b #1ba4e9

#e9601b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9601b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9601b Color CSS Codes

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

#e9601b Text Font Color

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

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


#e9601b Background Color

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

This div background color is #e9601b


#e9601b Border Color

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

This div border color is #e9601b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9601b


Comments

No comments written yet.

Please login to write comment.