Color Hex Logo

#ecd03a Color Hex

#ECD03A
(236,208,58)
0 Favorites   0 Comments

Color spaces of #ecd03a

RGB 23620858
HSL0.140.820.58
HSV51°75°93°
CMYK 0.000.120.75   0.07
XYZ57.911763.250113.1592
Yxy63.25010.43110.4709
Hunter Lab79.5299-9.198245.8607
CIE-Lab83.5738-5.314472.7964

#ecd03a color RGB value is (236,208,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010000 00111010
Octal 354 320 72
Decimal 236 208 58
Hex EC D0 3A

RGB Percentages of Color #ecd03a

%47.01
%41.43
%11.55

CMYK Percentages of Color #ecd03a

%0
%12
%75
%7

Triadic Colors of #ecd03a

#ecd03a #3aecd0 #d03aec

Analogous Colors of #ecd03a

#ecd03a #afec3a #ec773a

Monochromatic Colors of #ecd03a

#ecd03a

Complementary Color

#ecd03a #3a56ec

#ecd03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd03a Color CSS Codes

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

#ecd03a Text Font Color

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

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


#ecd03a Background Color

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

This div background color is #ecd03a


#ecd03a Border Color

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

This div border color is #ecd03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd03a


Comments

No comments written yet.

Please login to write comment.