Color Hex Logo

#ecb245 Color Hex

#ECB245
(236,178,69)
0 Favorites   0 Comments

Color spaces of #ecb245

RGB 23617869
HSL0.110.810.60
HSV39°71°93°
CMYK 0.000.250.71   0.07
XYZ51.586650.103312.5822
Yxy50.10330.45140.4385
Hunter Lab70.78376.218039.0094
CIE-Lab76.132610.728961.4337

#ecb245 color RGB value is (236,178,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110010 01000101
Octal 354 262 105
Decimal 236 178 69
Hex EC B2 45

RGB Percentages of Color #ecb245

%48.86
%36.85
%14.29

CMYK Percentages of Color #ecb245

%0
%25
%71
%7

Triadic Colors of #ecb245

#ecb245 #45ecb2 #b245ec

Analogous Colors of #ecb245

#ecb245 #d3ec45 #ec5e45

Monochromatic Colors of #ecb245

#ecb245

Complementary Color

#ecb245 #457fec

#ecb245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb245 Color CSS Codes

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

#ecb245 Text Font Color

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

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


#ecb245 Background Color

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

This div background color is #ecb245


#ecb245 Border Color

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

This div border color is #ecb245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb245


Comments

No comments written yet.

Please login to write comment.