Color Hex Logo

#e16110 Color Hex

#E16110
(225,97,16)
0 Favorites   0 Comments

Color spaces of #e16110

RGB 2259716
HSL0.060.870.47
HSV23°93°88°
CMYK 0.000.570.93   0.12
XYZ35.419624.59443.3706
Yxy24.59440.55880.3880
Hunter Lab49.592740.699130.6852
CIE-Lab56.678146.541262.5090

#e16110 color RGB value is (225,97,16).

#e16110 hex color red value is 225, green value is 97 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #e16110 hue: 0.06 , saturation: 0.87 and the lightness value of e16110 is 0.47.

The process color (four color CMYK) of #e16110 color hex is 0.00, 0.57, 0.93, 0.12. Web safe color of #e16110 is #cc6600. Color #e16110 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100001 00010000
Octal 341 141 20
Decimal 225 97 16
Hex E1 61 10

RGB Percentages of Color #e16110

%66.57
%28.70
%4.73

CMYK Percentages of Color #e16110

%0
%57
%93
%12

Triadic Colors of #e16110

#e16110 #10e161 #6110e1

Analogous Colors of #e16110

#e16110 #e1ca10 #e11028

Monochromatic Colors of #e16110

#e16110

Complementary Color

#e16110 #1090e1

#e16110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16110 Color CSS Codes

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

#e16110 Text Font Color

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

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


#e16110 Background Color

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

This div background color is #e16110


#e16110 Border Color

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

This div border color is #e16110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16110


Comments

No comments written yet.

Please login to write comment.