Color Hex Logo

#e05316 Color Hex

#E05316
(224,83,22)
0 Favorites   0 Comments

Color spaces of #e05316

RGB 2248322
HSL0.050.820.48
HSV18°90°88°
CMYK 0.000.630.90   0.12
XYZ33.978522.09173.2323
Yxy22.09170.57300.3725
Hunter Lab47.001846.787928.8239
CIE-Lab54.124252.601958.9767

#e05316 color RGB value is (224,83,22).

#e05316 hex color red value is 224, green value is 83 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #e05316 hue: 0.05 , saturation: 0.82 and the lightness value of e05316 is 0.48.

The process color (four color CMYK) of #e05316 color hex is 0.00, 0.63, 0.90, 0.12. Web safe color of #e05316 is #cc6600. Color #e05316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010011 00010110
Octal 340 123 26
Decimal 224 83 22
Hex E0 53 16

RGB Percentages of Color #e05316

%68.09
%25.23
%6.69

CMYK Percentages of Color #e05316

%0
%63
%90
%12

Triadic Colors of #e05316

#e05316 #16e053 #5316e0

Analogous Colors of #e05316

#e05316 #e0b816 #e0163e

Monochromatic Colors of #e05316

#e05316

Complementary Color

#e05316 #16a3e0

#e05316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05316 Color CSS Codes

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

#e05316 Text Font Color

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

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


#e05316 Background Color

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

This div background color is #e05316


#e05316 Border Color

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

This div border color is #e05316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05316


Comments

No comments written yet.

Please login to write comment.