Color Hex Logo

#e18240 Color Hex

#E18240
(225,130,64)
0 Favorites   0 Comments

Color spaces of #e18240

RGB 22513064
HSL0.070.730.57
HSV25°72°88°
CMYK 0.000.420.72   0.12
XYZ39.959432.34308.9872
Yxy32.34300.49160.3979
Hunter Lab56.870925.896030.4401
CIE-Lab63.625431.354850.2052

#e18240 color RGB value is (225,130,64).

#e18240 hex color red value is 225, green value is 130 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #e18240 hue: 0.07 , saturation: 0.73 and the lightness value of e18240 is 0.57.

The process color (four color CMYK) of #e18240 color hex is 0.00, 0.42, 0.72, 0.12. Web safe color of #e18240 is #cc9933. Color #e18240 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000010 01000000
Octal 341 202 100
Decimal 225 130 64
Hex E1 82 40

RGB Percentages of Color #e18240

%53.70
%31.03
%15.27

CMYK Percentages of Color #e18240

%0
%42
%72
%12

Triadic Colors of #e18240

#e18240 #40e182 #8240e1

Analogous Colors of #e18240

#e18240 #e1d340 #e1404f

Monochromatic Colors of #e18240

#e18240

Complementary Color

#e18240 #409fe1

#e18240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18240 Color CSS Codes

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

#e18240 Text Font Color

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

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


#e18240 Background Color

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

This div background color is #e18240


#e18240 Border Color

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

This div border color is #e18240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18240


Comments

No comments written yet.

Please login to write comment.