Color Hex Logo

#e5772a Color Hex

#E5772A
(229,119,42)
0 Favorites   0 Comments

Color spaces of #e5772a

RGB 22911942
HSL0.070.780.53
HSV25°82°90°
CMYK 0.000.480.82   0.10
XYZ39.327830.01885.9119
Yxy30.01880.52260.3989
Hunter Lab54.789432.245731.9551
CIE-Lab61.670437.797258.1815

#e5772a color RGB value is (229,119,42).

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

The process color (four color CMYK) of #e5772a color hex is 0.00, 0.48, 0.82, 0.10. Web safe color of #e5772a is #cc6633. Color #e5772a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110111 00101010
Octal 345 167 52
Decimal 229 119 42
Hex E5 77 2A

RGB Percentages of Color #e5772a

%58.72
%30.51
%10.77

CMYK Percentages of Color #e5772a

%0
%48
%82
%10

Triadic Colors of #e5772a

#e5772a #2ae577 #772ae5

Analogous Colors of #e5772a

#e5772a #e5d52a #e52a3b

Monochromatic Colors of #e5772a

#e5772a

Complementary Color

#e5772a #2a98e5

#e5772a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5772a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5772a Color CSS Codes

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

#e5772a Text Font Color

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

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


#e5772a Background Color

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

This div background color is #e5772a


#e5772a Border Color

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

This div border color is #e5772a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5772a


Comments

No comments written yet.

Please login to write comment.