Color Hex Logo

#e45f17 Color Hex

#E45F17
(228,95,23)
0 Favorites   0 Comments

Color spaces of #e45f17

RGB 2289523
HSL0.060.820.49
HSV21°90°89°
CMYK 0.000.580.90   0.11
XYZ36.241824.74033.6758
Yxy24.74030.56050.3826
Hunter Lab49.739643.016230.4362
CIE-Lab56.821548.685860.9154

#e45f17 color RGB value is (228,95,23).

#e45f17 hex color red value is 228, green value is 95 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #e45f17 hue: 0.06 , saturation: 0.82 and the lightness value of e45f17 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011111 00010111
Octal 344 137 27
Decimal 228 95 23
Hex E4 5F 17

RGB Percentages of Color #e45f17

%65.90
%27.46
%6.65

CMYK Percentages of Color #e45f17

%0
%58
%90
%11

Triadic Colors of #e45f17

#e45f17 #17e45f #5f17e4

Analogous Colors of #e45f17

#e45f17 #e4c617 #e41736

Monochromatic Colors of #e45f17

#e45f17

Complementary Color

#e45f17 #179ce4

#e45f17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45f17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45f17 Color CSS Codes

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

#e45f17 Text Font Color

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

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


#e45f17 Background Color

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

This div background color is #e45f17


#e45f17 Border Color

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

This div border color is #e45f17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45f17


Comments

No comments written yet.

Please login to write comment.