Color Hex Logo

#ed961e Color Hex

#ED961E
(237,150,30)
0 Favorites   0 Comments

Color spaces of #ed961e

RGB 23715030
HSL0.100.850.52
HSV35°87°93°
CMYK 0.000.370.87   0.07
XYZ46.065739.91106.5040
Yxy39.91100.49810.4316
Hunter Lab63.175219.601138.1186
CIE-Lab69.406124.620569.0705

#ed961e color RGB value is (237,150,30).

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

The process color (four color CMYK) of #ed961e color hex is 0.00, 0.37, 0.87, 0.07. Web safe color of #ed961e is #ff9933. Color #ed961e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010110 00011110
Octal 355 226 36
Decimal 237 150 30
Hex ED 96 1E

RGB Percentages of Color #ed961e

%56.83
%35.97
%7.19

CMYK Percentages of Color #ed961e

%0
%37
%87
%7

Triadic Colors of #ed961e

#ed961e #1eed96 #961eed

Analogous Colors of #ed961e

#ed961e #dded1e #ed2f1e

Monochromatic Colors of #ed961e

#ed961e

Complementary Color

#ed961e #1e75ed

#ed961e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed961e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed961e Color CSS Codes

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

#ed961e Text Font Color

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

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


#ed961e Background Color

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

This div background color is #ed961e


#ed961e Border Color

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

This div border color is #ed961e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed961e

#ed961e Color Palettes


Comments

No comments written yet.

Please login to write comment.