Color Hex Logo

#e26720 Color Hex

#E26720
(226,103,32)
0 Favorites   0 Comments

Color spaces of #e26720

RGB 22610332
HSL0.060.770.51
HSV22°86°89°
CMYK 0.000.540.86   0.11
XYZ36.475025.97354.4574
Yxy25.97350.54520.3882
Hunter Lab50.964238.564830.4894
CIE-Lab58.011944.330858.6774

#e26720 color RGB value is (226,103,32).

#e26720 hex color red value is 226, green value is 103 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #e26720 hue: 0.06 , saturation: 0.77 and the lightness value of e26720 is 0.51.

The process color (four color CMYK) of #e26720 color hex is 0.00, 0.54, 0.86, 0.11. Web safe color of #e26720 is #cc6633. Color #e26720 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100111 00100000
Octal 342 147 40
Decimal 226 103 32
Hex E2 67 20

RGB Percentages of Color #e26720

%62.60
%28.53
%8.86

CMYK Percentages of Color #e26720

%0
%54
%86
%11

Triadic Colors of #e26720

#e26720 #20e267 #6720e2

Analogous Colors of #e26720

#e26720 #e2c820 #e2203a

Monochromatic Colors of #e26720

#e26720

Complementary Color

#e26720 #209be2

#e26720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26720 Color CSS Codes

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

#e26720 Text Font Color

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

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


#e26720 Background Color

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

This div background color is #e26720


#e26720 Border Color

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

This div border color is #e26720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26720


Comments

No comments written yet.

Please login to write comment.