Color Hex Logo

#e08417 Color Hex

#E08417
(224,132,23)
0 Favorites   0 Comments

Color spaces of #e08417

RGB 22413223
HSL0.090.810.48
HSV33°90°88°
CMYK 0.000.410.90   0.12
XYZ39.146432.41175.0035
Yxy32.41170.51130.4233
Hunter Lab56.931323.108334.6411
CIE-Lab63.681728.554365.7457

#e08417 color RGB value is (224,132,23).

#e08417 hex color red value is 224, green value is 132 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #e08417 hue: 0.09 , saturation: 0.81 and the lightness value of e08417 is 0.48.

The process color (four color CMYK) of #e08417 color hex is 0.00, 0.41, 0.90, 0.12. Web safe color of #e08417 is #cc9900. Color #e08417 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000100 00010111
Octal 340 204 27
Decimal 224 132 23
Hex E0 84 17

RGB Percentages of Color #e08417

%59.10
%34.83
%6.07

CMYK Percentages of Color #e08417

%0
%41
%90
%12

Triadic Colors of #e08417

#e08417 #17e084 #8417e0

Analogous Colors of #e08417

#e08417 #d8e017 #e02017

Monochromatic Colors of #e08417

#e08417

Complementary Color

#e08417 #1773e0

#e08417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08417 Color CSS Codes

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

#e08417 Text Font Color

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

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


#e08417 Background Color

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

This div background color is #e08417


#e08417 Border Color

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

This div border color is #e08417


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,132,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e08417; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e08417;
  -webkit-box-shadow: 1px 1px 3px 2px #e08417;
  box-shadow:         1px 1px 3px 2px #e08417; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,132,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08417


Comments

No comments written yet.

Please login to write comment.