Color Hex Logo

#eca55b Color Hex

#ECA55B
(236,165,91)
0 Favorites   0 Comments

Color spaces of #eca55b

RGB 23616591
HSL0.090.790.64
HSV31°61°93°
CMYK 0.000.300.61   0.07
XYZ49.935545.498516.0477
Yxy45.49850.44790.4081
Hunter Lab67.452614.102533.1111
CIE-Lab73.218918.889348.1811

#eca55b color RGB value is (236,165,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100101 01011011
Octal 354 245 133
Decimal 236 165 91
Hex EC A5 5B

RGB Percentages of Color #eca55b

%47.97
%33.54
%18.50

CMYK Percentages of Color #eca55b

%0
%30
%61
%7

Triadic Colors of #eca55b

#eca55b #5beca5 #a55bec

Analogous Colors of #eca55b

#eca55b #ebec5b #ec5d5b

Monochromatic Colors of #eca55b

#eca55b

Complementary Color

#eca55b #5ba2ec

#eca55b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca55b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca55b Color CSS Codes

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

#eca55b Text Font Color

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

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


#eca55b Background Color

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

This div background color is #eca55b


#eca55b Border Color

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

This div border color is #eca55b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca55b


Comments

No comments written yet.

Please login to write comment.