Color Hex Logo

#eca32d Color Hex

#ECA32D
(236,163,45)
0 Favorites   0 Comments

Color spaces of #eca32d

RGB 23616345
HSL0.100.830.55
HSV37°81°93°
CMYK 0.000.310.81   0.07
XYZ48.162944.21678.4788
Yxy44.21670.47750.4384
Hunter Lab66.495612.920538.9869
CIE-Lab72.373117.703666.9615

#eca32d color RGB value is (236,163,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100011 00101101
Octal 354 243 55
Decimal 236 163 45
Hex EC A3 2D

RGB Percentages of Color #eca32d

%53.15
%36.71
%10.14

CMYK Percentages of Color #eca32d

%0
%31
%81
%7

Triadic Colors of #eca32d

#eca32d #2deca3 #a32dec

Analogous Colors of #eca32d

#eca32d #d6ec2d #ec442d

Monochromatic Colors of #eca32d

#eca32d

Complementary Color

#eca32d #2d76ec

#eca32d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca32d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca32d Color CSS Codes

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

#eca32d Text Font Color

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

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


#eca32d Background Color

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

This div background color is #eca32d


#eca32d Border Color

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

This div border color is #eca32d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca32d


Comments

No comments written yet.

Please login to write comment.