Color Hex Logo

#ecb11f Color Hex

#ECB11F
(236,177,31)
0 Favorites   0 Comments

Color spaces of #ecb11f

RGB 23617731
HSL0.120.840.52
HSV43°87°93°
CMYK 0.000.250.87   0.07
XYZ50.561549.37618.1620
Yxy49.37610.46770.4568
Hunter Lab70.26815.470642.3009
CIE-Lab75.68479.939973.7484

#ecb11f color RGB value is (236,177,31).

#ecb11f hex color red value is 236, green value is 177 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ecb11f hue: 0.12 , saturation: 0.84 and the lightness value of ecb11f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110001 00011111
Octal 354 261 37
Decimal 236 177 31
Hex EC B1 1F

RGB Percentages of Color #ecb11f

%53.15
%39.86
%6.98

CMYK Percentages of Color #ecb11f

%0
%25
%87
%7

Triadic Colors of #ecb11f

#ecb11f #1fecb1 #b11fec

Analogous Colors of #ecb11f

#ecb11f #c1ec1f #ec4b1f

Monochromatic Colors of #ecb11f

#ecb11f

Complementary Color

#ecb11f #1f5aec

#ecb11f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb11f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb11f Color CSS Codes

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

#ecb11f Text Font Color

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

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


#ecb11f Background Color

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

This div background color is #ecb11f


#ecb11f Border Color

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

This div border color is #ecb11f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb11f


Comments

No comments written yet.

Please login to write comment.