Color Hex Logo

#ed640e Color Hex

#ED640E
(237,100,14)
0 Favorites   0 Comments

Color spaces of #ed640e

RGB 23710014
HSL0.060.890.49
HSV23°94°93°
CMYK 0.000.580.94   0.07
XYZ39.561527.15063.5709
Yxy27.15060.56290.3863
Hunter Lab52.106244.339732.4112
CIE-Lab59.113549.555265.4879

#ed640e color RGB value is (237,100,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100100 00001110
Octal 355 144 16
Decimal 237 100 14
Hex ED 64 E

RGB Percentages of Color #ed640e

%67.52
%28.49
%3.99

CMYK Percentages of Color #ed640e

%0
%58
%94
%7

Triadic Colors of #ed640e

#ed640e #0eed64 #640eed

Analogous Colors of #ed640e

#ed640e #edd40e #ed0e28

Monochromatic Colors of #ed640e

#ed640e

Complementary Color

#ed640e #0e97ed

#ed640e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed640e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed640e Color CSS Codes

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

#ed640e Text Font Color

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

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


#ed640e Background Color

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

This div background color is #ed640e


#ed640e Border Color

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

This div border color is #ed640e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,100,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 #ed640e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed640e


Comments

No comments written yet.

Please login to write comment.