Color Hex Logo

#e0841a Color Hex

#E0841A
(224,132,26)
0 Favorites   0 Comments

Color spaces of #e0841a

RGB 22413226
HSL0.090.790.49
HSV32°88°88°
CMYK 0.000.410.88   0.12
XYZ39.178232.42445.1709
Yxy32.42440.51030.4223
Hunter Lab56.942423.164434.4756
CIE-Lab63.692128.610164.9735

#e0841a color RGB value is (224,132,26).

#e0841a hex color red value is 224, green value is 132 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #e0841a hue: 0.09 , saturation: 0.79 and the lightness value of e0841a is 0.49.

The process color (four color CMYK) of #e0841a color hex is 0.00, 0.41, 0.88, 0.12. Web safe color of #e0841a is #cc9933. Color #e0841a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000100 00011010
Octal 340 204 32
Decimal 224 132 26
Hex E0 84 1A

RGB Percentages of Color #e0841a

%58.64
%34.55
%6.81

CMYK Percentages of Color #e0841a

%0
%41
%88
%12

Triadic Colors of #e0841a

#e0841a #1ae084 #841ae0

Analogous Colors of #e0841a

#e0841a #d9e01a #e0211a

Monochromatic Colors of #e0841a

#e0841a

Complementary Color

#e0841a #1a76e0

#e0841a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0841a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0841a Color CSS Codes

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

#e0841a Text Font Color

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

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


#e0841a Background Color

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

This div background color is #e0841a


#e0841a Border Color

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

This div border color is #e0841a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,132,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0841a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0841a;
  -webkit-box-shadow: 1px 1px 3px 2px #e0841a;
  box-shadow:         1px 1px 3px 2px #e0841a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,132,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0841a


Comments

No comments written yet.

Please login to write comment.