Color Hex Logo

#ed741e Color Hex

#ED741E
(237,116,30)
0 Favorites   0 Comments

Color spaces of #ed741e

RGB 23711630
HSL0.070.850.52
HSV25°87°93°
CMYK 0.000.510.87   0.07
XYZ41.404830.58904.9503
Yxy30.58900.53810.3975
Hunter Lab55.307336.842933.4084
CIE-Lab62.159142.137663.3754

#ed741e color RGB value is (237,116,30).

#ed741e hex color red value is 237, green value is 116 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ed741e hue: 0.07 , saturation: 0.85 and the lightness value of ed741e is 0.52.

The process color (four color CMYK) of #ed741e color hex is 0.00, 0.51, 0.87, 0.07. Web safe color of #ed741e is #ff6633. Color #ed741e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110100 00011110
Octal 355 164 36
Decimal 237 116 30
Hex ED 74 1E

RGB Percentages of Color #ed741e

%61.88
%30.29
%7.83

CMYK Percentages of Color #ed741e

%0
%51
%87
%7

Triadic Colors of #ed741e

#ed741e #1eed74 #741eed

Analogous Colors of #ed741e

#ed741e #eddc1e #ed1e2f

Monochromatic Colors of #ed741e

#ed741e

Complementary Color

#ed741e #1e97ed

#ed741e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed741e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed741e Color CSS Codes

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

#ed741e Text Font Color

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

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


#ed741e Background Color

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

This div background color is #ed741e


#ed741e Border Color

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

This div border color is #ed741e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed741e


Comments

No comments written yet.

Please login to write comment.