Color Hex Logo

#ec971f Color Hex

#EC971F
(236,151,31)
0 Favorites   0 Comments

Color spaces of #ec971f

RGB 23615131
HSL0.100.840.52
HSV35°87°93°
CMYK 0.000.360.87   0.07
XYZ45.906040.06506.6101
Yxy40.06500.49580.4328
Hunter Lab63.296918.687338.1162
CIE-Lab69.515823.693268.8368

#ec971f color RGB value is (236,151,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010111 00011111
Octal 354 227 37
Decimal 236 151 31
Hex EC 97 1F

RGB Percentages of Color #ec971f

%56.46
%36.12
%7.42

CMYK Percentages of Color #ec971f

%0
%36
%87
%7

Triadic Colors of #ec971f

#ec971f #1fec97 #971fec

Analogous Colors of #ec971f

#ec971f #dbec1f #ec311f

Monochromatic Colors of #ec971f

#ec971f

Complementary Color

#ec971f #1f74ec

#ec971f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec971f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec971f Color CSS Codes

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

#ec971f Text Font Color

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

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


#ec971f Background Color

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

This div background color is #ec971f


#ec971f Border Color

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

This div border color is #ec971f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec971f


Comments

No comments written yet.

Please login to write comment.