Color Hex Logo

#ed703e Color Hex

#ED703E
(237,112,62)
0 Favorites   0 Comments

Color spaces of #ed703e

RGB 23711262
HSL0.050.830.59
HSV17°74°93°
CMYK 0.000.530.74   0.07
XYZ41.588729.94078.1446
Yxy29.94070.52200.3758
Hunter Lab54.718139.912929.4776
CIE-Lab61.603045.095049.5296

#ed703e color RGB value is (237,112,62).

#ed703e hex color red value is 237, green value is 112 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ed703e hue: 0.05 , saturation: 0.83 and the lightness value of ed703e is 0.59.

The process color (four color CMYK) of #ed703e color hex is 0.00, 0.53, 0.74, 0.07. Web safe color of #ed703e is #ff6633. Color #ed703e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110000 00111110
Octal 355 160 76
Decimal 237 112 62
Hex ED 70 3E

RGB Percentages of Color #ed703e

%57.66
%27.25
%15.09

CMYK Percentages of Color #ed703e

%0
%53
%74
%7

Triadic Colors of #ed703e

#ed703e #3eed70 #703eed

Analogous Colors of #ed703e

#ed703e #edc83e #ed3e64

Monochromatic Colors of #ed703e

#ed703e

Complementary Color

#ed703e #3ebbed

#ed703e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed703e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed703e Color CSS Codes

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

#ed703e Text Font Color

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

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


#ed703e Background Color

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

This div background color is #ed703e


#ed703e Border Color

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

This div border color is #ed703e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed703e


Comments

No comments written yet.

Please login to write comment.