Color Hex Logo

#e5812a Color Hex

#E5812A
(229,129,42)
0 Favorites   0 Comments

Color spaces of #e5812a

RGB 22912942
HSL0.080.780.53
HSV28°82°90°
CMYK 0.000.440.82   0.10
XYZ40.581332.52576.3297
Yxy32.52570.51090.4095
Hunter Lab57.031327.209033.3415
CIE-Lab63.775032.642960.0664

#e5812a color RGB value is (229,129,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000001 00101010
Octal 345 201 52
Decimal 229 129 42
Hex E5 81 2A

RGB Percentages of Color #e5812a

%57.25
%32.25
%10.50

CMYK Percentages of Color #e5812a

%0
%44
%82
%10

Triadic Colors of #e5812a

#e5812a #2ae581 #812ae5

Analogous Colors of #e5812a

#e5812a #e5df2a #e52a31

Monochromatic Colors of #e5812a

#e5812a

Complementary Color

#e5812a #2a8ee5

#e5812a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5812a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5812a Color CSS Codes

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

#e5812a Text Font Color

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

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


#e5812a Background Color

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

This div background color is #e5812a


#e5812a Border Color

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

This div border color is #e5812a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5812a


Comments

No comments written yet.

Please login to write comment.