Color Hex Logo

#ecb945 Color Hex

#ECB945
(236,185,69)
0 Favorites   0 Comments

Color spaces of #ecb945

RGB 23618569
HSL0.120.810.60
HSV42°71°93°
CMYK 0.000.220.71   0.07
XYZ53.015252.960513.0584
Yxy52.96050.44540.4449
Hunter Lab72.77402.681340.3029
CIE-Lab77.85177.049863.1838

#ecb945 color RGB value is (236,185,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111001 01000101
Octal 354 271 105
Decimal 236 185 69
Hex EC B9 45

RGB Percentages of Color #ecb945

%48.16
%37.76
%14.08

CMYK Percentages of Color #ecb945

%0
%22
%71
%7

Triadic Colors of #ecb945

#ecb945 #45ecb9 #b945ec

Analogous Colors of #ecb945

#ecb945 #ccec45 #ec6645

Monochromatic Colors of #ecb945

#ecb945

Complementary Color

#ecb945 #4578ec

#ecb945 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb945 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb945 Color CSS Codes

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

#ecb945 Text Font Color

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

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


#ecb945 Background Color

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

This div background color is #ecb945


#ecb945 Border Color

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

This div border color is #ecb945


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb945


Comments

No comments written yet.

Please login to write comment.