Color Hex Logo

#e38a2e Color Hex

#E38A2E
(227,138,46)
0 Favorites   0 Comments

Color spaces of #e38a2e

RGB 22713846
HSL0.080.760.54
HSV30°80°89°
CMYK 0.000.390.80   0.11
XYZ41.260234.70517.1089
Yxy34.70510.49670.4178
Hunter Lab58.911021.923834.0831
CIE-Lab65.518427.216260.0153

#e38a2e color RGB value is (227,138,46).

#e38a2e hex color red value is 227, green value is 138 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #e38a2e hue: 0.08 , saturation: 0.76 and the lightness value of e38a2e is 0.54.

The process color (four color CMYK) of #e38a2e color hex is 0.00, 0.39, 0.80, 0.11. Web safe color of #e38a2e is #cc9933. Color #e38a2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001010 00101110
Octal 343 212 56
Decimal 227 138 46
Hex E3 8A 2E

RGB Percentages of Color #e38a2e

%55.23
%33.58
%11.19

CMYK Percentages of Color #e38a2e

%0
%39
%80
%11

Triadic Colors of #e38a2e

#e38a2e #2ee38a #8a2ee3

Analogous Colors of #e38a2e

#e38a2e #e2e32e #e32f2e

Monochromatic Colors of #e38a2e

#e38a2e

Complementary Color

#e38a2e #2e87e3

#e38a2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38a2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38a2e Color CSS Codes

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

#e38a2e Text Font Color

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

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


#e38a2e Background Color

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

This div background color is #e38a2e


#e38a2e Border Color

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

This div border color is #e38a2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38a2e


Comments

No comments written yet.

Please login to write comment.