Color Hex Logo

#ec9631 Color Hex

#EC9631
(236,150,49)
0 Favorites   0 Comments

Color spaces of #ec9631

RGB 23615049
HSL0.090.830.56
HSV32°79°93°
CMYK 0.000.360.79   0.07
XYZ46.052839.86738.1736
Yxy39.86730.48940.4237
Hunter Lab63.140619.696536.5232
CIE-Lab69.374924.718262.8295

#ec9631 color RGB value is (236,150,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010110 00110001
Octal 354 226 61
Decimal 236 150 49
Hex EC 96 31

RGB Percentages of Color #ec9631

%54.25
%34.48
%11.26

CMYK Percentages of Color #ec9631

%0
%36
%79
%7

Triadic Colors of #ec9631

#ec9631 #31ec96 #9631ec

Analogous Colors of #ec9631

#ec9631 #e5ec31 #ec3931

Monochromatic Colors of #ec9631

#ec9631

Complementary Color

#ec9631 #3187ec

#ec9631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9631 Color CSS Codes

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

#ec9631 Text Font Color

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

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


#ec9631 Background Color

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

This div background color is #ec9631


#ec9631 Border Color

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

This div border color is #ec9631


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9631


Comments

No comments written yet.

Please login to write comment.