Color Hex Logo

#ecb940 Color Hex

#ECB940
(236,185,64)
0 Favorites   0 Comments

Color spaces of #ecb940

RGB 23618564
HSL0.120.820.59
HSV42°73°93°
CMYK 0.000.220.73   0.07
XYZ52.866452.901012.2750
Yxy52.90100.44790.4482
Hunter Lab72.73312.460740.9069
CIE-Lab77.81656.816065.1363

#ecb940 color RGB value is (236,185,64).

#ecb940 hex color red value is 236, green value is 185 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ecb940 hue: 0.12 , saturation: 0.82 and the lightness value of ecb940 is 0.59.

The process color (four color CMYK) of #ecb940 color hex is 0.00, 0.22, 0.73, 0.07. Web safe color of #ecb940 is #ffcc33. Color #ecb940 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111001 01000000
Octal 354 271 100
Decimal 236 185 64
Hex EC B9 40

RGB Percentages of Color #ecb940

%48.66
%38.14
%13.20

CMYK Percentages of Color #ecb940

%0
%22
%73
%7

Triadic Colors of #ecb940

#ecb940 #40ecb9 #b940ec

Analogous Colors of #ecb940

#ecb940 #c9ec40 #ec6340

Monochromatic Colors of #ecb940

#ecb940

Complementary Color

#ecb940 #4073ec

#ecb940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb940 Color CSS Codes

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

#ecb940 Text Font Color

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

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


#ecb940 Background Color

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

This div background color is #ecb940


#ecb940 Border Color

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

This div border color is #ecb940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb940


Comments

No comments written yet.

Please login to write comment.