Color Hex Logo

#e86020 Color Hex

#E86020
(232,96,32)
0 Favorites   0 Comments

Color spaces of #e86020

RGB 2329632
HSL0.050.810.52
HSV19°86°91°
CMYK 0.000.590.86   0.09
XYZ37.722325.62584.3246
Yxy25.62580.55740.3787
Hunter Lab50.621944.425730.3702
CIE-Lab57.680149.856158.7969

#e86020 color RGB value is (232,96,32).

#e86020 hex color red value is 232, green value is 96 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #e86020 hue: 0.05 , saturation: 0.81 and the lightness value of e86020 is 0.52.

The process color (four color CMYK) of #e86020 color hex is 0.00, 0.59, 0.86, 0.09. Web safe color of #e86020 is #ff6633. Color #e86020 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100000 00100000
Octal 350 140 40
Decimal 232 96 32
Hex E8 60 20

RGB Percentages of Color #e86020

%64.44
%26.67
%8.89

CMYK Percentages of Color #e86020

%0
%59
%86
%9

Triadic Colors of #e86020

#e86020 #20e860 #6020e8

Analogous Colors of #e86020

#e86020 #e8c420 #e82044

Monochromatic Colors of #e86020

#e86020

Complementary Color

#e86020 #20a8e8

#e86020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e86020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e86020 Color CSS Codes

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

#e86020 Text Font Color

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

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


#e86020 Background Color

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

This div background color is #e86020


#e86020 Border Color

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

This div border color is #e86020


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,96,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 #e86020">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e86020


Comments

No comments written yet.

Please login to write comment.