Color Hex Logo

#ed9017 Color Hex

#ED9017
(237,144,23)
0 Favorites   0 Comments

Color spaces of #ed9017

RGB 23714423
HSL0.090.860.51
HSV34°90°93°
CMYK 0.000.390.90   0.07
XYZ45.053038.01295.7733
Yxy38.01290.50710.4279
Hunter Lab61.654622.540137.6063
CIE-Lab68.030127.652069.7430

#ed9017 color RGB value is (237,144,23).

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

The process color (four color CMYK) of #ed9017 color hex is 0.00, 0.39, 0.90, 0.07. Web safe color of #ed9017 is #ff9900. Color #ed9017 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010000 00010111
Octal 355 220 27
Decimal 237 144 23
Hex ED 90 17

RGB Percentages of Color #ed9017

%58.66
%35.64
%5.69

CMYK Percentages of Color #ed9017

%0
%39
%90
%7

Triadic Colors of #ed9017

#ed9017 #17ed90 #9017ed

Analogous Colors of #ed9017

#ed9017 #dfed17 #ed2517

Monochromatic Colors of #ed9017

#ed9017

Complementary Color

#ed9017 #1774ed

#ed9017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9017 Color CSS Codes

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

#ed9017 Text Font Color

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

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


#ed9017 Background Color

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

This div background color is #ed9017


#ed9017 Border Color

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

This div border color is #ed9017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9017


Comments

No comments written yet.

Please login to write comment.