Color Hex Logo

#eca405 Color Hex

#ECA405
(236,164,5)
0 Favorites   0 Comments

Color spaces of #eca405

RGB 2361645
HSL0.110.960.47
HSV41°98°93°
CMYK 0.000.310.98   0.07
XYZ47.894944.39476.1883
Yxy44.39470.48640.4508
Hunter Lab66.629311.709141.1339
CIE-Lab72.491516.452475.6762

#eca405 color RGB value is (236,164,5).

#eca405 hex color red value is 236, green value is 164 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #eca405 hue: 0.11 , saturation: 0.96 and the lightness value of eca405 is 0.47.

The process color (four color CMYK) of #eca405 color hex is 0.00, 0.31, 0.98, 0.07. Web safe color of #eca405 is #ff9900. Color #eca405 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100100 00000101
Octal 354 244 5
Decimal 236 164 5
Hex EC A4 5

RGB Percentages of Color #eca405

%58.27
%40.49
%1.23

CMYK Percentages of Color #eca405

%0
%31
%98
%7

Triadic Colors of #eca405

#eca405 #05eca4 #a405ec

Analogous Colors of #eca405

#eca405 #c1ec05 #ec3005

Monochromatic Colors of #eca405

#eca405

Complementary Color

#eca405 #054dec

#eca405 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca405 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca405 Color CSS Codes

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

#eca405 Text Font Color

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

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


#eca405 Background Color

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

This div background color is #eca405


#eca405 Border Color

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

This div border color is #eca405


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca405


Comments

No comments written yet.

Please login to write comment.