Color Hex Logo

#eca35a Color Hex

#ECA35A
(236,163,90)
0 Favorites   0 Comments

Color spaces of #eca35a

RGB 23616390
HSL0.080.790.64
HSV30°62°93°
CMYK 0.000.310.62   0.07
XYZ49.534744.765415.7027
Yxy44.76540.45030.4069
Hunter Lab66.907015.065732.9198
CIE-Lab72.737219.883648.1130

#eca35a color RGB value is (236,163,90).

#eca35a hex color red value is 236, green value is 163 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #eca35a hue: 0.08 , saturation: 0.79 and the lightness value of eca35a is 0.64.

The process color (four color CMYK) of #eca35a color hex is 0.00, 0.31, 0.62, 0.07. Web safe color of #eca35a is #ff9966. Color #eca35a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100011 01011010
Octal 354 243 132
Decimal 236 163 90
Hex EC A3 5A

RGB Percentages of Color #eca35a

%48.26
%33.33
%18.40

CMYK Percentages of Color #eca35a

%0
%31
%62
%7

Triadic Colors of #eca35a

#eca35a #5aeca3 #a35aec

Analogous Colors of #eca35a

#eca35a #ecec5a #ec5a5a

Monochromatic Colors of #eca35a

#eca35a

Complementary Color

#eca35a #5aa3ec

#eca35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca35a Color CSS Codes

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

#eca35a Text Font Color

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

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


#eca35a Background Color

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

This div background color is #eca35a


#eca35a Border Color

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

This div border color is #eca35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca35a


Comments

No comments written yet.

Please login to write comment.