Color Hex Logo

#ecc542 Color Hex

#ECC542
(236,197,66)
0 Favorites   0 Comments

Color spaces of #ecc542

RGB 23619766
HSL0.130.820.59
HSV46°72°93°
CMYK 0.000.170.72   0.07
XYZ55.541758.158713.4526
Yxy58.15870.43680.4574
Hunter Lab76.2619-3.456242.9245
CIE-Lab80.82690.662467.3309

#ecc542 color RGB value is (236,197,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000101 01000010
Octal 354 305 102
Decimal 236 197 66
Hex EC C5 42

RGB Percentages of Color #ecc542

%47.29
%39.48
%13.23

CMYK Percentages of Color #ecc542

%0
%17
%72
%7

Triadic Colors of #ecc542

#ecc542 #42ecc5 #c542ec

Analogous Colors of #ecc542

#ecc542 #beec42 #ec7042

Monochromatic Colors of #ecc542

#ecc542

Complementary Color

#ecc542 #4269ec

#ecc542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc542 Color CSS Codes

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

#ecc542 Text Font Color

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

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


#ecc542 Background Color

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

This div background color is #ecc542


#ecc542 Border Color

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

This div border color is #ecc542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc542


Comments

No comments written yet.

Please login to write comment.