Color Hex Logo

#ecca42 Color Hex

#ECCA42
(236,202,66)
0 Favorites   0 Comments

Color spaces of #ecca42

RGB 23620266
HSL0.130.820.59
HSV48°72°93°
CMYK 0.000.140.72   0.07
XYZ56.696060.467313.8374
Yxy60.46730.43280.4616
Hunter Lab77.7607-5.935443.8819
CIE-Lab82.0915-1.912468.5704

#ecca42 color RGB value is (236,202,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001010 01000010
Octal 354 312 102
Decimal 236 202 66
Hex EC CA 42

RGB Percentages of Color #ecca42

%46.83
%40.08
%13.10

CMYK Percentages of Color #ecca42

%0
%14
%72
%7

Triadic Colors of #ecca42

#ecca42 #42ecca #ca42ec

Analogous Colors of #ecca42

#ecca42 #b9ec42 #ec7542

Monochromatic Colors of #ecca42

#ecca42

Complementary Color

#ecca42 #4264ec

#ecca42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecca42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecca42 Color CSS Codes

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

#ecca42 Text Font Color

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

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


#ecca42 Background Color

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

This div background color is #ecca42


#ecca42 Border Color

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

This div border color is #ecca42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecca42


Comments

No comments written yet.

Please login to write comment.