Color Hex Logo

#ec7031 Color Hex

#EC7031
(236,112,49)
0 Favorites   0 Comments

Color spaces of #ec7031

RGB 23611249
HSL0.060.830.56
HSV20°79°93°
CMYK 0.000.530.79   0.07
XYZ40.940629.64306.4696
Yxy29.64300.53130.3847
Hunter Lab54.445438.944931.0665
CIE-Lab61.345044.225255.3101

#ec7031 color RGB value is (236,112,49).

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

The process color (four color CMYK) of #ec7031 color hex is 0.00, 0.53, 0.79, 0.07. Web safe color of #ec7031 is #ff6633. Color #ec7031 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110000 00110001
Octal 354 160 61
Decimal 236 112 49
Hex EC 70 31

RGB Percentages of Color #ec7031

%59.45
%28.21
%12.34

CMYK Percentages of Color #ec7031

%0
%53
%79
%7

Triadic Colors of #ec7031

#ec7031 #31ec70 #7031ec

Analogous Colors of #ec7031

#ec7031 #ecce31 #ec3150

Monochromatic Colors of #ec7031

#ec7031

Complementary Color

#ec7031 #31adec

#ec7031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7031 Color CSS Codes

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

#ec7031 Text Font Color

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

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


#ec7031 Background Color

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

This div background color is #ec7031


#ec7031 Border Color

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

This div border color is #ec7031


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7031


Comments

No comments written yet.

Please login to write comment.