Color Hex Logo

#e26015 Color Hex

#E26015
(226,96,21)
0 Favorites   0 Comments

Color spaces of #e26015

RGB 2269621
HSL0.060.830.48
HSV22°91°89°
CMYK 0.000.580.91   0.11
XYZ35.682324.58863.5749
Yxy24.58860.55890.3851
Hunter Lab49.586941.670030.4364
CIE-Lab56.672447.453261.2552

#e26015 color RGB value is (226,96,21).

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

The process color (four color CMYK) of #e26015 color hex is 0.00, 0.58, 0.91, 0.11. Web safe color of #e26015 is #cc6600. Color #e26015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100000 00010101
Octal 342 140 25
Decimal 226 96 21
Hex E2 60 15

RGB Percentages of Color #e26015

%65.89
%27.99
%6.12

CMYK Percentages of Color #e26015

%0
%58
%91
%11

Triadic Colors of #e26015

#e26015 #15e260 #6015e2

Analogous Colors of #e26015

#e26015 #e2c715 #e21530

Monochromatic Colors of #e26015

#e26015

Complementary Color

#e26015 #1597e2

#e26015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26015 Color CSS Codes

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

#e26015 Text Font Color

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

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


#e26015 Background Color

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

This div background color is #e26015


#e26015 Border Color

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

This div border color is #e26015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26015


Comments

No comments written yet.

Please login to write comment.