Color Hex Logo

#eca138 Color Hex

#ECA138
(236,161,56)
0 Favorites   0 Comments

Color spaces of #eca138

RGB 23616156
HSL0.100.830.57
HSV35°76°93°
CMYK 0.000.320.76   0.07
XYZ48.050743.60819.6260
Yxy43.60810.47440.4305
Hunter Lab66.036414.319937.5829
CIE-Lab71.965819.149562.5690

#eca138 color RGB value is (236,161,56).

#eca138 hex color red value is 236, green value is 161 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #eca138 hue: 0.10 , saturation: 0.83 and the lightness value of eca138 is 0.57.

The process color (four color CMYK) of #eca138 color hex is 0.00, 0.32, 0.76, 0.07. Web safe color of #eca138 is #ff9933. Color #eca138 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100001 00111000
Octal 354 241 70
Decimal 236 161 56
Hex EC A1 38

RGB Percentages of Color #eca138

%52.10
%35.54
%12.36

CMYK Percentages of Color #eca138

%0
%32
%76
%7

Triadic Colors of #eca138

#eca138 #38eca1 #a138ec

Analogous Colors of #eca138

#eca138 #ddec38 #ec4738

Monochromatic Colors of #eca138

#eca138

Complementary Color

#eca138 #3883ec

#eca138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca138 Color CSS Codes

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

#eca138 Text Font Color

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

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


#eca138 Background Color

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

This div background color is #eca138


#eca138 Border Color

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

This div border color is #eca138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca138


Comments

No comments written yet.

Please login to write comment.