Color Hex Logo

#ecaa31 Color Hex

#ECAA31
(236,170,49)
0 Favorites   0 Comments

Color spaces of #ecaa31

RGB 23617049
HSL0.110.830.56
HSV39°79°93°
CMYK 0.000.280.79   0.07
XYZ49.521246.80419.3298
Yxy46.80410.46870.4430
Hunter Lab68.41359.483739.8039
CIE-Lab74.064314.126667.1106

#ecaa31 color RGB value is (236,170,49).

#ecaa31 hex color red value is 236, green value is 170 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #ecaa31 hue: 0.11 , saturation: 0.83 and the lightness value of ecaa31 is 0.56.

The process color (four color CMYK) of #ecaa31 color hex is 0.00, 0.28, 0.79, 0.07. Web safe color of #ecaa31 is #ff9933. Color #ecaa31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101010 00110001
Octal 354 252 61
Decimal 236 170 49
Hex EC AA 31

RGB Percentages of Color #ecaa31

%51.87
%37.36
%10.77

CMYK Percentages of Color #ecaa31

%0
%28
%79
%7

Triadic Colors of #ecaa31

#ecaa31 #31ecaa #aa31ec

Analogous Colors of #ecaa31

#ecaa31 #d1ec31 #ec4d31

Monochromatic Colors of #ecaa31

#ecaa31

Complementary Color

#ecaa31 #3173ec

#ecaa31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaa31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaa31 Color CSS Codes

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

#ecaa31 Text Font Color

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

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


#ecaa31 Background Color

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

This div background color is #ecaa31


#ecaa31 Border Color

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

This div border color is #ecaa31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaa31


Comments

No comments written yet.

Please login to write comment.