Color Hex Logo

#ed601f Color Hex

#ED601F
(237,96,31)
0 Favorites   0 Comments

Color spaces of #ed601f

RGB 2379631
HSL0.050.850.53
HSV19°87°93°
CMYK 0.000.590.87   0.07
XYZ39.355226.46924.3311
Yxy26.46920.56100.3773
Hunter Lab51.448246.508831.0225
CIE-Lab58.479851.636760.1414

#ed601f color RGB value is (237,96,31).

#ed601f hex color red value is 237, green value is 96 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ed601f hue: 0.05 , saturation: 0.85 and the lightness value of ed601f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100000 00011111
Octal 355 140 37
Decimal 237 96 31
Hex ED 60 1F

RGB Percentages of Color #ed601f

%65.11
%26.37
%8.52

CMYK Percentages of Color #ed601f

%0
%59
%87
%7

Triadic Colors of #ed601f

#ed601f #1fed60 #601fed

Analogous Colors of #ed601f

#ed601f #edc71f #ed1f45

Monochromatic Colors of #ed601f

#ed601f

Complementary Color

#ed601f #1faced

#ed601f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed601f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed601f Color CSS Codes

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

#ed601f Text Font Color

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

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


#ed601f Background Color

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

This div background color is #ed601f


#ed601f Border Color

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

This div border color is #ed601f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed601f


Comments

No comments written yet.

Please login to write comment.