Color Hex Logo

#eca117 Color Hex

#ECA117
(236,161,23)
0 Favorites   0 Comments

Color spaces of #eca117

RGB 23616123
HSL0.110.850.51
HSV39°90°93°
CMYK 0.000.320.90   0.07
XYZ47.491643.38456.6816
Yxy43.38450.48680.4447
Hunter Lab65.866913.435640.0924
CIE-Lab71.815218.247872.5188

#eca117 color RGB value is (236,161,23).

#eca117 hex color red value is 236, green value is 161 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #eca117 hue: 0.11 , saturation: 0.85 and the lightness value of eca117 is 0.51.

The process color (four color CMYK) of #eca117 color hex is 0.00, 0.32, 0.90, 0.07. Web safe color of #eca117 is #ff9900. Color #eca117 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100001 00010111
Octal 354 241 27
Decimal 236 161 23
Hex EC A1 17

RGB Percentages of Color #eca117

%56.19
%38.33
%5.48

CMYK Percentages of Color #eca117

%0
%32
%90
%7

Triadic Colors of #eca117

#eca117 #17eca1 #a117ec

Analogous Colors of #eca117

#eca117 #cdec17 #ec3717

Monochromatic Colors of #eca117

#eca117

Complementary Color

#eca117 #1762ec

#eca117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca117 Color CSS Codes

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

#eca117 Text Font Color

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

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


#eca117 Background Color

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

This div background color is #eca117


#eca117 Border Color

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

This div border color is #eca117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca117


Comments

No comments written yet.

Please login to write comment.