Color Hex Logo

#ecd241 Color Hex

#ECD241
(236,210,65)
0 Favorites   0 Comments

Color spaces of #ecd241

RGB 23621065
HSL0.140.820.59
HSV51°72°93°
CMYK 0.000.110.72   0.07
XYZ58.592864.307714.3255
Yxy64.30770.42700.4686
Hunter Lab80.1921-9.914145.5429
CIE-Lab84.1257-6.038170.9089

#ecd241 color RGB value is (236,210,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010010 01000001
Octal 354 322 101
Decimal 236 210 65
Hex EC D2 41

RGB Percentages of Color #ecd241

%46.18
%41.10
%12.72

CMYK Percentages of Color #ecd241

%0
%11
%72
%7

Triadic Colors of #ecd241

#ecd241 #41ecd2 #d241ec

Analogous Colors of #ecd241

#ecd241 #b1ec41 #ec7d41

Monochromatic Colors of #ecd241

#ecd241

Complementary Color

#ecd241 #415bec

#ecd241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd241 Color CSS Codes

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

#ecd241 Text Font Color

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

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


#ecd241 Background Color

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

This div background color is #ecd241


#ecd241 Border Color

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

This div border color is #ecd241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd241


Comments

No comments written yet.

Please login to write comment.