Color Hex Logo

#e16528 Color Hex

#E16528
(225,101,40)
0 Favorites   0 Comments

Color spaces of #e16528

RGB 22510140
HSL0.050.760.52
HSV20°82°88°
CMYK 0.000.550.82   0.12
XYZ36.088025.46815.0213
Yxy25.46810.54200.3825
Hunter Lab50.465939.329329.4269
CIE-Lab57.528745.124055.0522

#e16528 color RGB value is (225,101,40).

#e16528 hex color red value is 225, green value is 101 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #e16528 hue: 0.05 , saturation: 0.76 and the lightness value of e16528 is 0.52.

The process color (four color CMYK) of #e16528 color hex is 0.00, 0.55, 0.82, 0.12. Web safe color of #e16528 is #cc6633. Color #e16528 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100101 00101000
Octal 341 145 50
Decimal 225 101 40
Hex E1 65 28

RGB Percentages of Color #e16528

%61.48
%27.60
%10.93

CMYK Percentages of Color #e16528

%0
%55
%82
%12

Triadic Colors of #e16528

#e16528 #28e165 #6528e1

Analogous Colors of #e16528

#e16528 #e1c228 #e12847

Monochromatic Colors of #e16528

#e16528

Complementary Color

#e16528 #28a4e1

#e16528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16528 Color CSS Codes

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

#e16528 Text Font Color

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

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


#e16528 Background Color

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

This div background color is #e16528


#e16528 Border Color

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

This div border color is #e16528


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16528


Comments

No comments written yet.

Please login to write comment.