Color Hex Logo

#ed9631 Color Hex

#ED9631
(237,150,49)
0 Favorites   0 Comments

Color spaces of #ed9631

RGB 23715049
HSL0.090.840.56
HSV32°79°93°
CMYK 0.000.370.79   0.07
XYZ46.385840.03908.1892
Yxy40.03900.49030.4232
Hunter Lab63.276420.118736.6202
CIE-Lab69.497325.135062.9868

#ed9631 color RGB value is (237,150,49).

#ed9631 hex color red value is 237, green value is 150 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #ed9631 hue: 0.09 , saturation: 0.84 and the lightness value of ed9631 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010110 00110001
Octal 355 226 61
Decimal 237 150 49
Hex ED 96 31

RGB Percentages of Color #ed9631

%54.36
%34.40
%11.24

CMYK Percentages of Color #ed9631

%0
%37
%79
%7

Triadic Colors of #ed9631

#ed9631 #31ed96 #9631ed

Analogous Colors of #ed9631

#ed9631 #e6ed31 #ed3831

Monochromatic Colors of #ed9631

#ed9631

Complementary Color

#ed9631 #3188ed

#ed9631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9631 Color CSS Codes

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

#ed9631 Text Font Color

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

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


#ed9631 Background Color

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

This div background color is #ed9631


#ed9631 Border Color

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

This div border color is #ed9631


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9631


Comments

No comments written yet.

Please login to write comment.