Color Hex Logo

#eca328 Color Hex

#ECA328
(236,163,40)
0 Favorites   0 Comments

Color spaces of #eca328

RGB 23616340
HSL0.100.840.54
HSV38°83°93°
CMYK 0.000.310.83   0.07
XYZ48.072344.18058.0015
Yxy44.18050.47950.4407
Hunter Lab66.468412.777839.3905
CIE-Lab72.349017.557568.5535

#eca328 color RGB value is (236,163,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100011 00101000
Octal 354 243 50
Decimal 236 163 40
Hex EC A3 28

RGB Percentages of Color #eca328

%53.76
%37.13
%9.11

CMYK Percentages of Color #eca328

%0
%31
%83
%7

Triadic Colors of #eca328

#eca328 #28eca3 #a328ec

Analogous Colors of #eca328

#eca328 #d3ec28 #ec4128

Monochromatic Colors of #eca328

#eca328

Complementary Color

#eca328 #2871ec

#eca328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca328 Color CSS Codes

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

#eca328 Text Font Color

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

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


#eca328 Background Color

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

This div background color is #eca328


#eca328 Border Color

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

This div border color is #eca328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca328


Comments

No comments written yet.

Please login to write comment.