Color Hex Logo

#ed641e Color Hex

#ED641E
(237,100,30)
0 Favorites   0 Comments

Color spaces of #ed641e

RGB 23710030
HSL0.060.850.52
HSV20°87°93°
CMYK 0.000.580.87   0.07
XYZ39.716627.21264.3876
Yxy27.21260.55690.3816
Hunter Lab52.165744.611831.5292
CIE-Lab59.170649.796261.0369

#ed641e color RGB value is (237,100,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100100 00011110
Octal 355 144 36
Decimal 237 100 30
Hex ED 64 1E

RGB Percentages of Color #ed641e

%64.58
%27.25
%8.17

CMYK Percentages of Color #ed641e

%0
%58
%87
%7

Triadic Colors of #ed641e

#ed641e #1eed64 #641eed

Analogous Colors of #ed641e

#ed641e #edcc1e #ed1e40

Monochromatic Colors of #ed641e

#ed641e

Complementary Color

#ed641e #1ea7ed

#ed641e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed641e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed641e Color CSS Codes

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

#ed641e Text Font Color

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

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


#ed641e Background Color

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

This div background color is #ed641e


#ed641e Border Color

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

This div border color is #ed641e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed641e


Comments

No comments written yet.

Please login to write comment.