Color Hex Logo

#ec961f Color Hex

#EC961F
(236,150,31)
0 Favorites   0 Comments

Color spaces of #ec961f

RGB 23615031
HSL0.100.840.52
HSV35°87°93°
CMYK 0.000.360.87   0.07
XYZ45.745739.74456.5567
Yxy39.74450.49700.4318
Hunter Lab63.043219.198337.9639
CIE-Lab69.287224.221668.6548

#ec961f color RGB value is (236,150,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010110 00011111
Octal 354 226 37
Decimal 236 150 31
Hex EC 96 1F

RGB Percentages of Color #ec961f

%56.59
%35.97
%7.43

CMYK Percentages of Color #ec961f

%0
%36
%87
%7

Triadic Colors of #ec961f

#ec961f #1fec96 #961fec

Analogous Colors of #ec961f

#ec961f #dcec1f #ec301f

Monochromatic Colors of #ec961f

#ec961f

Complementary Color

#ec961f #1f75ec

#ec961f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec961f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec961f Color CSS Codes

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

#ec961f Text Font Color

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

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


#ec961f Background Color

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

This div background color is #ec961f


#ec961f Border Color

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

This div border color is #ec961f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec961f


Comments

No comments written yet.

Please login to write comment.