Color Hex Logo

#e07201 Color Hex

#E07201
(224,114,1)
0 Favorites   0 Comments

Color spaces of #e07201

RGB 2241141
HSL0.080.990.44
HSV30°100°88°
CMYK 0.000.491.00   0.12
XYZ36.763327.88413.4733
Yxy27.88410.53970.4093
Hunter Lab52.805431.862933.0640
CIE-Lab59.783937.647767.2325

#e07201 color RGB value is (224,114,1).

#e07201 hex color red value is 224, green value is 114 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #e07201 hue: 0.08 , saturation: 0.99 and the lightness value of e07201 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110010 00000001
Octal 340 162 1
Decimal 224 114 1
Hex E0 72 1

RGB Percentages of Color #e07201

%66.08
%33.63
%0.29

CMYK Percentages of Color #e07201

%0
%49
%100
%12

Triadic Colors of #e07201

#e07201 #01e072 #7201e0

Analogous Colors of #e07201

#e07201 #dfe001 #e00301

Monochromatic Colors of #e07201

#e07201

Complementary Color

#e07201 #016fe0

#e07201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07201 Color CSS Codes

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

#e07201 Text Font Color

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

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


#e07201 Background Color

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

This div background color is #e07201


#e07201 Border Color

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

This div border color is #e07201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07201


Comments

No comments written yet.

Please login to write comment.