Color Hex Logo

#ecc20e Color Hex

#ECC20E
(236,194,14)
0 Favorites   0 Comments

Color spaces of #ecc20e

RGB 23619414
HSL0.140.890.49
HSV49°94°93°
CMYK 0.000.180.94   0.07
XYZ53.963156.44818.4669
Yxy56.44810.45390.4748
Hunter Lab75.1320-3.274345.9108
CIE-Lab79.86820.796679.9240

#ecc20e color RGB value is (236,194,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000010 00001110
Octal 354 302 16
Decimal 236 194 14
Hex EC C2 E

RGB Percentages of Color #ecc20e

%53.15
%43.69
%3.15

CMYK Percentages of Color #ecc20e

%0
%18
%94
%7

Triadic Colors of #ecc20e

#ecc20e #0eecc2 #c20eec

Analogous Colors of #ecc20e

#ecc20e #a7ec0e #ec530e

Monochromatic Colors of #ecc20e

#ecc20e

Complementary Color

#ecc20e #0e38ec

#ecc20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc20e Color CSS Codes

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

#ecc20e Text Font Color

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

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


#ecc20e Background Color

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

This div background color is #ecc20e


#ecc20e Border Color

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

This div border color is #ecc20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc20e


Comments

No comments written yet.

Please login to write comment.