Color Hex Logo

#ed601a Color Hex

#ED601A
(237,96,26)
0 Favorites   0 Comments

Color spaces of #ed601a

RGB 2379626
HSL0.060.850.52
HSV20°89°93°
CMYK 0.000.590.89   0.07
XYZ39.294426.44484.0106
Yxy26.44480.56340.3791
Hunter Lab51.424546.402231.3731
CIE-Lab58.456951.543361.8293

#ed601a color RGB value is (237,96,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100000 00011010
Octal 355 140 32
Decimal 237 96 26
Hex ED 60 1A

RGB Percentages of Color #ed601a

%66.02
%26.74
%7.24

CMYK Percentages of Color #ed601a

%0
%59
%89
%7

Triadic Colors of #ed601a

#ed601a #1aed60 #601aed

Analogous Colors of #ed601a

#ed601a #edca1a #ed1a3e

Monochromatic Colors of #ed601a

#ed601a

Complementary Color

#ed601a #1aa7ed

#ed601a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed601a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed601a Color CSS Codes

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

#ed601a Text Font Color

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

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


#ed601a Background Color

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

This div background color is #ed601a


#ed601a Border Color

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

This div border color is #ed601a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed601a


Comments

No comments written yet.

Please login to write comment.