Color Hex Logo

#ecd33a Color Hex

#ECD33A
(236,211,58)
0 Favorites   0 Comments

Color spaces of #ecd33a

RGB 23621158
HSL0.140.820.58
HSV52°75°93°
CMYK 0.000.110.75   0.07
XYZ58.650164.726913.4053
Yxy64.72690.42880.4732
Hunter Lab80.4530-10.666746.4381
CIE-Lab84.3428-6.835273.5096

#ecd33a color RGB value is (236,211,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010011 00111010
Octal 354 323 72
Decimal 236 211 58
Hex EC D3 3A

RGB Percentages of Color #ecd33a

%46.73
%41.78
%11.49

CMYK Percentages of Color #ecd33a

%0
%11
%75
%7

Triadic Colors of #ecd33a

#ecd33a #3aecd3 #d33aec

Analogous Colors of #ecd33a

#ecd33a #acec3a #ec7a3a

Monochromatic Colors of #ecd33a

#ecd33a

Complementary Color

#ecd33a #3a53ec

#ecd33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd33a Color CSS Codes

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

#ecd33a Text Font Color

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

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


#ecd33a Background Color

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

This div background color is #ecd33a


#ecd33a Border Color

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

This div border color is #ecd33a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd33a


Comments

No comments written yet.

Please login to write comment.