Color Hex Logo

#ecb845 Color Hex

#ECB845
(236,184,69)
0 Favorites   0 Comments

Color spaces of #ecb845

RGB 23618469
HSL0.110.810.60
HSV41°71°93°
CMYK 0.000.220.71   0.07
XYZ52.806752.543512.9889
Yxy52.54350.44620.4440
Hunter Lab72.48693.185240.1167
CIE-Lab77.60477.574162.9332

#ecb845 color RGB value is (236,184,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111000 01000101
Octal 354 270 105
Decimal 236 184 69
Hex EC B8 45

RGB Percentages of Color #ecb845

%48.26
%37.63
%14.11

CMYK Percentages of Color #ecb845

%0
%22
%71
%7

Triadic Colors of #ecb845

#ecb845 #45ecb8 #b845ec

Analogous Colors of #ecb845

#ecb845 #cdec45 #ec6545

Monochromatic Colors of #ecb845

#ecb845

Complementary Color

#ecb845 #4579ec

#ecb845 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb845 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb845 Color CSS Codes

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

#ecb845 Text Font Color

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

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


#ecb845 Background Color

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

This div background color is #ecb845


#ecb845 Border Color

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

This div border color is #ecb845


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb845


Comments

No comments written yet.

Please login to write comment.