Color Hex Logo

#eca028 Color Hex

#ECA028
(236,160,40)
0 Favorites   0 Comments

Color spaces of #eca028

RGB 23616040
HSL0.100.840.54
HSV37°83°93°
CMYK 0.000.320.83   0.07
XYZ47.545943.12777.8260
Yxy43.12770.48270.4378
Hunter Lab65.671714.307538.9047
CIE-Lab71.641619.147367.9508

#eca028 color RGB value is (236,160,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100000 00101000
Octal 354 240 50
Decimal 236 160 40
Hex EC A0 28

RGB Percentages of Color #eca028

%54.13
%36.70
%9.17

CMYK Percentages of Color #eca028

%0
%32
%83
%7

Triadic Colors of #eca028

#eca028 #28eca0 #a028ec

Analogous Colors of #eca028

#eca028 #d6ec28 #ec3e28

Monochromatic Colors of #eca028

#eca028

Complementary Color

#eca028 #2874ec

#eca028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca028 Color CSS Codes

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

#eca028 Text Font Color

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

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


#eca028 Background Color

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

This div background color is #eca028


#eca028 Border Color

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

This div border color is #eca028


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,160,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 #eca028">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca028


Comments

No comments written yet.

Please login to write comment.