Color Hex Logo

#e49a40 Color Hex

#E49A40
(228,154,64)
0 Favorites   0 Comments

Color spaces of #e49a40

RGB 22815464
HSL0.090.750.57
HSV33°72°89°
CMYK 0.000.320.72   0.11
XYZ44.475939.975310.2224
Yxy39.97530.46980.4222
Hunter Lab63.226014.919034.6722
CIE-Lab69.451919.851856.4315

#e49a40 color RGB value is (228,154,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011010 01000000
Octal 344 232 100
Decimal 228 154 64
Hex E4 9A 40

RGB Percentages of Color #e49a40

%51.12
%34.53
%14.35

CMYK Percentages of Color #e49a40

%0
%32
%72
%11

Triadic Colors of #e49a40

#e49a40 #40e49a #9a40e4

Analogous Colors of #e49a40

#e49a40 #dce440 #e44840

Monochromatic Colors of #e49a40

#e49a40

Complementary Color

#e49a40 #408ae4

#e49a40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49a40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49a40 Color CSS Codes

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

#e49a40 Text Font Color

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

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


#e49a40 Background Color

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

This div background color is #e49a40


#e49a40 Border Color

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

This div border color is #e49a40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49a40


Comments

No comments written yet.

Please login to write comment.