Color Hex Logo

#eca315 Color Hex

#ECA315
(236,163,21)
0 Favorites   0 Comments

Color spaces of #eca315

RGB 23616321
HSL0.110.850.50
HSV40°91°93°
CMYK 0.000.310.91   0.07
XYZ47.824644.08146.6974
Yxy44.08140.48500.4471
Hunter Lab66.393812.387440.4949
CIE-Lab72.282917.157073.2631

#eca315 color RGB value is (236,163,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100011 00010101
Octal 354 243 25
Decimal 236 163 21
Hex EC A3 15

RGB Percentages of Color #eca315

%56.19
%38.81
%5.00

CMYK Percentages of Color #eca315

%0
%31
%91
%7

Triadic Colors of #eca315

#eca315 #15eca3 #a315ec

Analogous Colors of #eca315

#eca315 #caec15 #ec3715

Monochromatic Colors of #eca315

#eca315

Complementary Color

#eca315 #155eec

#eca315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca315 Color CSS Codes

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

#eca315 Text Font Color

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

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


#eca315 Background Color

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

This div background color is #eca315


#eca315 Border Color

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

This div border color is #eca315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca315


Comments

No comments written yet.

Please login to write comment.