Color Hex Logo

#ec722b Color Hex

#EC722B
(236,114,43)
0 Favorites   0 Comments

Color spaces of #ec722b

RGB 23611443
HSL0.060.840.55
HSV22°82°93°
CMYK 0.000.520.82   0.07
XYZ41.045430.04195.9208
Yxy30.04190.53300.3901
Hunter Lab54.810537.753231.9627
CIE-Lab61.690443.058358.1778

#ec722b color RGB value is (236,114,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110010 00101011
Octal 354 162 53
Decimal 236 114 43
Hex EC 72 2B

RGB Percentages of Color #ec722b

%60.05
%29.01
%10.94

CMYK Percentages of Color #ec722b

%0
%52
%82
%7

Triadic Colors of #ec722b

#ec722b #2bec72 #722bec

Analogous Colors of #ec722b

#ec722b #ecd32b #ec2b45

Monochromatic Colors of #ec722b

#ec722b

Complementary Color

#ec722b #2ba5ec

#ec722b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec722b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec722b Color CSS Codes

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

#ec722b Text Font Color

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

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


#ec722b Background Color

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

This div background color is #ec722b


#ec722b Border Color

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

This div border color is #ec722b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec722b


Comments

No comments written yet.

Please login to write comment.