Color Hex Logo

#e38616 Color Hex

#E38616
(227,134,22)
0 Favorites   0 Comments

Color spaces of #e38616

RGB 22713422
HSL0.090.820.49
HSV33°90°89°
CMYK 0.000.410.90   0.11
XYZ40.348533.43905.0868
Yxy33.43900.51160.4240
Hunter Lab57.826523.352335.2630
CIE-Lab64.514828.732866.7867

#e38616 color RGB value is (227,134,22).

#e38616 hex color red value is 227, green value is 134 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #e38616 hue: 0.09 , saturation: 0.82 and the lightness value of e38616 is 0.49.

The process color (four color CMYK) of #e38616 color hex is 0.00, 0.41, 0.90, 0.11. Web safe color of #e38616 is #cc9900. Color #e38616 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000110 00010110
Octal 343 206 26
Decimal 227 134 22
Hex E3 86 16

RGB Percentages of Color #e38616

%59.27
%34.99
%5.74

CMYK Percentages of Color #e38616

%0
%41
%90
%11

Triadic Colors of #e38616

#e38616 #16e386 #8616e3

Analogous Colors of #e38616

#e38616 #dae316 #e32016

Monochromatic Colors of #e38616

#e38616

Complementary Color

#e38616 #1673e3

#e38616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38616 Color CSS Codes

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

#e38616 Text Font Color

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

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


#e38616 Background Color

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

This div background color is #e38616


#e38616 Border Color

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

This div border color is #e38616


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,134,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e38616; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e38616;
  -webkit-box-shadow: 1px 1px 3px 2px #e38616;
  box-shadow:         1px 1px 3px 2px #e38616; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,134,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38616


Comments

No comments written yet.

Please login to write comment.