Color Hex Logo

#ecb131 Color Hex

#ECB131
(236,177,49)
0 Favorites   0 Comments

Color spaces of #ecb131

RGB 23617749
HSL0.110.830.56
HSV41°79°93°
CMYK 0.000.250.79   0.07
XYZ50.868649.49899.7789
Yxy49.49890.46180.4494
Hunter Lab70.35555.937541.0079
CIE-Lab75.760710.431168.6427

#ecb131 color RGB value is (236,177,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110001 00110001
Octal 354 261 61
Decimal 236 177 49
Hex EC B1 31

RGB Percentages of Color #ecb131

%51.08
%38.31
%10.61

CMYK Percentages of Color #ecb131

%0
%25
%79
%7

Triadic Colors of #ecb131

#ecb131 #31ecb1 #b131ec

Analogous Colors of #ecb131

#ecb131 #caec31 #ec5431

Monochromatic Colors of #ecb131

#ecb131

Complementary Color

#ecb131 #316cec

#ecb131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb131 Color CSS Codes

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

#ecb131 Text Font Color

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

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


#ecb131 Background Color

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

This div background color is #ecb131


#ecb131 Border Color

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

This div border color is #ecb131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb131


Comments

No comments written yet.

Please login to write comment.