Color Hex Logo

#eca224 Color Hex

#ECA224
(236,162,36)
0 Favorites   0 Comments

Color spaces of #eca224

RGB 23616236
HSL0.110.840.53
HSV38°85°93°
CMYK 0.000.310.85   0.07
XYZ47.830843.80097.6025
Yxy43.80090.48200.4414
Hunter Lab66.182213.185439.5168
CIE-Lab72.095217.983069.5323

#eca224 color RGB value is (236,162,36).

#eca224 hex color red value is 236, green value is 162 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #eca224 hue: 0.11 , saturation: 0.84 and the lightness value of eca224 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100010 00100100
Octal 354 242 44
Decimal 236 162 36
Hex EC A2 24

RGB Percentages of Color #eca224

%54.38
%37.33
%8.29

CMYK Percentages of Color #eca224

%0
%31
%85
%7

Triadic Colors of #eca224

#eca224 #24eca2 #a224ec

Analogous Colors of #eca224

#eca224 #d2ec24 #ec3e24

Monochromatic Colors of #eca224

#eca224

Complementary Color

#eca224 #246eec

#eca224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca224 Color CSS Codes

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

#eca224 Text Font Color

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

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


#eca224 Background Color

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

This div background color is #eca224


#eca224 Border Color

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

This div border color is #eca224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca224


Comments

No comments written yet.

Please login to write comment.