Color Hex Logo

#e16c2d Color Hex

#E16C2D
(225,108,45)
0 Favorites   0 Comments

Color spaces of #e16c2d

RGB 22510845
HSL0.060.750.53
HSV21°80°88°
CMYK 0.000.520.80   0.12
XYZ36.887626.92215.7349
Yxy26.92210.53040.3871
Hunter Lab51.886536.099329.7674
CIE-Lab58.902241.858454.1720

#e16c2d color RGB value is (225,108,45).

#e16c2d hex color red value is 225, green value is 108 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #e16c2d hue: 0.06 , saturation: 0.75 and the lightness value of e16c2d is 0.53.

The process color (four color CMYK) of #e16c2d color hex is 0.00, 0.52, 0.80, 0.12. Web safe color of #e16c2d is #cc6633. Color #e16c2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101100 00101101
Octal 341 154 55
Decimal 225 108 45
Hex E1 6C 2D

RGB Percentages of Color #e16c2d

%59.52
%28.57
%11.90

CMYK Percentages of Color #e16c2d

%0
%52
%80
%12

Triadic Colors of #e16c2d

#e16c2d #2de16c #6c2de1

Analogous Colors of #e16c2d

#e16c2d #e1c62d #e12d48

Monochromatic Colors of #e16c2d

#e16c2d

Complementary Color

#e16c2d #2da2e1

#e16c2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16c2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16c2d Color CSS Codes

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

#e16c2d Text Font Color

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

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


#e16c2d Background Color

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

This div background color is #e16c2d


#e16c2d Border Color

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

This div border color is #e16c2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16c2d


Comments

No comments written yet.

Please login to write comment.