Color Hex Logo

#ed620e Color Hex

#ED620E
(237,98,14)
0 Favorites   0 Comments

Color spaces of #ed620e

RGB 2379814
HSL0.060.890.49
HSV23°94°93°
CMYK 0.000.590.94   0.07
XYZ39.372026.77163.5078
Yxy26.77160.56530.3844
Hunter Lab51.741345.280532.1993
CIE-Lab58.762350.471865.2618

#ed620e color RGB value is (237,98,14).

#ed620e hex color red value is 237, green value is 98 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ed620e hue: 0.06 , saturation: 0.89 and the lightness value of ed620e is 0.49.

The process color (four color CMYK) of #ed620e color hex is 0.00, 0.59, 0.94, 0.07. Web safe color of #ed620e is #ff6600. Color #ed620e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100010 00001110
Octal 355 142 16
Decimal 237 98 14
Hex ED 62 E

RGB Percentages of Color #ed620e

%67.91
%28.08
%4.01

CMYK Percentages of Color #ed620e

%0
%59
%94
%7

Triadic Colors of #ed620e

#ed620e #0eed62 #620eed

Analogous Colors of #ed620e

#ed620e #edd20e #ed0e29

Monochromatic Colors of #ed620e

#ed620e

Complementary Color

#ed620e #0e99ed

#ed620e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed620e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed620e Color CSS Codes

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

#ed620e Text Font Color

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

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


#ed620e Background Color

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

This div background color is #ed620e


#ed620e Border Color

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

This div border color is #ed620e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed620e


Comments

No comments written yet.

Please login to write comment.