Color Hex Logo

#ecc40e Color Hex

#ECC40E
(236,196,14)
0 Favorites   0 Comments

Color spaces of #ecc40e

RGB 23619614
HSL0.140.890.49
HSV49°94°93°
CMYK 0.000.170.94   0.07
XYZ54.411357.34448.6163
Yxy57.34440.45200.4764
Hunter Lab75.7261-4.263446.2621
CIE-Lab80.3729-0.236080.2951

#ecc40e color RGB value is (236,196,14).

#ecc40e hex color red value is 236, green value is 196 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ecc40e hue: 0.14 , saturation: 0.89 and the lightness value of ecc40e is 0.49.

The process color (four color CMYK) of #ecc40e color hex is 0.00, 0.17, 0.94, 0.07. Web safe color of #ecc40e is #ffcc00. Color #ecc40e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000100 00001110
Octal 354 304 16
Decimal 236 196 14
Hex EC C4 E

RGB Percentages of Color #ecc40e

%52.91
%43.95
%3.14

CMYK Percentages of Color #ecc40e

%0
%17
%94
%7

Triadic Colors of #ecc40e

#ecc40e #0eecc4 #c40eec

Analogous Colors of #ecc40e

#ecc40e #a5ec0e #ec550e

Monochromatic Colors of #ecc40e

#ecc40e

Complementary Color

#ecc40e #0e36ec

#ecc40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc40e Color CSS Codes

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

#ecc40e Text Font Color

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

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


#ecc40e Background Color

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

This div background color is #ecc40e


#ecc40e Border Color

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

This div border color is #ecc40e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc40e


Comments

No comments written yet.

Please login to write comment.