Color Hex Logo

#eca65a Color Hex

#ECA65A
(236,166,90)
0 Favorites   0 Comments

Color spaces of #eca65a

RGB 23616690
HSL0.090.790.64
HSV31°62°93°
CMYK 0.000.300.62   0.07
XYZ50.073845.843515.8824
Yxy45.84350.44790.4101
Hunter Lab67.707813.522233.4877
CIE-Lab73.443918.291948.9329

#eca65a color RGB value is (236,166,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100110 01011010
Octal 354 246 132
Decimal 236 166 90
Hex EC A6 5A

RGB Percentages of Color #eca65a

%47.97
%33.74
%18.29

CMYK Percentages of Color #eca65a

%0
%30
%62
%7

Triadic Colors of #eca65a

#eca65a #5aeca6 #a65aec

Analogous Colors of #eca65a

#eca65a #e9ec5a #ec5d5a

Monochromatic Colors of #eca65a

#eca65a

Complementary Color

#eca65a #5aa0ec

#eca65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca65a Color CSS Codes

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

#eca65a Text Font Color

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

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


#eca65a Background Color

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

This div background color is #eca65a


#eca65a Border Color

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

This div border color is #eca65a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,166,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 #eca65a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca65a


Comments

No comments written yet.

Please login to write comment.