Color Hex Logo

#ecb43e Color Hex

#ECB43E
(236,180,62)
0 Favorites   0 Comments

Color spaces of #ecb43e

RGB 23618062
HSL0.110.820.58
HSV41°74°93°
CMYK 0.000.240.74   0.07
XYZ51.782850.823211.6380
Yxy50.82320.45330.4449
Hunter Lab71.29044.897940.2243
CIE-Lab76.57189.352364.6913

#ecb43e color RGB value is (236,180,62).

#ecb43e hex color red value is 236, green value is 180 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ecb43e hue: 0.11 , saturation: 0.82 and the lightness value of ecb43e is 0.58.

The process color (four color CMYK) of #ecb43e color hex is 0.00, 0.24, 0.74, 0.07. Web safe color of #ecb43e is #ffcc33. Color #ecb43e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110100 00111110
Octal 354 264 76
Decimal 236 180 62
Hex EC B4 3E

RGB Percentages of Color #ecb43e

%49.37
%37.66
%12.97

CMYK Percentages of Color #ecb43e

%0
%24
%74
%7

Triadic Colors of #ecb43e

#ecb43e #3eecb4 #b43eec

Analogous Colors of #ecb43e

#ecb43e #cdec3e #ec5d3e

Monochromatic Colors of #ecb43e

#ecb43e

Complementary Color

#ecb43e #3e76ec

#ecb43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb43e Color CSS Codes

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

#ecb43e Text Font Color

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

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


#ecb43e Background Color

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

This div background color is #ecb43e


#ecb43e Border Color

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

This div border color is #ecb43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb43e


Comments

No comments written yet.

Please login to write comment.