Color Hex Logo

#ed6516 Color Hex

#ED6516
(237,101,22)
0 Favorites   0 Comments

Color spaces of #ed6516

RGB 23710122
HSL0.060.860.51
HSV22°91°93°
CMYK 0.000.570.91   0.07
XYZ39.723627.36983.9483
Yxy27.36980.55920.3853
Hunter Lab52.316243.981632.1467
CIE-Lab59.315149.195463.6553

#ed6516 color RGB value is (237,101,22).

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

The process color (four color CMYK) of #ed6516 color hex is 0.00, 0.57, 0.91, 0.07. Web safe color of #ed6516 is #ff6600. Color #ed6516 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100101 00010110
Octal 355 145 26
Decimal 237 101 22
Hex ED 65 16

RGB Percentages of Color #ed6516

%65.83
%28.06
%6.11

CMYK Percentages of Color #ed6516

%0
%57
%91
%7

Triadic Colors of #ed6516

#ed6516 #16ed65 #6516ed

Analogous Colors of #ed6516

#ed6516 #edd116 #ed1633

Monochromatic Colors of #ed6516

#ed6516

Complementary Color

#ed6516 #169eed

#ed6516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed6516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed6516 Color CSS Codes

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

#ed6516 Text Font Color

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

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


#ed6516 Background Color

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

This div background color is #ed6516


#ed6516 Border Color

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

This div border color is #ed6516


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,101,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed6516


Comments

No comments written yet.

Please login to write comment.