Color Hex Logo

#eca019 Color Hex

#ECA019
(236,160,25)
0 Favorites   0 Comments

Color spaces of #eca019

RGB 23616025
HSL0.110.850.51
HSV38°89°93°
CMYK 0.000.320.89   0.07
XYZ47.338343.04476.7332
Yxy43.04470.48740.4432
Hunter Lab65.608513.977839.8412
CIE-Lab71.585318.811271.9199

#eca019 color RGB value is (236,160,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100000 00011001
Octal 354 240 31
Decimal 236 160 25
Hex EC A0 19

RGB Percentages of Color #eca019

%56.06
%38.00
%5.94

CMYK Percentages of Color #eca019

%0
%32
%89
%7

Triadic Colors of #eca019

#eca019 #19eca0 #a019ec

Analogous Colors of #eca019

#eca019 #cfec19 #ec3619

Monochromatic Colors of #eca019

#eca019

Complementary Color

#eca019 #1965ec

#eca019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca019 Color CSS Codes

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

#eca019 Text Font Color

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

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


#eca019 Background Color

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

This div background color is #eca019


#eca019 Border Color

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

This div border color is #eca019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca019


Comments

No comments written yet.

Please login to write comment.