Color Hex Logo

#ed673c Color Hex

#ED673C
(237,103,60)
0 Favorites   0 Comments

Color spaces of #ed673c

RGB 23710360
HSL0.040.830.58
HSV15°75°93°
CMYK 0.000.570.75   0.07
XYZ40.590928.03137.5462
Yxy28.03130.53290.3680
Hunter Lab52.944644.197128.6106
CIE-Lab59.917049.302048.7391

#ed673c color RGB value is (237,103,60).

#ed673c hex color red value is 237, green value is 103 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ed673c hue: 0.04 , saturation: 0.83 and the lightness value of ed673c is 0.58.

The process color (four color CMYK) of #ed673c color hex is 0.00, 0.57, 0.75, 0.07. Web safe color of #ed673c is #ff6633. Color #ed673c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100111 00111100
Octal 355 147 74
Decimal 237 103 60
Hex ED 67 3C

RGB Percentages of Color #ed673c

%59.25
%25.75
%15.00

CMYK Percentages of Color #ed673c

%0
%57
%75
%7

Triadic Colors of #ed673c

#ed673c #3ced67 #673ced

Analogous Colors of #ed673c

#ed673c #edc03c #ed3c6a

Monochromatic Colors of #ed673c

#ed673c

Complementary Color

#ed673c #3cc2ed

#ed673c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed673c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed673c Color CSS Codes

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

#ed673c Text Font Color

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

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


#ed673c Background Color

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

This div background color is #ed673c


#ed673c Border Color

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

This div border color is #ed673c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed673c


Comments

No comments written yet.

Please login to write comment.