Color Hex Logo

#eca949 Color Hex

#ECA949
(236,169,73)
0 Favorites   0 Comments

Color spaces of #eca949

RGB 23616973
HSL0.100.810.61
HSV35°69°93°
CMYK 0.000.280.69   0.07
XYZ49.982646.689812.6810
Yxy46.68980.45710.4270
Hunter Lab68.329910.993436.8276
CIE-Lab73.990915.688657.4868

#eca949 color RGB value is (236,169,73).

#eca949 hex color red value is 236, green value is 169 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #eca949 hue: 0.10 , saturation: 0.81 and the lightness value of eca949 is 0.61.

The process color (four color CMYK) of #eca949 color hex is 0.00, 0.28, 0.69, 0.07. Web safe color of #eca949 is #ff9933. Color #eca949 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101001 01001001
Octal 354 251 111
Decimal 236 169 73
Hex EC A9 49

RGB Percentages of Color #eca949

%49.37
%35.36
%15.27

CMYK Percentages of Color #eca949

%0
%28
%69
%7

Triadic Colors of #eca949

#eca949 #49eca9 #a949ec

Analogous Colors of #eca949

#eca949 #deec49 #ec5849

Monochromatic Colors of #eca949

#eca949

Complementary Color

#eca949 #498cec

#eca949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca949 Color CSS Codes

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

#eca949 Text Font Color

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

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


#eca949 Background Color

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

This div background color is #eca949


#eca949 Border Color

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

This div border color is #eca949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca949


Comments

No comments written yet.

Please login to write comment.