Color Hex Logo

#e18d13 Color Hex

#E18D13
(225,141,19)
0 Favorites   0 Comments

Color spaces of #e18d13

RGB 22514119
HSL0.100.840.48
HSV36°92°88°
CMYK 0.000.370.92   0.12
XYZ40.693835.10435.2471
Yxy35.10430.50210.4331
Hunter Lab59.248918.913336.2235
CIE-Lab65.829824.133768.3051

#e18d13 color RGB value is (225,141,19).

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

The process color (four color CMYK) of #e18d13 color hex is 0.00, 0.37, 0.92, 0.12. Web safe color of #e18d13 is #cc9900. Color #e18d13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001101 00010011
Octal 341 215 23
Decimal 225 141 19
Hex E1 8D 13

RGB Percentages of Color #e18d13

%58.44
%36.62
%4.94

CMYK Percentages of Color #e18d13

%0
%37
%92
%12

Triadic Colors of #e18d13

#e18d13 #13e18d #8d13e1

Analogous Colors of #e18d13

#e18d13 #cee113 #e12613

Monochromatic Colors of #e18d13

#e18d13

Complementary Color

#e18d13 #1367e1

#e18d13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18d13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18d13 Color CSS Codes

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

#e18d13 Text Font Color

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

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


#e18d13 Background Color

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

This div background color is #e18d13


#e18d13 Border Color

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

This div border color is #e18d13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18d13


Comments

No comments written yet.

Please login to write comment.