Color Hex Logo

#e07605 Color Hex

#E07605
(224,118,5)
0 Favorites   0 Comments

Color spaces of #e07605

RGB 2241185
HSL0.090.960.45
HSV31°98°88°
CMYK 0.000.470.98   0.12
XYZ37.246328.81513.7424
Yxy28.81510.53360.4128
Hunter Lab53.679729.914933.4423
CIE-Lab60.618135.640567.0732

#e07605 color RGB value is (224,118,5).

#e07605 hex color red value is 224, green value is 118 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #e07605 hue: 0.09 , saturation: 0.96 and the lightness value of e07605 is 0.45.

The process color (four color CMYK) of #e07605 color hex is 0.00, 0.47, 0.98, 0.12. Web safe color of #e07605 is #cc6600. Color #e07605 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110110 00000101
Octal 340 166 5
Decimal 224 118 5
Hex E0 76 5

RGB Percentages of Color #e07605

%64.55
%34.01
%1.44

CMYK Percentages of Color #e07605

%0
%47
%98
%12

Triadic Colors of #e07605

#e07605 #05e076 #7605e0

Analogous Colors of #e07605

#e07605 #dde005 #e00905

Monochromatic Colors of #e07605

#e07605

Complementary Color

#e07605 #056fe0

#e07605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07605 Color CSS Codes

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

#e07605 Text Font Color

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

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


#e07605 Background Color

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

This div background color is #e07605


#e07605 Border Color

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

This div border color is #e07605


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07605


Comments

No comments written yet.

Please login to write comment.