Color Hex Logo

#e38116 Color Hex

#E38116
(227,129,22)
0 Favorites   0 Comments

Color spaces of #e38116

RGB 22712922
HSL0.090.820.49
HSV31°90°89°
CMYK 0.000.430.90   0.11
XYZ39.673632.08934.8619
Yxy32.08930.51780.4188
Hunter Lab56.647425.881334.5645
CIE-Lab63.416631.359465.9709

#e38116 color RGB value is (227,129,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000001 00010110
Octal 343 201 26
Decimal 227 129 22
Hex E3 81 16

RGB Percentages of Color #e38116

%60.05
%34.13
%5.82

CMYK Percentages of Color #e38116

%0
%43
%90
%11

Triadic Colors of #e38116

#e38116 #16e381 #8116e3

Analogous Colors of #e38116

#e38116 #dfe316 #e31b16

Monochromatic Colors of #e38116

#e38116

Complementary Color

#e38116 #1678e3

#e38116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38116 Color CSS Codes

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

#e38116 Text Font Color

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

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


#e38116 Background Color

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

This div background color is #e38116


#e38116 Border Color

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

This div border color is #e38116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38116


Comments

No comments written yet.

Please login to write comment.