Color Hex Logo

#eca128 Color Hex

#ECA128
(236,161,40)
0 Favorites   0 Comments

Color spaces of #eca128

RGB 23616140
HSL0.100.840.54
HSV37°83°93°
CMYK 0.000.320.83   0.07
XYZ47.719943.47587.8840
Yxy43.47580.48160.4388
Hunter Lab65.936213.797239.0660
CIE-Lab71.876718.617268.1514

#eca128 color RGB value is (236,161,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100001 00101000
Octal 354 241 50
Decimal 236 161 40
Hex EC A1 28

RGB Percentages of Color #eca128

%54.00
%36.84
%9.15

CMYK Percentages of Color #eca128

%0
%32
%83
%7

Triadic Colors of #eca128

#eca128 #28eca1 #a128ec

Analogous Colors of #eca128

#eca128 #d5ec28 #ec3f28

Monochromatic Colors of #eca128

#eca128

Complementary Color

#eca128 #2873ec

#eca128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca128 Color CSS Codes

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

#eca128 Text Font Color

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

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


#eca128 Background Color

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

This div background color is #eca128


#eca128 Border Color

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

This div border color is #eca128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca128


Comments

No comments written yet.

Please login to write comment.