Color Hex Logo

#e1730a Color Hex

#E1730A
(225,115,10)
0 Favorites   0 Comments

Color spaces of #e1730a

RGB 22511510
HSL0.080.910.46
HSV29°96°88°
CMYK 0.000.490.96   0.12
XYZ37.236928.29093.7853
Yxy28.29090.53720.4082
Hunter Lab53.189231.883933.0130
CIE-Lab60.150637.624666.0197

#e1730a color RGB value is (225,115,10).

#e1730a hex color red value is 225, green value is 115 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #e1730a hue: 0.08 , saturation: 0.91 and the lightness value of e1730a is 0.46.

The process color (four color CMYK) of #e1730a color hex is 0.00, 0.49, 0.96, 0.12. Web safe color of #e1730a is #cc6600. Color #e1730a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110011 00001010
Octal 341 163 12
Decimal 225 115 10
Hex E1 73 A

RGB Percentages of Color #e1730a

%64.29
%32.86
%2.86

CMYK Percentages of Color #e1730a

%0
%49
%96
%12

Triadic Colors of #e1730a

#e1730a #0ae173 #730ae1

Analogous Colors of #e1730a

#e1730a #e1df0a #e10a0c

Monochromatic Colors of #e1730a

#e1730a

Complementary Color

#e1730a #0a78e1

#e1730a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1730a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1730a Color CSS Codes

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

#e1730a Text Font Color

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

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


#e1730a Background Color

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

This div background color is #e1730a


#e1730a Border Color

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

This div border color is #e1730a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1730a


Comments

No comments written yet.

Please login to write comment.