Color Hex Logo

#e25611 Color Hex

#E25611
(226,86,17)
0 Favorites   0 Comments

Color spaces of #e25611

RGB 2268617
HSL0.060.860.48
HSV20°92°89°
CMYK 0.000.620.92   0.11
XYZ34.793022.86483.1099
Yxy22.86480.57260.3763
Hunter Lab47.817246.201229.6159
CIE-Lab54.932851.929561.1626

#e25611 color RGB value is (226,86,17).

#e25611 hex color red value is 226, green value is 86 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #e25611 hue: 0.06 , saturation: 0.86 and the lightness value of e25611 is 0.48.

The process color (four color CMYK) of #e25611 color hex is 0.00, 0.62, 0.92, 0.11. Web safe color of #e25611 is #cc6600. Color #e25611 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010110 00010001
Octal 342 126 21
Decimal 226 86 17
Hex E2 56 11

RGB Percentages of Color #e25611

%68.69
%26.14
%5.17

CMYK Percentages of Color #e25611

%0
%62
%92
%11

Triadic Colors of #e25611

#e25611 #11e256 #5611e2

Analogous Colors of #e25611

#e25611 #e2bf11 #e21135

Monochromatic Colors of #e25611

#e25611

Complementary Color

#e25611 #119de2

#e25611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25611 Color CSS Codes

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

#e25611 Text Font Color

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

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


#e25611 Background Color

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

This div background color is #e25611


#e25611 Border Color

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

This div border color is #e25611


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,86,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e25611; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e25611;
  -webkit-box-shadow: 1px 1px 3px 2px #e25611;
  box-shadow:         1px 1px 3px 2px #e25611; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,86,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25611


Comments

No comments written yet.

Please login to write comment.