Color Hex Logo

#eca44f Color Hex

#ECA44F
(236,164,79)
0 Favorites   0 Comments

Color spaces of #eca44f

RGB 23616479
HSL0.090.810.62
HSV32°67°93°
CMYK 0.000.310.67   0.07
XYZ49.278844.948313.4757
Yxy44.94830.45750.4173
Hunter Lab67.043513.876335.0132
CIE-Lab72.857818.669353.5341

#eca44f color RGB value is (236,164,79).

#eca44f hex color red value is 236, green value is 164 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #eca44f hue: 0.09 , saturation: 0.81 and the lightness value of eca44f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100100 01001111
Octal 354 244 117
Decimal 236 164 79
Hex EC A4 4F

RGB Percentages of Color #eca44f

%49.27
%34.24
%16.49

CMYK Percentages of Color #eca44f

%0
%31
%67
%7

Triadic Colors of #eca44f

#eca44f #4feca4 #a44fec

Analogous Colors of #eca44f

#eca44f #e6ec4f #ec564f

Monochromatic Colors of #eca44f

#eca44f

Complementary Color

#eca44f #4f97ec

#eca44f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca44f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca44f Color CSS Codes

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

#eca44f Text Font Color

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

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


#eca44f Background Color

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

This div background color is #eca44f


#eca44f Border Color

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

This div border color is #eca44f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca44f


Comments

No comments written yet.

Please login to write comment.