Color Hex Logo

#ed4217 Color Hex

#ED4217
(237,66,23)
0 Favorites   0 Comments

Color spaces of #ed4217

RGB 2376623
HSL0.030.860.51
HSV12°90°93°
CMYK 0.000.720.90   0.07
XYZ37.027921.96283.0983
Yxy21.96280.59640.3537
Hunter Lab46.864559.021028.8854
CIE-Lab53.987563.504059.6089

#ed4217 color RGB value is (237,66,23).

#ed4217 hex color red value is 237, green value is 66 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #ed4217 hue: 0.03 , saturation: 0.86 and the lightness value of ed4217 is 0.51.

The process color (four color CMYK) of #ed4217 color hex is 0.00, 0.72, 0.90, 0.07. Web safe color of #ed4217 is #ff3300. Color #ed4217 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000010 00010111
Octal 355 102 27
Decimal 237 66 23
Hex ED 42 17

RGB Percentages of Color #ed4217

%72.70
%20.25
%7.06

CMYK Percentages of Color #ed4217

%0
%72
%90
%7

Triadic Colors of #ed4217

#ed4217 #17ed42 #4217ed

Analogous Colors of #ed4217

#ed4217 #edad17 #ed1757

Monochromatic Colors of #ed4217

#ed4217

Complementary Color

#ed4217 #17c2ed

#ed4217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4217 Color CSS Codes

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

#ed4217 Text Font Color

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

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


#ed4217 Background Color

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

This div background color is #ed4217


#ed4217 Border Color

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

This div border color is #ed4217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4217


Comments

No comments written yet.

Please login to write comment.