Color Hex Logo

#ec911d Color Hex

#EC911D
(236,145,29)
0 Favorites   0 Comments

Color spaces of #ec911d

RGB 23614529
HSL0.090.840.52
HSV34°88°93°
CMYK 0.000.390.88   0.07
XYZ44.939238.17246.1618
Yxy38.17240.50340.4276
Hunter Lab61.783821.712437.3356
CIE-Lab68.147526.817668.2964

#ec911d color RGB value is (236,145,29).

#ec911d hex color red value is 236, green value is 145 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ec911d hue: 0.09 , saturation: 0.84 and the lightness value of ec911d is 0.52.

The process color (four color CMYK) of #ec911d color hex is 0.00, 0.39, 0.88, 0.07. Web safe color of #ec911d is #ff9933. Color #ec911d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010001 00011101
Octal 354 221 35
Decimal 236 145 29
Hex EC 91 1D

RGB Percentages of Color #ec911d

%57.56
%35.37
%7.07

CMYK Percentages of Color #ec911d

%0
%39
%88
%7

Triadic Colors of #ec911d

#ec911d #1dec91 #911dec

Analogous Colors of #ec911d

#ec911d #e0ec1d #ec2a1d

Monochromatic Colors of #ec911d

#ec911d

Complementary Color

#ec911d #1d78ec

#ec911d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec911d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec911d Color CSS Codes

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

#ec911d Text Font Color

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

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


#ec911d Background Color

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

This div background color is #ec911d


#ec911d Border Color

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

This div border color is #ec911d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec911d


Comments

No comments written yet.

Please login to write comment.