Color Hex Logo

#eca524 Color Hex

#ECA524
(236,165,36)
0 Favorites   0 Comments

Color spaces of #eca524

RGB 23616536
HSL0.110.840.53
HSV39°85°93°
CMYK 0.000.300.85   0.07
XYZ48.365644.87057.7808
Yxy44.87050.47880.4442
Hunter Lab66.985411.658140.0029
CIE-Lab72.806516.393870.1198

#eca524 color RGB value is (236,165,36).

#eca524 hex color red value is 236, green value is 165 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #eca524 hue: 0.11 , saturation: 0.84 and the lightness value of eca524 is 0.53.

The process color (four color CMYK) of #eca524 color hex is 0.00, 0.30, 0.85, 0.07. Web safe color of #eca524 is #ff9933. Color #eca524 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100101 00100100
Octal 354 245 44
Decimal 236 165 36
Hex EC A5 24

RGB Percentages of Color #eca524

%54.00
%37.76
%8.24

CMYK Percentages of Color #eca524

%0
%30
%85
%7

Triadic Colors of #eca524

#eca524 #24eca5 #a524ec

Analogous Colors of #eca524

#eca524 #cfec24 #ec4124

Monochromatic Colors of #eca524

#eca524

Complementary Color

#eca524 #246bec

#eca524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca524 Color CSS Codes

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

#eca524 Text Font Color

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

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


#eca524 Background Color

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

This div background color is #eca524


#eca524 Border Color

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

This div border color is #eca524


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca524


Comments

No comments written yet.

Please login to write comment.