Color Hex Logo

#ec862b Color Hex

#EC862B
(236,134,43)
0 Favorites   0 Comments

Color spaces of #ec862b

RGB 23613443
HSL0.080.840.55
HSV28°82°93°
CMYK 0.000.430.82   0.07
XYZ43.553235.05756.7568
Yxy35.05750.51020.4107
Hunter Lab59.209427.684534.6806
CIE-Lab65.793432.918161.8416

#ec862b color RGB value is (236,134,43).

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

The process color (four color CMYK) of #ec862b color hex is 0.00, 0.43, 0.82, 0.07. Web safe color of #ec862b is #ff9933. Color #ec862b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000110 00101011
Octal 354 206 53
Decimal 236 134 43
Hex EC 86 2B

RGB Percentages of Color #ec862b

%57.14
%32.45
%10.41

CMYK Percentages of Color #ec862b

%0
%43
%82
%7

Triadic Colors of #ec862b

#ec862b #2bec86 #862bec

Analogous Colors of #ec862b

#ec862b #ece72b #ec2b31

Monochromatic Colors of #ec862b

#ec862b

Complementary Color

#ec862b #2b91ec

#ec862b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec862b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec862b Color CSS Codes

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

#ec862b Text Font Color

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

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


#ec862b Background Color

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

This div background color is #ec862b


#ec862b Border Color

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

This div border color is #ec862b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec862b


Comments

No comments written yet.

Please login to write comment.