Color Hex Logo

#e5912a Color Hex

#E5912A
(229,145,42)
0 Favorites   0 Comments

Color spaces of #e5912a

RGB 22914542
HSL0.090.780.53
HSV33°82°90°
CMYK 0.000.370.82   0.10
XYZ42.856437.07607.0881
Yxy37.07600.49250.4261
Hunter Lab60.890119.076535.7212
CIE-Lab67.334024.210863.2243

#e5912a color RGB value is (229,145,42).

#e5912a hex color red value is 229, green value is 145 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #e5912a hue: 0.09 , saturation: 0.78 and the lightness value of e5912a is 0.53.

The process color (four color CMYK) of #e5912a color hex is 0.00, 0.37, 0.82, 0.10. Web safe color of #e5912a is #cc9933. Color #e5912a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010001 00101010
Octal 345 221 52
Decimal 229 145 42
Hex E5 91 2A

RGB Percentages of Color #e5912a

%55.05
%34.86
%10.10

CMYK Percentages of Color #e5912a

%0
%37
%82
%10

Triadic Colors of #e5912a

#e5912a #2ae591 #912ae5

Analogous Colors of #e5912a

#e5912a #dce52a #e5332a

Monochromatic Colors of #e5912a

#e5912a

Complementary Color

#e5912a #2a7ee5

#e5912a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5912a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5912a Color CSS Codes

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

#e5912a Text Font Color

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

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


#e5912a Background Color

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

This div background color is #e5912a


#e5912a Border Color

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

This div border color is #e5912a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,145,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5912a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5912a;
  -webkit-box-shadow: 1px 1px 3px 2px #e5912a;
  box-shadow:         1px 1px 3px 2px #e5912a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,145,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5912a


Comments

No comments written yet.

Please login to write comment.