Color Hex Logo

#ed9126 Color Hex

#ED9126
(237,145,38)
0 Favorites   0 Comments

Color spaces of #ed9126

RGB 23714538
HSL0.090.850.54
HSV32°84°93°
CMYK 0.000.390.84   0.07
XYZ45.400338.39536.8519
Yxy38.39530.50080.4236
Hunter Lab61.963922.348136.8185
CIE-Lab68.311027.440765.8125

#ed9126 color RGB value is (237,145,38).

#ed9126 hex color red value is 237, green value is 145 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #ed9126 hue: 0.09 , saturation: 0.85 and the lightness value of ed9126 is 0.54.

The process color (four color CMYK) of #ed9126 color hex is 0.00, 0.39, 0.84, 0.07. Web safe color of #ed9126 is #ff9933. Color #ed9126 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010001 00100110
Octal 355 221 46
Decimal 237 145 38
Hex ED 91 26

RGB Percentages of Color #ed9126

%56.43
%34.52
%9.05

CMYK Percentages of Color #ed9126

%0
%39
%84
%7

Triadic Colors of #ed9126

#ed9126 #26ed91 #9126ed

Analogous Colors of #ed9126

#ed9126 #e6ed26 #ed2e26

Monochromatic Colors of #ed9126

#ed9126

Complementary Color

#ed9126 #2682ed

#ed9126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9126 Color CSS Codes

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

#ed9126 Text Font Color

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

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


#ed9126 Background Color

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

This div background color is #ed9126


#ed9126 Border Color

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

This div border color is #ed9126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9126


Comments

No comments written yet.

Please login to write comment.