Color Hex Logo

#ec7901 Color Hex

#EC7901
(236,121,1)
0 Favorites   0 Comments

Color spaces of #ec7901

RGB 2361211
HSL0.090.990.46
HSV31°100°93°
CMYK 0.000.491.00   0.07
XYZ41.434931.50983.9269
Yxy31.50980.53900.4099
Hunter Lab56.133633.525635.1458
CIE-Lab62.935738.882470.0175

#ec7901 color RGB value is (236,121,1).

#ec7901 hex color red value is 236, green value is 121 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #ec7901 hue: 0.09 , saturation: 0.99 and the lightness value of ec7901 is 0.46.

The process color (four color CMYK) of #ec7901 color hex is 0.00, 0.49, 1.00, 0.07. Web safe color of #ec7901 is #ff6600. Color #ec7901 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111001 00000001
Octal 354 171 1
Decimal 236 121 1
Hex EC 79 1

RGB Percentages of Color #ec7901

%65.92
%33.80
%0.28

CMYK Percentages of Color #ec7901

%0
%49
%100
%7

Triadic Colors of #ec7901

#ec7901 #01ec79 #7901ec

Analogous Colors of #ec7901

#ec7901 #eaec01 #ec0301

Monochromatic Colors of #ec7901

#ec7901

Complementary Color

#ec7901 #0174ec

#ec7901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7901 Color CSS Codes

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

#ec7901 Text Font Color

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

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


#ec7901 Background Color

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

This div background color is #ec7901


#ec7901 Border Color

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

This div border color is #ec7901


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,121,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7901


Comments

No comments written yet.

Please login to write comment.