Color Hex Logo

#ecc40d Color Hex

#ECC40D
(236,196,13)
0 Favorites   0 Comments

Color spaces of #ecc40d

RGB 23619613
HSL0.140.900.49
HSV49°94°93°
CMYK 0.000.170.94   0.07
XYZ54.404657.34188.5814
Yxy57.34180.45210.4765
Hunter Lab75.7244-4.273346.2881
CIE-Lab80.3715-0.246780.4086

#ecc40d color RGB value is (236,196,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000100 00001101
Octal 354 304 15
Decimal 236 196 13
Hex EC C4 D

RGB Percentages of Color #ecc40d

%53.03
%44.04
%2.92

CMYK Percentages of Color #ecc40d

%0
%17
%94
%7

Triadic Colors of #ecc40d

#ecc40d #0decc4 #c40dec

Analogous Colors of #ecc40d

#ecc40d #a5ec0d #ec550d

Monochromatic Colors of #ecc40d

#ecc40d

Complementary Color

#ecc40d #0d35ec

#ecc40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc40d Color CSS Codes

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

#ecc40d Text Font Color

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

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


#ecc40d Background Color

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

This div background color is #ecc40d


#ecc40d Border Color

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

This div border color is #ecc40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc40d


Comments

No comments written yet.

Please login to write comment.