Color Hex Logo

#ecd53a Color Hex

#ECD53A
(236,213,58)
0 Favorites   0 Comments

Color spaces of #ecd53a

RGB 23621358
HSL0.150.820.58
HSV52°75°93°
CMYK 0.000.100.75   0.07
XYZ59.150065.726913.5720
Yxy65.72690.42720.4747
Hunter Lab81.0721-11.643146.8250
CIE-Lab84.8569-7.845273.9853

#ecd53a color RGB value is (236,213,58).

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

The process color (four color CMYK) of #ecd53a color hex is 0.00, 0.10, 0.75, 0.07. Web safe color of #ecd53a is #ffcc33. Color #ecd53a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010101 00111010
Octal 354 325 72
Decimal 236 213 58
Hex EC D5 3A

RGB Percentages of Color #ecd53a

%46.55
%42.01
%11.44

CMYK Percentages of Color #ecd53a

%0
%10
%75
%7

Triadic Colors of #ecd53a

#ecd53a #3aecd5 #d53aec

Analogous Colors of #ecd53a

#ecd53a #aaec3a #ec7c3a

Monochromatic Colors of #ecd53a

#ecd53a

Complementary Color

#ecd53a #3a51ec

#ecd53a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd53a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd53a Color CSS Codes

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

#ecd53a Text Font Color

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

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


#ecd53a Background Color

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

This div background color is #ecd53a


#ecd53a Border Color

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

This div border color is #ecd53a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd53a


Comments

No comments written yet.

Please login to write comment.