Color Hex Logo

#ed6016 Color Hex

#ED6016
(237,96,22)
0 Favorites   0 Comments

Color spaces of #ed6016

RGB 2379622
HSL0.060.860.51
HSV21°91°93°
CMYK 0.000.590.91   0.07
XYZ39.252726.42823.7914
Yxy26.42820.56500.3804
Hunter Lab51.408446.328531.6132
CIE-Lab58.441351.478763.0375

#ed6016 color RGB value is (237,96,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100000 00010110
Octal 355 140 26
Decimal 237 96 22
Hex ED 60 16

RGB Percentages of Color #ed6016

%66.76
%27.04
%6.20

CMYK Percentages of Color #ed6016

%0
%59
%91
%7

Triadic Colors of #ed6016

#ed6016 #16ed60 #6016ed

Analogous Colors of #ed6016

#ed6016 #edcc16 #ed1637

Monochromatic Colors of #ed6016

#ed6016

Complementary Color

#ed6016 #16a3ed

#ed6016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed6016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed6016 Color CSS Codes

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

#ed6016 Text Font Color

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

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


#ed6016 Background Color

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

This div background color is #ed6016


#ed6016 Border Color

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

This div border color is #ed6016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed6016


Comments

No comments written yet.

Please login to write comment.