Color Hex Logo

#ecc40a Color Hex

#ECC40A
(236,196,10)
0 Favorites   0 Comments

Color spaces of #ecc40a

RGB 23619610
HSL0.140.920.48
HSV49°96°93°
CMYK 0.000.170.96   0.07
XYZ54.386857.33468.4874
Yxy57.33460.45240.4770
Hunter Lab75.7196-4.298946.3579
CIE-Lab80.3674-0.274680.7159

#ecc40a color RGB value is (236,196,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000100 00001010
Octal 354 304 12
Decimal 236 196 10
Hex EC C4 A

RGB Percentages of Color #ecc40a

%53.39
%44.34
%2.26

CMYK Percentages of Color #ecc40a

%0
%17
%96
%7

Triadic Colors of #ecc40a

#ecc40a #0aecc4 #c40aec

Analogous Colors of #ecc40a

#ecc40a #a3ec0a #ec530a

Monochromatic Colors of #ecc40a

#ecc40a

Complementary Color

#ecc40a #0a32ec

#ecc40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc40a Color CSS Codes

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

#ecc40a Text Font Color

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

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


#ecc40a Background Color

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

This div background color is #ecc40a


#ecc40a Border Color

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

This div border color is #ecc40a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc40a


Comments

No comments written yet.

Please login to write comment.