Color Hex Logo

#e5730f Color Hex

#E5730F
(229,115,15)
0 Favorites   0 Comments

Color spaces of #e5730f

RGB 22911515
HSL0.080.880.48
HSV28°93°90°
CMYK 0.000.500.93   0.10
XYZ38.530128.95404.0099
Yxy28.95400.53890.4050
Hunter Lab53.808933.650033.2479
CIE-Lab60.741039.267165.7713

#e5730f color RGB value is (229,115,15).

#e5730f hex color red value is 229, green value is 115 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #e5730f hue: 0.08 , saturation: 0.88 and the lightness value of e5730f is 0.48.

The process color (four color CMYK) of #e5730f color hex is 0.00, 0.50, 0.93, 0.10. Web safe color of #e5730f is #cc6600. Color #e5730f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110011 00001111
Octal 345 163 17
Decimal 229 115 15
Hex E5 73 F

RGB Percentages of Color #e5730f

%63.79
%32.03
%4.18

CMYK Percentages of Color #e5730f

%0
%50
%93
%10

Triadic Colors of #e5730f

#e5730f #0fe573 #730fe5

Analogous Colors of #e5730f

#e5730f #e5de0f #e50f16

Monochromatic Colors of #e5730f

#e5730f

Complementary Color

#e5730f #0f81e5

#e5730f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5730f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5730f Color CSS Codes

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

#e5730f Text Font Color

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

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


#e5730f Background Color

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

This div background color is #e5730f


#e5730f Border Color

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

This div border color is #e5730f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5730f


Comments

No comments written yet.

Please login to write comment.