Color Hex Logo

#e18614 Color Hex

#E18614
(225,134,20)
0 Favorites   0 Comments

Color spaces of #e18614

RGB 22513420
HSL0.090.840.48
HSV33°91°88°
CMYK 0.000.400.91   0.12
XYZ39.702733.10834.9598
Yxy33.10830.51050.4257
Hunter Lab57.539822.471035.1672
CIE-Lab64.248527.865166.9321

#e18614 color RGB value is (225,134,20).

#e18614 hex color red value is 225, green value is 134 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #e18614 hue: 0.09 , saturation: 0.84 and the lightness value of e18614 is 0.48.

The process color (four color CMYK) of #e18614 color hex is 0.00, 0.40, 0.91, 0.12. Web safe color of #e18614 is #cc9900. Color #e18614 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000110 00010100
Octal 341 206 24
Decimal 225 134 20
Hex E1 86 14

RGB Percentages of Color #e18614

%59.37
%35.36
%5.28

CMYK Percentages of Color #e18614

%0
%40
%91
%12

Triadic Colors of #e18614

#e18614 #14e186 #8614e1

Analogous Colors of #e18614

#e18614 #d6e114 #e11f14

Monochromatic Colors of #e18614

#e18614

Complementary Color

#e18614 #146fe1

#e18614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18614 Color CSS Codes

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

#e18614 Text Font Color

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

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


#e18614 Background Color

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

This div background color is #e18614


#e18614 Border Color

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

This div border color is #e18614


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,134,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18614


Comments

No comments written yet.

Please login to write comment.