Color Hex Logo

#ed9110 Color Hex

#ED9110
(237,145,16)
0 Favorites   0 Comments

Color spaces of #ed9110

RGB 23714516
HSL0.100.870.50
HSV35°93°93°
CMYK 0.000.390.93   0.07
XYZ45.144038.29275.5021
Yxy38.29270.50760.4306
Hunter Lab61.881121.928938.0451
CIE-Lab68.235827.027871.2930

#ed9110 color RGB value is (237,145,16).

#ed9110 hex color red value is 237, green value is 145 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ed9110 hue: 0.10 , saturation: 0.87 and the lightness value of ed9110 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010001 00010000
Octal 355 221 20
Decimal 237 145 16
Hex ED 91 10

RGB Percentages of Color #ed9110

%59.55
%36.43
%4.02

CMYK Percentages of Color #ed9110

%0
%39
%93
%7

Triadic Colors of #ed9110

#ed9110 #10ed91 #9110ed

Analogous Colors of #ed9110

#ed9110 #dbed10 #ed2310

Monochromatic Colors of #ed9110

#ed9110

Complementary Color

#ed9110 #106ced

#ed9110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9110 Color CSS Codes

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

#ed9110 Text Font Color

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

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


#ed9110 Background Color

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

This div background color is #ed9110


#ed9110 Border Color

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

This div border color is #ed9110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9110


Comments

No comments written yet.

Please login to write comment.