Color Hex Logo

#ec722a Color Hex

#EC722A
(236,114,42)
0 Favorites   0 Comments

Color spaces of #ec722a

RGB 23611442
HSL0.060.840.55
HSV22°82°93°
CMYK 0.000.520.82   0.07
XYZ41.027330.03475.8254
Yxy30.03470.53360.3906
Hunter Lab54.803937.721832.0605
CIE-Lab61.684243.029558.5763

#ec722a color RGB value is (236,114,42).

#ec722a hex color red value is 236, green value is 114 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ec722a hue: 0.06 , saturation: 0.84 and the lightness value of ec722a is 0.55.

The process color (four color CMYK) of #ec722a color hex is 0.00, 0.52, 0.82, 0.07. Web safe color of #ec722a is #ff6633. Color #ec722a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110010 00101010
Octal 354 162 52
Decimal 236 114 42
Hex EC 72 2A

RGB Percentages of Color #ec722a

%60.20
%29.08
%10.71

CMYK Percentages of Color #ec722a

%0
%52
%82
%7

Triadic Colors of #ec722a

#ec722a #2aec72 #722aec

Analogous Colors of #ec722a

#ec722a #ecd32a #ec2a43

Monochromatic Colors of #ec722a

#ec722a

Complementary Color

#ec722a #2aa4ec

#ec722a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec722a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec722a Color CSS Codes

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

#ec722a Text Font Color

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

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


#ec722a Background Color

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

This div background color is #ec722a


#ec722a Border Color

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

This div border color is #ec722a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec722a


Comments

No comments written yet.

Please login to write comment.