Color Hex Logo

#e5722e Color Hex

#E5722E
(229,114,46)
0 Favorites   0 Comments

Color spaces of #e5722e

RGB 22911446
HSL0.060.780.54
HSV22°80°90°
CMYK 0.000.500.80   0.10
XYZ38.823628.88996.1148
Yxy28.88990.52590.3913
Hunter Lab53.749334.870830.8794
CIE-Lab60.684340.448655.6246

#e5722e color RGB value is (229,114,46).

#e5722e hex color red value is 229, green value is 114 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #e5722e hue: 0.06 , saturation: 0.78 and the lightness value of e5722e is 0.54.

The process color (four color CMYK) of #e5722e color hex is 0.00, 0.50, 0.80, 0.10. Web safe color of #e5722e is #cc6633. Color #e5722e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110010 00101110
Octal 345 162 56
Decimal 229 114 46
Hex E5 72 2E

RGB Percentages of Color #e5722e

%58.87
%29.31
%11.83

CMYK Percentages of Color #e5722e

%0
%50
%80
%10

Triadic Colors of #e5722e

#e5722e #2ee572 #722ee5

Analogous Colors of #e5722e

#e5722e #e5ce2e #e52e45

Monochromatic Colors of #e5722e

#e5722e

Complementary Color

#e5722e #2ea1e5

#e5722e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5722e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5722e Color CSS Codes

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

#e5722e Text Font Color

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

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


#e5722e Background Color

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

This div background color is #e5722e


#e5722e Border Color

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

This div border color is #e5722e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5722e


Comments

No comments written yet.

Please login to write comment.