Color Hex Logo

#e29340 Color Hex

#E29340
(226,147,64)
0 Favorites   0 Comments

Color spaces of #e29340

RGB 22614764
HSL0.090.740.57
HSV31°72°89°
CMYK 0.000.350.72   0.11
XYZ42.723237.40649.8189
Yxy37.40640.47500.4159
Hunter Lab61.160817.657933.2940
CIE-Lab67.580822.749354.4176

#e29340 color RGB value is (226,147,64).

#e29340 hex color red value is 226, green value is 147 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #e29340 hue: 0.09 , saturation: 0.74 and the lightness value of e29340 is 0.57.

The process color (four color CMYK) of #e29340 color hex is 0.00, 0.35, 0.72, 0.11. Web safe color of #e29340 is #cc9933. Color #e29340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010011 01000000
Octal 342 223 100
Decimal 226 147 64
Hex E2 93 40

RGB Percentages of Color #e29340

%51.72
%33.64
%14.65

CMYK Percentages of Color #e29340

%0
%35
%72
%11

Triadic Colors of #e29340

#e29340 #40e293 #9340e2

Analogous Colors of #e29340

#e29340 #e0e240 #e24240

Monochromatic Colors of #e29340

#e29340

Complementary Color

#e29340 #408fe2

#e29340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29340 Color CSS Codes

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

#e29340 Text Font Color

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

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


#e29340 Background Color

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

This div background color is #e29340


#e29340 Border Color

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

This div border color is #e29340


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,147,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e29340; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e29340;
  -webkit-box-shadow: 1px 1px 3px 2px #e29340;
  box-shadow:         1px 1px 3px 2px #e29340; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,147,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29340


Comments

No comments written yet.

Please login to write comment.